Build · 6c8837ffFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output3.2 MiB captured
urjtag-2021.03
  CC       cmd_bit.lo
  CC       cmd_register.lo
  CC       cmd_initbus.lo
  CC       cmd_print.lo
  CC       cmd_part.lo
  CC       cmd_bus.lo
  CC       cmd_instruction.lo
  CC       cmd_shift.lo
  CC       cmd_dr.lo
  CC       cmd_get.lo
  CC       cmd_test.lo
  CC       cmd_debug.lo
  CC       cmd_shell.lo
  CC       cmd_set.lo
  CC       cmd_endian.lo
  CC       cmd_peekpoke.lo
  CC       cmd_pod.lo
  CC       cmd_readmem.lo
  CC       cmd_writemem.lo
  CC       cmd_flashmem.lo
  CC       cmd_eraseflash.lo
  CC       cmd_lockflash.lo
  CC       cmd_include.lo
  CC       cmd_addpart.lo
  CC       cmd_cmd.lo
  CC       cmd_usleep.lo
  CC       cmd_bfin.lo
  CC       cmd_pld.lo
  CC       cmd_svf.lo
  CC       cmd_bsdl.lo
  CC       cmd_stapl.lo
  CCLD     libcmd.la
make[4]: Leaving directory '/build/urjtag-2021.03/src/cmd'
make[3]: Leaving directory '/build/urjtag-2021.03/src/cmd'
Making all in pld
make[3]: Entering directory '/build/urjtag-2021.03/src/pld'
  CC       pld.lo
  CC       xilinx_bitstream.lo
  CC       xilinx.lo
  CCLD     libpld.la
make[3]: Leaving directory '/build/urjtag-2021.03/src/pld'
Making all in global
make[3]: Entering directory '/build/urjtag-2021.03/src/global'
  CC       parse.lo
  CC       log-error.lo
  CC       data_dir.lo
  CC       params.lo
  CCLD     libglobal.la
make[3]: Leaving directory '/build/urjtag-2021.03/src/global'
Making all in svf
make[3]: Entering directory '/build/urjtag-2021.03/src/svf'
  CC       svf_bison.lo
svf_bison.c:1323:9: warning: variable 'urj_svf_nerrs' set but not used [-Wunused-but-set-variable]
 1323 |     int yynerrs;
      |         ^
svf_bison.c:67:25: note: expanded from macro 'yynerrs'
   67 | #define yynerrs         urj_svf_nerrs
      |                         ^
1 warning generated.
  CC       svf.lo
  CCLD     libsvf.la
  CC       svf_flex.lo
  CCLD     libsvf_flex.la
make[3]: Leaving directory '/build/urjtag-2021.03/src/svf'
Making all in bsdl
make[3]: Entering directory '/build/urjtag-2021.03/src/bsdl'
  CC       vhdl_bison.lo
vhdl_bison.c:1448:9: warning: variable 'urj_vhdl_nerrs' set but not used [-Wunused-but-set-variable]
 1448 |     int yynerrs;
      |         ^
vhdl_bison.c:71:25: note: expanded from macro 'yynerrs'
   71 | #define yynerrs         urj_vhdl_nerrs
      |                         ^
1 warning generated.
  CC       bsdl_bison.lo
bsdl_bison.c:1657:9: warning: variable 'urj_bsdl_nerrs' set but not used [-Wunused-but-set-variable]
 1657 |     int yynerrs;
      |         ^
bsdl_bison.c:67:25: note: expanded from macro 'yynerrs'
   67 | #define yynerrs         urj_bsdl_nerrs
      |                         ^
1 warning generated.
  CC       bsdl.lo
  CC       bsdl_sem.lo
  CCLD     libbsdl.la
  CC       vhdl_flex.lo
vhdl_flex.c:1244:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
 1244 |             if ( ! yyg->yy_state_buf )
      |             ^
vhdl_flex.c:1242:9: note: previous statement is here
 1242 |         if ( ! yyg->yy_state_buf )
      |         ^
1 warning generated.
  CC       bsdl_flex.lo
bsdl_flex.c:1571:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
 1571 |             if ( ! yyg->yy_state_buf )
      |             ^
bsdl_flex.c:1569:9: note: previous statement is here
 1569 |         if ( ! yyg->yy_state_buf )
      |         ^
1 warning generated.
  CCLD     libbsdl_flex.la
make[3]: Leaving directory '/build/urjtag-2021.03/src/bsdl'
Making all in stapl
make[3]: Entering directory '/build/urjtag-2021.03/src/stapl'
  CC       jamexec.lo
In file included from jamexec.c:25:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
jamexec.c:690:17: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  690 |                 (JAMS_HEAP_RECORD *) symbol_record->value;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:817:31: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
  817 |                 (int32_t *) (((int32_t) statement_buffer) & 0xfffffffcL);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:950:31: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
  950 |                 (int32_t *) (((int32_t) statement_buffer) & 0xfffffffcL);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:1432:43: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 1432 |                             heap_record = (JAMS_HEAP_RECORD *)
      |                                           ^~~~~~~~~~~~~~~~~~~~
 1433 |                                 tmp_symbol_rec->value;
      |                                 ~~~~~~~~~~~~~~~~~~~~~
jamexec.c:2019:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 2019 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:2250:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 2250 |             heap_record = (JAMS_HEAP_RECORD *) urj_jam_current_block->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:2615:48: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
 2615 |                         symbol_record->value = (int32_t) heap_record;
      |                                                ^~~~~~~~~~~~~~~~~~~~~
jamexec.c:2636:48: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
 2636 |                         symbol_record->value = (int32_t) heap_record;
      |                                                ^~~~~~~~~~~~~~~~~~~~~
jamexec.c:3073:31: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3073 |                 heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:3166:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3166 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:3235:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3235 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:3425:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3425 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:3568:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3568 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:3703:22: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
 3703 |     statement_buffer = statement_buffer;
      |     ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
jamexec.c:3929:54: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 3929 |                                     ba_heap_record = (JAMS_HEAP_RECORD *)
      |                                                      ^~~~~~~~~~~~~~~~~~~~
 3930 |                                         ba_symbol_record->value;
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:4155:54: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
 4155 |                         if ((statement_buffer[index] == JAMC_SEMICOLON_CHAR))
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
jamexec.c:4155:54: note: remove extraneous parentheses around the comparison to silence this warning
 4155 |                         if ((statement_buffer[index] == JAMC_SEMICOLON_CHAR))
      |                             ~                        ^                     ~
jamexec.c:4155:54: note: use '=' to turn this equality comparison into an assignment
 4155 |                         if ((statement_buffer[index] == JAMC_SEMICOLON_CHAR))
      |                                                      ^~
      |                                                      =
jamexec.c:4597:48: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
 4597 |                         symbol_record->value = (int32_t) heap_record;
      |                                                ^~~~~~~~~~~~~~~~~~~~~
jamexec.c:4615:48: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
 4615 |                         symbol_record->value = (int32_t) heap_record;
      |                                                ^~~~~~~~~~~~~~~~~~~~~
jamexec.c:4778:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 4778 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:4847:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 4847 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:5024:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 5024 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:5167:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 5167 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:5584:35: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 5584 |                     heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:5747:51: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 5747 |                                     heap_record = (JAMS_HEAP_RECORD *)
      |                                                   ^~~~~~~~~~~~~~~~~~~~
 5748 |                                         symbol_record->value;
      |                                         ~~~~~~~~~~~~~~~~~~~~
jamexec.c:6263:35: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 6263 |                     heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:6525:29: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 6525 |                             (JAMS_HEAP_RECORD *) symbol_record->value;
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:6935:48: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
 6935 |                         symbol_record->value = (int32_t) heap_record;
      |                                                ^~~~~~~~~~~~~~~~~~~~~
jamexec.c:6942:35: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 6942 |                     heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:7359:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 7359 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:7467:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 7467 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:7536:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 7536 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:7718:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 7718 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:7775:27: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 7775 |             heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:8513:37: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
 8513 |         urj_jam_workspace_size -= (((int32_t) urj_jam_workspace) & 3L);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexec.c:8515:40: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
 8515 |         urj_jam_workspace = (char *) (((int32_t) urj_jam_workspace + 3L) & (~3L));
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
36 warnings generated.
  CC       jamnote.lo
In file included from jamnote.c:14:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
1 warning generated.
  CC       jamcrc.lo
In file included from jamcrc.c:15:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
1 warning generated.
  CC       jamsym.lo
In file included from jamsym.c:23:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
jamsym.c:67:44: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
   67 |         urj_jam_symbol_bottom = (void *) (((int32_t) urj_jam_workspace) +
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
jamsym.c:67:33: warning: cast to 'void *' from smaller integer type 'int32_t' (aka 'int') [-Wint-to-void-pointer-cast]
   67 |         urj_jam_symbol_bottom = (void *) (((int32_t) urj_jam_workspace) +
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |                                       ((int32_t) urj_jam_workspace_size));
      |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamsym.c:387:19: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  387 |                 (((int32_t) urj_jam_symbol_bottom) - sizeof (JAMS_SYMBOL_RECORD));
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamsym.c:391:17: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  391 |             if ((int32_t) urj_jam_heap_top > (int32_t) urj_jam_symbol_bottom)
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
jamsym.c:391:46: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  391 |             if ((int32_t) urj_jam_heap_top > (int32_t) urj_jam_symbol_bottom)
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamsym.c:537:31: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  537 |                 heap_record = (JAMS_HEAP_RECORD *) urj_jam_current_block->value;
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
  CC       jamstack.lo
In file included from jamstack.c:15:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
1 warning generated.
  CC       jamheap.lo
In file included from jamheap.c:21:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
jamheap.c:68:14: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
   68 |         if (((int32_t) urj_jam_heap) > (((int32_t) urj_jam_workspace_size) +
      |              ^~~~~~~~~~~~~~~~~~~~~~
jamheap.c:69:38: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'char *' [-Wpointer-to-int-cast]
   69 |                                     ((int32_t) urj_jam_workspace)))
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
jamheap.c:178:42: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') [-Wpointer-to-int-cast]
  178 |             urj_jam_heap_top = (void *) ((int32_t) heap_ptr +
      |                                          ^~~~~~~~~~~~~~~~~~
jamheap.c:178:32: warning: cast to 'void *' from smaller integer type 'int32_t' (aka 'int') [-Wint-to-void-pointer-cast]
  178 |             urj_jam_heap_top = (void *) ((int32_t) heap_ptr +
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  179 |                                      (int32_t) sizeof (JAMS_HEAP_RECORD) +
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 |                                      space_needed);
      |                                      ~~~~~~~~~~~~~
jamheap.c:182:17: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  182 |             if ((int32_t) urj_jam_heap_top > (int32_t) urj_jam_symbol_bottom)
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
jamheap.c:182:46: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  182 |             if ((int32_t) urj_jam_heap_top > (int32_t) urj_jam_symbol_bottom)
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamheap.c:260:14: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  260 |         if (((int32_t) urj_jam_heap_top) + size <= (int32_t) urj_jam_symbol_bottom)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
jamheap.c:260:52: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'void *' [-Wvoid-pointer-to-int-cast]
  260 |         if (((int32_t) urj_jam_heap_top) + size <= (int32_t) urj_jam_symbol_bottom)
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
  CC       jamarray.lo
In file included from jamarray.c:23:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
jamarray.c:1989:23: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
 1989 |         heap_record = (JAMS_HEAP_RECORD *) symbol_record->value;
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
  CC       jamcomp.lo
  CC       jamjtag.lo
In file included from jamjtag.c:22:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
1 warning generated.
  CC       jamexp.lo
In file included from jamexp.c:16:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
jamexp.c:807:26: warning: cast to 'JAMS_SYMBOL_RECORD *' (aka 'struct JAMS_SYMBOL_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  807 |             symbol_rec = (JAMS_SYMBOL_RECORD *) op1.val;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexp.c:857:28: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  857 |                 heap_rec = (JAMS_HEAP_RECORD *) symbol_rec->value;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexp.c:876:26: warning: cast to 'JAMS_SYMBOL_RECORD *' (aka 'struct JAMS_SYMBOL_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  876 |             symbol_rec = (JAMS_SYMBOL_RECORD *) op1.val;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexp.c:882:28: warning: cast to 'JAMS_HEAP_RECORD *' (aka 'struct JAMS_HEAP_STRUCT *') from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]
  882 |                 heap_rec = (JAMS_HEAP_RECORD *) symbol_rec->value;
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jamexp.c:1183:9: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
 1183 |     msg = msg;                  /* Avoid compiler warning about msg unused */
      |     ~~~ ^ ~~~
jamexp.c:1274:23: warning: cast to smaller integer type 'int32_t' (aka 'int') from 'JAMS_SYMBOL_RECORD *' (aka 'struct JAMS_SYMBOL_STRUCT *') [-Wpointer-to-int-cast]
 1274 |                 val = (int32_t) symbol_rec;
      |                       ^~~~~~~~~~~~~~~~~~~~
jamexp.c:1553:17: warning: array index -1 is before the beginning of the array [-Warray-bounds]
 1553 |     jam_yyps = &jam_yys[-1];
      |                 ^       ~~
jamexp.c:1540:5: note: array 'jam_yys' declared here
 1540 |     int jam_yys[YYMAXDEPTH];
      |     ^
jamexp.c:1554:17: warning: array index -1 is before the beginning of the array [-Warray-bounds]
 1554 |     jam_yypv = &jam_yyv[-1];
      |                 ^       ~~
jamexp.c:1532:1: note: array 'jam_yyv' declared here
 1532 | static YYSTYPE jam_yyv[YYMAXDEPTH];
      | ^
9 warnings generated.
  CC       stapl.lo
In file included from stapl.c:31:
./jamutil.h:30:5: warning: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Wformat-truncation]
   30 |     snprintf (&c, 1, "%u", value % 16);
      |     ^
1 warning generated.
  CCLD     libstapl.la
make[3]: Leaving directory '/build/urjtag-2021.03/src/stapl'
make[3]: Entering directory '/build/urjtag-2021.03/src'
  CCLD     liburjtag.la
make[3]: Leaving directory '/build/urjtag-2021.03/src'
make[2]: Leaving directory '/build/urjtag-2021.03/src'
Making all in po
make[2]: Entering directory '/build/urjtag-2021.03/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/urjtag-2021.03/po'
Making all in bindings
make[2]: Entering directory '/build/urjtag-2021.03/bindings'
make[3]: Entering directory '/build/urjtag-2021.03/bindings'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/bindings'
make[2]: Leaving directory '/build/urjtag-2021.03/bindings'
Making all in src/apps/jtag
make[2]: Entering directory '/build/urjtag-2021.03/src/apps/jtag'
  CC       jtag.o
  CCLD     jtag
make[2]: Leaving directory '/build/urjtag-2021.03/src/apps/jtag'
Making all in src/apps/bsdl2jtag
make[2]: Entering directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
  CC       bsdl2jtag.o
  CCLD     bsdl2jtag
make[2]: Leaving directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
make[2]: Entering directory '/build/urjtag-2021.03'
make[2]: Leaving directory '/build/urjtag-2021.03'
make[1]: Leaving directory '/build/urjtag-2021.03'
buildPhase completed in 53 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in doc
make[1]: Entering directory '/build/urjtag-2021.03/doc'
make[2]: Entering directory '/build/urjtag-2021.03/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/man/man1'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 jtag.1 bsdl2jtag.1 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/man/man1'
make[2]: Leaving directory '/build/urjtag-2021.03/doc'
make[1]: Leaving directory '/build/urjtag-2021.03/doc'
Making install in extra/fjmem
make[1]: Entering directory '/build/urjtag-2021.03/extra/fjmem'
make[2]: Entering directory '/build/urjtag-2021.03/extra/fjmem'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/urjtag-2021.03/extra/fjmem'
make[1]: Leaving directory '/build/urjtag-2021.03/extra/fjmem'
Making install in include
make[1]: Entering directory '/build/urjtag-2021.03/include'
make[2]: Entering directory '/build/urjtag-2021.03/include'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/urjtag-2021.03/include'
make[1]: Leaving directory '/build/urjtag-2021.03/include'
Making install in include/urjtag
make[1]: Entering directory '/build/urjtag-2021.03/include/urjtag'
make[2]: Entering directory '/build/urjtag-2021.03/include/urjtag'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/include/urjtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 urjtag.h '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/include/urjtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/include/urjtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 bfin.h bitmask.h bitops.h bsbit.h bsdl.h bsdl_mode.h bssignal.h bus.h bus_driver.h cable.h chain.h cmd.h data_register.h error.h fclock.h flash.h gettext.h jim.h jtag.h log.h params.h parport.h parse.h part.h part_instruction.h pld.h pod.h tap_register.h tap_state.h tap.h stapl.h svf.h types.h usbconn.h '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/include/urjtag'
make[2]: Leaving directory '/build/urjtag-2021.03/include/urjtag'
make[1]: Leaving directory '/build/urjtag-2021.03/include/urjtag'
Making install in data
make[1]: Entering directory '/build/urjtag-2021.03/data'
make[2]: Entering directory '/build/urjtag-2021.03/data'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1400a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s1400a/STEPPINGS xilinx/xc3s1400a/xc3s1400a_ft256 xilinx/xc3s1400a/xc3s1400a xilinx/xc3s1400a/xc3s1400a_fg484 xilinx/xc3s1400a/xc3s1400a_fg676 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1400a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/samsung/s3c4510b'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  samsung/s3c4510b/s3c4510b '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/samsung/s3c4510b'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s2000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s2000/xc3s2000_fg676 xilinx/xc3s2000/xc3s2000 xilinx/xc3s2000/xc3s2000l_fg900 xilinx/xc3s2000/xc3s2000_fg900 xilinx/xc3s2000/STEPPINGS xilinx/xc3s2000/xc3s2000_fg456 xilinx/xc3s2000/xc3s2000l_fg676 xilinx/xc3s2000/xc3s2000l '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s2000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ti/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf592'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf592/STEPPINGS analog/bf592/bf592 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf592'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx25/STEPPINGS xilinx/xc6slx25/xa6slx25 xilinx/xc6slx25/xa6slx25_csg324 xilinx/xc6slx25/xa6slx25_fgg484 xilinx/xc6slx25/xa6slx25_ftg256 xilinx/xc6slx25/xa6slx25t_csg324 xilinx/xc6slx25/xa6slx25t_fgg484 xilinx/xc6slx25/xc6slx25 xilinx/xc6slx25/xc6slx25_csg324 xilinx/xc6slx25/xc6slx25_fgg484 xilinx/xc6slx25/xc6slx25_ftg256 xilinx/xc6slx25/xc6slx25l xilinx/xc6slx25/xc6slx25l_csg324 xilinx/xc6slx25/xc6slx25l_fgg484 xilinx/xc6slx25/xc6slx25l_ftg256 xilinx/xc6slx25/xc6slx25t_csg324 xilinx/xc6slx25/xc6slx25t_fgg484 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc18v02pc44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc18v02pc44/xc18v02pc44 xilinx/xc18v02pc44/STEPPINGS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc18v02pc44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti/tnetv1060'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ti/tnetv1060/STEPPINGS ti/tnetv1060/tnetv1060 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti/tnetv1060'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx150t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx150t/STEPPINGS xilinx/xc6slx150t/xc6slx150t '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx150t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s400a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s400a/xc3s400a_ft256 xilinx/xc3s400a/xc3s400a xilinx/xc3s400a/xc3s400a_fg400 xilinx/xc3s400a/STEPPINGS xilinx/xc3s400a/xc3s400a_fg320 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s400a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti/tnetv1061'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ti/tnetv1061/STEPPINGS ti/tnetv1061/tnetv1061 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ti/tnetv1061'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/brecis/msp2006'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  brecis/msp2006/STEPPINGS brecis/msp2006/msp2006 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/brecis/msp2006'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx100/STEPPINGS xilinx/xc6slx100/xc6slx100 xilinx/xc6slx100/xc6slx100_csg484 xilinx/xc6slx100/xc6slx100_fgg484 xilinx/xc6slx100/xc6slx100_fgg676 xilinx/xc6slx100/xc6slx100l xilinx/xc6slx100/xc6slx100l_csg484 xilinx/xc6slx100/xc6slx100l_fgg484 xilinx/xc6slx100/xc6slx100l_fgg676 xilinx/xc6slx100/xc6slx100t_csg484 xilinx/xc6slx100/xc6slx100t_fgg484 xilinx/xc6slx100/xc6slx100t_fgg676 xilinx/xc6slx100/xc6slx100t_fgg900 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c20f400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/ep1c20f400/STEPPINGS altera/ep1c20f400/ep1c20f400 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c20f400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3032xl-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcr3032xl-vq44/STEPPINGS xilinx/xcr3032xl-vq44/xcr3032xl-vq44 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3032xl-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3256xl-ft256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcr3256xl-ft256/STEPPINGS xilinx/xcr3256xl-ft256/xcr3256xl-ft256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3256xl-ft256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx45'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx45/STEPPINGS xilinx/xc6slx45/xa6slx45 xilinx/xc6slx45/xa6slx45_csg324 xilinx/xc6slx45/xa6slx45_fgg484 xilinx/xc6slx45/xc6slx45 xilinx/xc6slx45/xc6slx45_csg324 xilinx/xc6slx45/xc6slx45_csg484 xilinx/xc6slx45/xc6slx45_fgg484 xilinx/xc6slx45/xc6slx45_fgg676 xilinx/xc6slx45/xc6slx45l xilinx/xc6slx45/xc6slx45l_csg324 xilinx/xc6slx45/xc6slx45l_csg484 xilinx/xc6slx45/xc6slx45l_fgg484 xilinx/xc6slx45/xc6slx45l_fgg676 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx45'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sigma/smp8634'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  sigma/smp8634/STEPPINGS sigma/smp8634/smp8634 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sigma/smp8634'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c64a-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c64a-vq44/STEPPINGS xilinx/xc2c64a-vq44/xc2c64a-vq44 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c64a-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3128xl-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcr3128xl-vq100/xcr3128xl-vq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3128xl-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/dec'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  dec/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/dec'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lexra'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lexra/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lexra'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s1000/fg676 xilinx/xc3s1000/xc3s1000 xilinx/xc3s1000/fg320 xilinx/xc3s1000/ft256 xilinx/xc3s1000/STEPPINGS xilinx/xc3s1000/fg456 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf32p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf32p/STEPPINGS xilinx/xcf32p/xcf32p xilinx/xcf32p/xcf32p_fs48 xilinx/xcf32p/xcf32p_vo48 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf32p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips/xcr3128xl-cs144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  philips/xcr3128xl-cs144/STEPPINGS philips/xcr3128xl-cs144/xcr3128xl-cs144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips/xcr3128xl-cs144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lexra/lx5280'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lexra/lx5280/STEPPINGS lexra/lx5280/lx5280 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lexra/lx5280'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/sharc21369'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/sharc21369/STEPPINGS analog/sharc21369/sharc21369 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/sharc21369'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sigma'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  sigma/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sigma'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/atmega128'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atmel/atmega128/STEPPINGS atmel/atmega128/atmega128 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/atmega128'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95144xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc95144xl/STEPPINGS xilinx/xc95144xl/xc95144xl_cs144 xilinx/xc95144xl/xc95144xl_tq100 xilinx/xc95144xl/xc95144xl_tq144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95144xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  hitachi/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c32a-vq44/STEPPINGS xilinx/xc2c32a-vq44/xc2c32a-vq44 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-vq44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/m4a3-256.192-fpbga256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/m4a3-256.192-fpbga256/STEPPINGS lattice/m4a3-256.192-fpbga256/m4a3-256.192-fpbga256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/m4a3-256.192-fpbga256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/hd64465'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  hitachi/hd64465/hd64465 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/hd64465'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/ixp425'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/ixp425/STEPPINGS intel/ixp425/ixp425 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/ixp425'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1500'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s1500/xc3s1500_fg456 xilinx/xc3s1500/xc3s1500l_fg676 xilinx/xc3s1500/xc3s1500l xilinx/xc3s1500/xc3s1500l_fg320 xilinx/xc3s1500/xc3s1500_fg676 xilinx/xc3s1500/xc3s1500 xilinx/xc3s1500/xc3s1500_fg320 xilinx/xc3s1500/STEPPINGS xilinx/xc3s1500/xc3s1500l_fg456 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1500'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lfec2-12e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/lfec2-12e/STEPPINGS lattice/lfec2-12e/lfec2-12e '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lfec2-12e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc18v04pc44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc18v04pc44/xc18v04pc44 xilinx/xc18v04pc44/STEPPINGS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc18v04pc44'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/m4a3-64.32-tqfp48'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/m4a3-64.32-tqfp48/STEPPINGS lattice/m4a3-64.32-tqfp48/m4a3-64.32-tqfp48 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/m4a3-64.32-tqfp48'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bfin'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bfin/bfin '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bfin'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx15'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx15/STEPPINGS xilinx/xc4vlx15/xc4vlx15 xilinx/xc4vlx15/xc4vlx15_ff668 xilinx/xc4vlx15/xc4vlx15_sf363 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx15'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8377'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  freescale/mpc8377/STEPPINGS freescale/mpc8377/mpc8377 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8377'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc9572xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc9572xl/STEPPINGS xilinx/xc9572xl/xc9572xl_cs48 xilinx/xc9572xl/xc9572xl_pc44 xilinx/xc9572xl/xc9572xl_tq100 xilinx/xc9572xl/xc9572xl_vq44 xilinx/xc9572xl/xc9572xl_vq64 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc9572xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8378'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  freescale/mpc8378/STEPPINGS freescale/mpc8378/mpc8378 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8378'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8379'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  freescale/mpc8379/STEPPINGS freescale/mpc8379/mpc8379 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc8379'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf506'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf506/STEPPINGS analog/bf506/bf506 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf506'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/ixp465'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/ixp465/STEPPINGS intel/ixp465/ixp465 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/ixp465'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88w8500'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  marvell/88w8500/STEPPINGS marvell/88w8500/88w8500-ban '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88w8500'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/atf15xx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atmel/atf15xx/STEPPINGS atmel/atf15xx/atf1504asv '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/atf15xx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  MANUFACTURERS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/.'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/motorola/mpc8241'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  motorola/mpc8241/1.2 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/motorola/mpc8241'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/sharc21065l'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/sharc21065l/STEPPINGS analog/sharc21065l/sharc21065l '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/sharc21065l'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf527'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf527/STEPPINGS analog/bf527/bf527 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf527'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm5421s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm5421s/STEPPINGS broadcom/bcm5421s/bcm5421s '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm5421s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v250-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2v250-fg256/STEPPINGS xilinx/xc2v250-fg256/xc2v250-fg256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v250-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/motorola/mpc8245'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  motorola/mpc8245/1.2 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/motorola/mpc8245'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s200a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s200a/xc3s200a_vq100 xilinx/xc3s200a/STEPPINGS xilinx/xc3s200a/xc3s200a_fg320 xilinx/xc3s200a/xc3s200a xilinx/xc3s200a/xc3s200a_ft256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s200a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/at91sam7s256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atmel/at91sam7s256/STEPPINGS atmel/at91sam7s256/at91sam7s_tq64v0 atmel/at91sam7s256/at91sam7s_tq48v0 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/at91sam7s256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm6358'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm6358/STEPPINGS broadcom/bcm6358/bcm6358 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm6358'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tmpa9xx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  toshiba/tmpa9xx/STEPPINGS toshiba/tmpa9xx/tmpa9xx '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tmpa9xx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/epm3064a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/epm3064a/STEPPINGS altera/epm3064a/epm3064a altera/epm3064a/l44 altera/epm3064a/t100 altera/epm3064a/t44 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/epm3064a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf561'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf561/STEPPINGS analog/bf561/bf561 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf561'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf548'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf548/STEPPINGS analog/bf548/bf548 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf548'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/dec/sa1100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  dec/sa1100/STEPPINGS dec/sa1100/sa1100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/dec/sa1100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm4712'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm4712/STEPPINGS broadcom/bcm4712/bcm4712 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm4712'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xccace'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xccace/STEPPINGS xilinx/xccace/xccace_tq144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xccace'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx100/STEPPINGS xilinx/xc4vlx100/xc4vlx100 xilinx/xc4vlx100/xc4vlx100_ff1148 xilinx/xc4vlx100/xc4vlx100_ff1513 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  toshiba/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep2c8'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/ep2c8/STEPPINGS altera/ep2c8/ep2c8 altera/ep2c8/f256 altera/ep2c8/q208 altera/ep2c8/t144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep2c8'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx25t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx25t/STEPPINGS xilinx/xc6slx25t/xa6slx25t xilinx/xc6slx25t/xc6slx25t '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx25t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx35'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vsx35/STEPPINGS xilinx/xc4vsx35/xc4vsx35 xilinx/xc4vsx35/xc4vsx35_ff668 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx35'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1200e_fg320'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s1200e_fg320/STEPPINGS xilinx/xc3s1200e_fg320/xc3s1200e_fg320 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1200e_fg320'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf02s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf02s/STEPPINGS xilinx/xcf02s/xcf02s xilinx/xcf02s/xcf02s_vo20 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf02s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx20'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx20/STEPPINGS xilinx/xc4vfx20/xc4vfx20 xilinx/xc4vfx20/xc4vfx20_ff672 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx20'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/brecis'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  brecis/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/brecis'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4064zc'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/lc4064zc/STEPPINGS lattice/lc4064zc/lc4064zc '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4064zc'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm/ppc440gx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ibm/ppc440gx/STEPPINGS ibm/ppc440gx/ppc440gx '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm/ppc440gx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx16'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx16/STEPPINGS xilinx/xc6slx16/xa6slx16 xilinx/xc6slx16/xa6slx16_csg225 xilinx/xc6slx16/xa6slx16_csg324 xilinx/xc6slx16/xa6slx16_ftg256 xilinx/xc6slx16/xc6slx16 xilinx/xc6slx16/xc6slx16_cpg196 xilinx/xc6slx16/xc6slx16_csg225 xilinx/xc6slx16/xc6slx16_csg324 xilinx/xc6slx16/xc6slx16_ftg256 xilinx/xc6slx16/xc6slx16l xilinx/xc6slx16/xc6slx16l_cpg196 xilinx/xc6slx16/xc6slx16l_csg225 xilinx/xc6slx16/xc6slx16l_csg324 xilinx/xc6slx16/xc6slx16l_ftg256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx16'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s200/xc3s200_tq144 xilinx/xc3s200/xc3s200 xilinx/xc3s200/xc3s200_ft256 xilinx/xc3s200/xc3s200_vq100 xilinx/xc3s200/STEPPINGS xilinx/xc3s200/xc3s200_pq208 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c12'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/ep1c12/STEPPINGS altera/ep1c12/ep1c12 altera/ep1c12/f256 altera/ep1c12/f324 altera/ep1c12/q240 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c12'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2s300e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2s300e/STEPPINGS xilinx/xc2s300e/xc2s300e xilinx/xc2s300e/pq208 xilinx/xc2s300e/ft256 xilinx/xc2s300e/fg456 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2s300e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx55'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vsx55/STEPPINGS xilinx/xc4vsx55/xc4vsx55 xilinx/xc4vsx55/xc4vsx55_ff1148 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx55'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf04s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf04s/STEPPINGS xilinx/xcf04s/xcf04s xilinx/xcf04s/xcf04s_vo20 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf04s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/sh7727'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  hitachi/sh7727/STEPPINGS hitachi/sh7727/sh7727 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/sh7727'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx40'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx40/STEPPINGS xilinx/xc4vfx40/xc4vfx40 xilinx/xc4vfx40/xc4vfx40_ff1152 xilinx/xc4vfx40/xc4vfx40_ff672 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx40'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips/xcr3128xl-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  philips/xcr3128xl-vq100/STEPPINGS philips/xcr3128xl-vq100/xcr3128xl-vq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips/xcr3128xl-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/sh7729'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  hitachi/sh7729/STEPPINGS hitachi/sh7729/sh7729 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/sh7729'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s50a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s50a/xc3s50a xilinx/xc3s50a/xc3s50a_ft256 xilinx/xc3s50a/xc3s50a_tq144 xilinx/xc3s50a/STEPPINGS xilinx/xc3s50a/xc3s50a_vq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s50a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s5000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s5000/xc3s5000 xilinx/xc3s5000/xc3s5000_fg900 xilinx/xc3s5000/STEPPINGS xilinx/xc3s5000/xc3s5000_fg1156 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s5000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx75t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx75t/STEPPINGS xilinx/xc6slx75t/xa6slx75t xilinx/xc6slx75t/xc6slx75t '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx75t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc9536xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc9536xl/STEPPINGS xilinx/xc9536xl/xc9536xl_cs48 xilinx/xc9536xl/xc9536xl_pc44 xilinx/xc9536xl/xc9536xl_vq44 xilinx/xc9536xl/xc9536xl_vq64 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc9536xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx60'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx60/STEPPINGS xilinx/xc4vfx60/xc4vfx60 xilinx/xc4vfx60/xc4vfx60_ff1152 xilinx/xc4vfx60/xc4vfx60_ff672 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx60'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf08p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf08p/STEPPINGS xilinx/xcf08p/xcf08p xilinx/xcf08p/xcf08p_fs48 xilinx/xcf08p/xcf08p_vo48 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf08p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc5200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  freescale/mpc5200/STEPPINGS freescale/mpc5200/mpc5200 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale/mpc5200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx160'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx160/STEPPINGS xilinx/xc4vlx160/xc4vlx160 xilinx/xc4vlx160/xc4vlx160_ff1148 xilinx/xc4vlx160/xc4vlx160_ff1513 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx160'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atmel/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/bsdl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  bsdl/STD_1149_1_1990 bsdl/STD_1149_1_1994 bsdl/STD_1149_1_2001 bsdl/STD_1532_2001 bsdl/STD_1532_2002 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/bsdl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm3310'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm3310/STEPPINGS broadcom/bcm3310/bcm3310 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm3310'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx4'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx4/STEPPINGS xilinx/xc6slx4/xa6slx4 xilinx/xc6slx4/xa6slx4_csg225 xilinx/xc6slx4/xc6slx4 xilinx/xc6slx4/xc6slx4_cpg196 xilinx/xc6slx4/xc6slx4_csg225 xilinx/xc6slx4/xc6slx4l xilinx/xc6slx4/xc6slx4l_cpg196 xilinx/xc6slx4/xc6slx4l_csg225 xilinx/xc6slx4/xc6slx4l_tqg144 xilinx/xc6slx4/xc6slx4_tqg144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx4'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-cv64'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c32a-cv64/STEPPINGS xilinx/xc2c32a-cv64/xc2c32a-cv64 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-cv64'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/pxa250'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/pxa250/STEPPINGS intel/pxa250/pxa250 intel/pxa250/pxa250c0 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/pxa250'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx75'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx75/STEPPINGS xilinx/xc6slx75/xa6slx75 xilinx/xc6slx75/xa6slx75_fgg484 xilinx/xc6slx75/xa6slx75t_fgg484 xilinx/xc6slx75/xc6slx75 xilinx/xc6slx75/xc6slx75_csg484 xilinx/xc6slx75/xc6slx75_fgg484 xilinx/xc6slx75/xc6slx75_fgg676 xilinx/xc6slx75/xc6slx75l xilinx/xc6slx75/xc6slx75l_csg484 xilinx/xc6slx75/xc6slx75l_fgg484 xilinx/xc6slx75/xc6slx75l_fgg676 xilinx/xc6slx75/xc6slx75t_csg484 xilinx/xc6slx75/xc6slx75t_fgg484 xilinx/xc6slx75/xc6slx75t_fgg676 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx75'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s4000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s4000/xc3s4000l xilinx/xc3s4000/xc3s4000_fg676 xilinx/xc3s4000/xc3s4000 xilinx/xc3s4000/xc3s4000l_fg900 xilinx/xc3s4000/xc3s4000_fg900 xilinx/xc3s4000/xc3s4000l_fg1156 xilinx/xc3s4000/STEPPINGS xilinx/xc3s4000/xc3s4000_fg1156 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s4000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88e1118'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  marvell/88e1118/STEPPINGS marvell/88e1118/88e1118 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88e1118'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s500e_fg320'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s500e_fg320/xc3s500e_ft256 xilinx/xc3s500e_fg320/xc3s500e_pq208 xilinx/xc3s500e_fg320/xc3s500e_fg320 xilinx/xc3s500e_fg320/STEPPINGS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s500e_fg320'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3128xl-cs144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcr3128xl-cs144/STEPPINGS xilinx/xcr3128xl-cs144/xcr3128xl-cs144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcr3128xl-cs144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95288xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc95288xl/STEPPINGS xilinx/xc95288xl/xc95288xl xilinx/xc95288xl/xc95288xl_bg256 xilinx/xc95288xl/xc95288xl_cs280 xilinx/xc95288xl/xc95288xl_fg256 xilinx/xc95288xl/xc95288xl_pq208 xilinx/xc95288xl/xc95288xl_tq144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95288xl'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx200/STEPPINGS xilinx/xc4vlx200/xc4vlx200 xilinx/xc4vlx200/xc4vlx200_ff1513 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx200'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v80-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2v80-fg256/STEPPINGS xilinx/xc2v80-fg256/xc2v80-fg256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v80-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/ar7300'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  hitachi/ar7300/STEPPINGS hitachi/ar7300/ar7300 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/hitachi/ar7300'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sharp'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  sharp/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sharp'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/admtek/adm5120'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  admtek/adm5120/adm5120 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/admtek/adm5120'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2vp4'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2vp4/STEPPINGS xilinx/xc2vp4/xc2vp4 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2vp4'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx9'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx9/STEPPINGS xilinx/xc6slx9/xa6slx9 xilinx/xc6slx9/xa6slx9_csg225 xilinx/xc6slx9/xa6slx9_csg324 xilinx/xc6slx9/xa6slx9_ftg256 xilinx/xc6slx9/xc6slx9 xilinx/xc6slx9/xc6slx9_cpg196 xilinx/xc6slx9/xc6slx9_csg225 xilinx/xc6slx9/xc6slx9_csg324 xilinx/xc6slx9/xc6slx9_ftg256 xilinx/xc6slx9/xc6slx9l xilinx/xc6slx9/xc6slx9l_cpg196 xilinx/xc6slx9/xc6slx9l_csg225 xilinx/xc6slx9/xc6slx9l_csg324 xilinx/xc6slx9/xc6slx9l_ftg256 xilinx/xc6slx9/xc6slx9l_tqg144 xilinx/xc6slx9/xc6slx9_tqg144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx9'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ibm/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx150'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx150/STEPPINGS xilinx/xc6slx150/xc6slx150 xilinx/xc6slx150/xc6slx150_csg484 xilinx/xc6slx150/xc6slx150_fgg484 xilinx/xc6slx150/xc6slx150_fgg676 xilinx/xc6slx150/xc6slx150_fgg900 xilinx/xc6slx150/xc6slx150l xilinx/xc6slx150/xc6slx150l_csg484 xilinx/xc6slx150/xc6slx150l_fgg484 xilinx/xc6slx150/xc6slx150l_fgg676 xilinx/xc6slx150/xc6slx150l_fgg900 xilinx/xc6slx150/xc6slx150t_csg484 xilinx/xc6slx150/xc6slx150t_fgg484 xilinx/xc6slx150/xc6slx150t_fgg676 xilinx/xc6slx150/xc6slx150t_fgg900 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx150'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/pxa270'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/pxa270/STEPPINGS intel/pxa270/pxa270 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/pxa270'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm1250'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm1250/STEPPINGS broadcom/bcm1250/bcm1250 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm1250'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s700a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s700a/xc3s700a xilinx/xc3s700a/xc3s700a_fg484 xilinx/xc3s700a/STEPPINGS xilinx/xc3s700a/xc3s700a_ft256 xilinx/xc3s700a/xc3s700a_fg400 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s700a'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx100/STEPPINGS xilinx/xc4vfx100/xc4vfx100 xilinx/xc4vfx100/xc4vfx100_ff1152 xilinx/xc4vfx100/xc4vfx100_ff1517 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atheros/ar2312'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atheros/ar2312/ar2312 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atheros/ar2312'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf16p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf16p/STEPPINGS xilinx/xcf16p/xcf16p xilinx/xcf16p/xcf16p_fs48 xilinx/xcf16p/xcf16p_vo48 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf16p'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s50'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s50/xc3s50_pq208 xilinx/xc3s50/xc3s50_tq144 xilinx/xc3s50/xc3s50 xilinx/xc3s50/STEPPINGS xilinx/xc3s50/xc3s50_vq100 xilinx/xc3s50/xc3s50_cp132 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s50'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95108'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc95108/STEPPINGS xilinx/xc95108/xc95108 xilinx/xc95108/xc95108_pc84 xilinx/xc95108/xc95108_pq100 xilinx/xc95108/xc95108_pq160 xilinx/xc95108/xc95108_tq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc95108'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx25/STEPPINGS xilinx/xc4vlx25/xc4vlx25 xilinx/xc4vlx25/xc4vlx25_ff668 xilinx/xc4vlx25/xc4vlx25_sf363 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2s200e-pq208'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2s200e-pq208/STEPPINGS xilinx/xc2s200e-pq208/xc2s200e-pq208 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2s200e-pq208'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c256-tq144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c256-tq144/STEPPINGS xilinx/xc2c256-tq144/xc2c256-tq144 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c256-tq144'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx40'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx40/STEPPINGS xilinx/xc4vlx40/xc4vlx40 xilinx/xc4vlx40/xc4vlx40_ff1148 xilinx/xc4vlx40/xc4vlx40_ff668 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx40'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c6q240'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/ep1c6q240/STEPPINGS altera/ep1c6q240/ep1c6q240 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/ep1c6q240'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1600e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s1600e/STEPPINGS xilinx/xc3s1600e/xc3s1600e '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s1600e'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-cp56'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c32a-cp56/STEPPINGS xilinx/xc2c32a-cp56/xc2c32a-cp56 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c32a-cp56'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4128c-tqfp100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/lc4128c-tqfp100/STEPPINGS lattice/lc4128c-tqfp100/lc4128c-tqfp100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4128c-tqfp100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v1000-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2v1000-fg256/STEPPINGS xilinx/xc2v1000-fg256/xc2v1000-fg256 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2v1000-fg256'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/at32ap7000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  atmel/at32ap7000/STEPPINGS atmel/at32ap7000/at32ap7000 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/atmel/at32ap7000'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c256-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc2c256-vq100/STEPPINGS xilinx/xc2c256-vq100/xc2c256-vq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc2c256-vq100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf518'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf518/STEPPINGS analog/bf518/bf518 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf518'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx60'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx60/STEPPINGS xilinx/xc4vlx60/xc4vlx60 xilinx/xc4vlx60/xc4vlx60_ff1148 xilinx/xc4vlx60/xc4vlx60_ff668 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx60'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tx4925'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  toshiba/tx4925/STEPPINGS toshiba/tx4925/tx4925 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tx4925'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lcmxo2-1200-csbga132'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/lcmxo2-1200-csbga132/STEPPINGS lattice/lcmxo2-1200-csbga132/lcmxo2-1200-csbga132 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lcmxo2-1200-csbga132'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf533'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf533/STEPPINGS analog/bf533/bf533 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf533'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tx4926'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  toshiba/tx4926/STEPPINGS toshiba/tx4926/tx4926 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/toshiba/tx4926'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4032v-tqfp48'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  lattice/lc4032v-tqfp48/STEPPINGS lattice/lc4032v-tqfp48/lc4032v-tqfp48 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/lattice/lc4032v-tqfp48'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm6348'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm6348/STEPPINGS broadcom/bcm6348/bcm6348 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm6348'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx140'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx140/STEPPINGS xilinx/xc4vfx140/xc4vfx140 xilinx/xc4vfx140/xc4vfx140_ff1517 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx140'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  marvell/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/sa1110'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/sa1110/STEPPINGS intel/sa1110/sa1110 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel/sa1110'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm/ppc405ep'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  ibm/ppc405ep/STEPPINGS ibm/ppc405ep/ppc405ep '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/ibm/ppc405ep'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf537'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf537/STEPPINGS analog/bf537/bf537 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf537'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf538'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  analog/bf538/STEPPINGS analog/bf538/bf538 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/analog/bf538'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx45t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx45t/STEPPINGS xilinx/xc6slx45t/xa6slx45t xilinx/xc6slx45t/xa6slx45t_csg324 xilinx/xc6slx45t/xa6slx45t_fgg484 xilinx/xc6slx45t/xc6slx45t xilinx/xc6slx45t/xc6slx45t_csg324 xilinx/xc6slx45t/xc6slx45t_csg484 xilinx/xc6slx45t/xc6slx45t_fgg484 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx45t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx80'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vlx80/STEPPINGS xilinx/xc4vlx80/xc4vlx80 xilinx/xc4vlx80/xc4vlx80_ff1148 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vlx80'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  philips/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/philips'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm4702'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  broadcom/bcm4702/STEPPINGS broadcom/bcm4702/bcm4702 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/broadcom/bcm4702'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/epm7128aetc100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  altera/epm7128aetc100/STEPPINGS altera/epm7128aetc100/epm7128aetc100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/altera/epm7128aetc100'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  intel/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/intel'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sharp/lh7a400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  sharp/lh7a400/STEPPINGS sharp/lh7a400/lh7a400 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/sharp/lh7a400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88f5182'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  marvell/88f5182/STEPPINGS marvell/88f5182/88f5182-a2 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/marvell/88f5182'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vsx25/STEPPINGS xilinx/xc4vsx25/xc4vsx25 xilinx/xc4vsx25/xc4vsx25_ff668 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vsx25'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s100e_die'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s100e_die/xc3s100e_pq208 xilinx/xc3s100e_die/xc3s100e_tq144 xilinx/xc3s100e_die/xc3s100e_die xilinx/xc3s100e_die/STEPPINGS xilinx/xc3s100e_die/xc3s100e_vq100 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s100e_die'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf01s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xcf01s/STEPPINGS xilinx/xcf01s/xcf01s xilinx/xcf01s/xcf01s_vo20 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xcf01s'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx100t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc6slx100t/STEPPINGS xilinx/xc6slx100t/xc6slx100t '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc6slx100t'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc3s400/xc3s400_fg456 xilinx/xc3s400/xc3s400_tq144 xilinx/xc3s400/xc3s400 xilinx/xc3s400/xc3s400_fg320 xilinx/xc3s400/xc3s400_ft256 xilinx/xc3s400/STEPPINGS xilinx/xc3s400/xc3s400_pq208 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc3s400'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  freescale/PARTS '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/freescale'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx12'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644  xilinx/xc4vfx12/STEPPINGS xilinx/xc4vfx12/xc4vfx12 xilinx/xc4vfx12/xc4vfx12_ff668 xilinx/xc4vfx12/xc4vfx12_sf363 '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/urjtag/xilinx/xc4vfx12'
make[2]: Leaving directory '/build/urjtag-2021.03/data'
make[1]: Leaving directory '/build/urjtag-2021.03/data'
Making install in src
make[1]: Entering directory '/build/urjtag-2021.03/src'
Making install in flash
make[2]: Entering directory '/build/urjtag-2021.03/src/flash'
make[3]: Entering directory '/build/urjtag-2021.03/src/flash'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/flash'
make[2]: Leaving directory '/build/urjtag-2021.03/src/flash'
Making install in lib
make[2]: Entering directory '/build/urjtag-2021.03/src/lib'
make[3]: Entering directory '/build/urjtag-2021.03/src/lib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/lib'
make[2]: Leaving directory '/build/urjtag-2021.03/src/lib'
Making install in tap
make[2]: Entering directory '/build/urjtag-2021.03/src/tap'
make[3]: Entering directory '/build/urjtag-2021.03/src/tap'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/tap'
make[2]: Leaving directory '/build/urjtag-2021.03/src/tap'
Making install in part
make[2]: Entering directory '/build/urjtag-2021.03/src/part'
make[3]: Entering directory '/build/urjtag-2021.03/src/part'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/part'
make[2]: Leaving directory '/build/urjtag-2021.03/src/part'
Making install in bfin
make[2]: Entering directory '/build/urjtag-2021.03/src/bfin'
make[3]: Entering directory '/build/urjtag-2021.03/src/bfin'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/bfin'
make[2]: Leaving directory '/build/urjtag-2021.03/src/bfin'
Making install in bus
make[2]: Entering directory '/build/urjtag-2021.03/src/bus'
make[3]: Entering directory '/build/urjtag-2021.03/src/bus'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/bus'
make[2]: Leaving directory '/build/urjtag-2021.03/src/bus'
Making install in cmd
make[2]: Entering directory '/build/urjtag-2021.03/src/cmd'
make  install-am
make[3]: Entering directory '/build/urjtag-2021.03/src/cmd'
make[4]: Entering directory '/build/urjtag-2021.03/src/cmd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/urjtag-2021.03/src/cmd'
make[3]: Leaving directory '/build/urjtag-2021.03/src/cmd'
make[2]: Leaving directory '/build/urjtag-2021.03/src/cmd'
Making install in pld
make[2]: Entering directory '/build/urjtag-2021.03/src/pld'
make[3]: Entering directory '/build/urjtag-2021.03/src/pld'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/pld'
make[2]: Leaving directory '/build/urjtag-2021.03/src/pld'
Making install in global
make[2]: Entering directory '/build/urjtag-2021.03/src/global'
make[3]: Entering directory '/build/urjtag-2021.03/src/global'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/global'
make[2]: Leaving directory '/build/urjtag-2021.03/src/global'
Making install in svf
make[2]: Entering directory '/build/urjtag-2021.03/src/svf'
make[3]: Entering directory '/build/urjtag-2021.03/src/svf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/svf'
make[2]: Leaving directory '/build/urjtag-2021.03/src/svf'
Making install in bsdl
make[2]: Entering directory '/build/urjtag-2021.03/src/bsdl'
make[3]: Entering directory '/build/urjtag-2021.03/src/bsdl'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/bsdl'
make[2]: Leaving directory '/build/urjtag-2021.03/src/bsdl'
Making install in stapl
make[2]: Entering directory '/build/urjtag-2021.03/src/stapl'
make[3]: Entering directory '/build/urjtag-2021.03/src/stapl'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/src/stapl'
make[2]: Leaving directory '/build/urjtag-2021.03/src/stapl'
make[2]: Entering directory '/build/urjtag-2021.03/src'
make[3]: Entering directory '/build/urjtag-2021.03/src'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib'
 /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c   liburjtag.la '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/liburjtag.so.0.0.0 /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib/liburjtag.so.0.0.0
libtool: install: (cd /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib && { ln -s -f liburjtag.so.0.0.0 liburjtag.so.0 || { rm -f liburjtag.so.0 && ln -s liburjtag.so.0.0.0 liburjtag.so.0; }; })
libtool: install: (cd /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib && { ln -s -f liburjtag.so.0.0.0 liburjtag.so || { rm -f liburjtag.so && ln -s liburjtag.so.0.0.0 liburjtag.so; }; })
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/liburjtag.lai /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib/liburjtag.la
libtool: finish: PATH="/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin:/nix/store/nnjy9njfd80i3hlsj2mnn49a3j3jzgjf-filc-cc/bin:/nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/1s2f7i4mnh66va8fd9y838sb58d5wnb8-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib
/build/urjtag-2021.03/libtool: line 1886: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
   /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib/pkgconfig'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 urjtag.pc '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib/pkgconfig'
make[3]: Leaving directory '/build/urjtag-2021.03/src'
make[2]: Leaving directory '/build/urjtag-2021.03/src'
make[1]: Leaving directory '/build/urjtag-2021.03/src'
Making install in po
make[1]: Entering directory '/build/urjtag-2021.03/po'
installing fr.gmo as /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/locale/fr/LC_MESSAGES/urjtag.mo
installing rw.gmo as /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/locale/rw/LC_MESSAGES/urjtag.mo
installing sk.gmo as /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/locale/sk/LC_MESSAGES/urjtag.mo
if test "urjtag" = "gettext-tools"; then \
  /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./$file \
		    /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/build/urjtag-2021.03/po'
Making install in bindings
make[1]: Entering directory '/build/urjtag-2021.03/bindings'
make[2]: Entering directory '/build/urjtag-2021.03/bindings'
make[3]: Entering directory '/build/urjtag-2021.03/bindings'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/urjtag-2021.03/bindings'
make[2]: Leaving directory '/build/urjtag-2021.03/bindings'
make[1]: Leaving directory '/build/urjtag-2021.03/bindings'
Making install in src/apps/jtag
make[1]: Entering directory '/build/urjtag-2021.03/src/apps/jtag'
make[2]: Entering directory '/build/urjtag-2021.03/src/apps/jtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c jtag '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/jtag /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin/jtag
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/urjtag-2021.03/src/apps/jtag'
make[1]: Leaving directory '/build/urjtag-2021.03/src/apps/jtag'
Making install in src/apps/bsdl2jtag
make[1]: Entering directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
make[2]: Entering directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c bsdl2jtag '/nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/bsdl2jtag /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin/bsdl2jtag
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
make[1]: Leaving directory '/build/urjtag-2021.03/src/apps/bsdl2jtag'
make[1]: Entering directory '/build/urjtag-2021.03'
make[2]: Entering directory '/build/urjtag-2021.03'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/urjtag-2021.03'
make[1]: Leaving directory '/build/urjtag-2021.03'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03
shrinking /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib/liburjtag.so.0.0.0
shrinking /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin/jtag
shrinking /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin/bsdl2jtag
checking for references to /build/ in /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03...
gzipping man pages under /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/share/man/
patching script interpreter paths in /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03
stripping (with command strip and flags -S -p) in  /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/lib /nix/store/87cqkpf3987j4r0478xlcvw1irbvwkaj-urjtag-x86_64-unknown-linux-gnufilc0-2021.03/bin
unhide-20220611
error: Cannot build '/nix/store/rciplzrv21358k0q0c1d91c5j0avckzx-unhide-x86_64-unknown-linux-gnufilc0-20220611.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/6wq4g4915lhb9qr2h81wwzh6rz5ikvkh-unhide-x86_64-unknown-linux-gnufilc0-20220611
       Last 19 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/s9gwd1yhs61mwbhkpb44jncyhl6pc1rq-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=/nix/store/6wq4g4915lhb9qr2h81wwzh6rz5ikvkh-unhide-x86_64-unknown-linux-gnufilc0-20220611
       > clang -Wall -Wall  -pthread  unhide-linux.c unhide-linux-bruteforce.c unhide-linux-compound.c unhide-linux-procfs.c unhide-linux-syscall.c unhide-output.c   -o unhide-linux
       > unhide-linux-bruteforce.c:129:19: error: call to undeclared library function 'vfork' with type 'int (void)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   129 |       if ((vpid = vfork()) == 0) 
       >       |                   ^
       > unhide-linux-bruteforce.c:129:19: note: include the header <unistd.h> or explicitly provide a declaration for 'vfork'
       > 1 error generated.
       > unhide-linux-procfs.c:406:35: warning: unknown warning group '-Wformat-overflow=', ignored [-Wunknown-warning-option]
       >   406 |    #pragma GCC diagnostic ignored "-Wformat-overflow="
       >       |                                   ^
       > 1 warning generated.
       > make: *** [<builtin>: unhide-linux] Error 1
       For full logs, run:
         nix log /nix/store/rciplzrv21358k0q0c1d91c5j0avckzx-unhide-x86_64-unknown-linux-gnufilc0-20220611.drv
unhide-gui-20240510
error: Cannot build '/nix/store/b41y4dn109zdplwskndcacsx9ys01l0y-unhide-gui-20240510-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/3mpmp2i1ffxah0cl7bk0hzbl7n1hr2qh-unhide-gui-20240510-x86_64-unknown-linux-gnufilc0
unicon-lang-13.2-unstable-2025-06-02
error: Cannot build '/nix/store/7y0nq9nhyh4lvdgsnc7l6852ryxyn4mq-unicon-lang-x86_64-unknown-linux-gnufilc0-13.2-unstable-2025-06-02.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/ykix9bcpd7xnxn31cjqqkvbyaxmkvr3q-unicon-lang-x86_64-unknown-linux-gnufilc0-13.2-unstable-2025-06-02
       Last 25 log lines:
       >    [TP] tpmsmtp.c
       > rm -f libtp.a
       > shtool/shtool arx -C ar rc libtp.a tp.o util.o tpdunix.o tpdssl.o tpmdaytm.o tpmfinge.o tpmhttp.o tpmpop.o tpmsmtp.o uri/liburi.a
       > ranlib libtp.a
       > cp -f libtp.a ../../rt/lib/
       > make[3]: Leaving directory '/build/source/src/libtp'
       > make[2]: Leaving directory '/build/source/src/libtp'
       > make -C common
       > make[2]: Entering directory '/build/source/src/common'
       >    [COMMON] long.c
       >    [COMMON] getopt.c
       >    [COMMON] time.c
       >    [COMMON] filepart.c
       >    [COMMON] identify.c
       >    [COMMON] strtbl.c
       >    [COMMON] rtdb.c
       >    [COMMON] mlocal.c
       >    [COMMON] literals.c
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: rswitch.s: function 'coswitch' has no signature annotation (add one to its label, e.g. `coswitch: ;! int(ptr)`)
       > make[2]: *** [Makefile:105: rswitch.o] Error 1
       > make[2]: Leaving directory '/build/source/src/common'
       > make[1]: *** [Makefile:14: Common] Error 2
       > make[1]: Leaving directory '/build/source/src'
       > make: *** [Makefile:72: allsrc] Error 2
       For full logs, run:
         nix log /nix/store/7y0nq9nhyh4lvdgsnc7l6852ryxyn4mq-unicon-lang-x86_64-unknown-linux-gnufilc0-13.2-unstable-2025-06-02.drv
unicorn-2.1.3
error: Cannot build '/nix/store/ymmq8c2kjf9zzlrky11yy4sz9w835s65-unicorn-x86_64-unknown-linux-gnufilc0-2.1.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/ffs2nigfq30ga3ql232fm49m1vbaw9sl-unicorn-x86_64-unknown-linux-gnufilc0-2.1.3
       Last 25 log lines:
       >     (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
       >     (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
       >     (libpizlo.so) <runtime>: start_program
       > [5001] filc panic: thwarted a futile attempt to violate memory safety.
       >   Test interrupted by signal 5.
       > FAILED: 52 of 52 unit tests have failed.
       >
       >
       > 17% tests passed, 10 tests failed out of 12
       >
       > Total Test time (real) =   0.36 sec
       >
       > The following tests FAILED:
       > 	  1 - test_x86 (Failed)
       > 	  2 - test_arm (Failed)
       > 	  3 - test_arm64 (Failed)
       > 	  4 - test_m68k (SIGTRAP)
       > 	  5 - test_mips (Failed)
       > 	  7 - test_ppc (Failed)
       > 	  8 - test_riscv (Failed)
       > 	  9 - test_s390x (SIGTRAP)
       > 	 11 - test_mem (Failed)
       > 	 12 - test_ctl (Failed)
       > Errors while running CTest
       > make: *** [Makefile:71: test] Error 8
       For full logs, run:
         nix log /nix/store/ymmq8c2kjf9zzlrky11yy4sz9w835s65-unicorn-x86_64-unknown-linux-gnufilc0-2.1.3.drv
unicorn-angr-2.0.1.post1
error: Cannot build '/nix/store/a42q4ijsq0wz09bj28f9i9f7fgmnczl3-unicorn-angr-x86_64-unknown-linux-gnufilc0-2.0.1.post1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/z52kh80gvd1sn8j6ixh9b0nq0pi7gckx-unicorn-angr-x86_64-unknown-linux-gnufilc0-2.0.1.post1
       Last 25 log lines:
       >     (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
       >     (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
       >     (libpizlo.so) <runtime>: start_program
       > [4723] filc panic: thwarted a futile attempt to violate memory safety.
       >   Test interrupted by signal 5.
       > FAILED: 36 of 36 unit tests have failed.
       >
       >
       > 17% tests passed, 10 tests failed out of 12
       >
       > Total Test time (real) =   0.28 sec
       >
       > The following tests FAILED:
       > 	  1 - test_x86 (Failed)
       > 	  2 - test_arm (Failed)
       > 	  3 - test_arm64 (Failed)
       > 	  4 - test_m68k (SIGTRAP)
       > 	  5 - test_mips (Failed)
       > 	  7 - test_ppc (Failed)
       > 	  8 - test_riscv (Failed)
       > 	  9 - test_s390x (SIGTRAP)
       > 	 11 - test_mem (Failed)
       > 	 12 - test_ctl (Failed)
       > Errors while running CTest
       > make: *** [Makefile:71: test] Error 8
       For full logs, run:
         nix log /nix/store/a42q4ijsq0wz09bj28f9i9f7fgmnczl3-unicorn-angr-x86_64-unknown-linux-gnufilc0-2.0.1.post1.drv
unnethack-6.0.14
error: Cannot build '/nix/store/j7vjjdc1kz661vix9njg9r6v2gmgym8i-unnethack-x86_64-unknown-linux-gnufilc0-6.0.14.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/c4cmb22jhc61f807gwlfplc0rjw06j1p-unnethack-x86_64-unknown-linux-gnufilc0-6.0.14
       Last 25 log lines:
       > checking host system type... x86_64-unknown-linux-gnufilc0
       > checking for flex... flex
       > checking for lex output file root... lex.yy
       > checking for lex library... none needed
       > checking whether yytext is a pointer... yes
       > checking for bison... bison -y
       > checking for x86_64-unknown-linux-gnufilc0-chown... no
       > checking for x86_64-unknown-linux-gnufilc0-true... no
       > checking for chown... chown
       > configure: WARNING: using cross tools not prefixed with host triplet
       > checking for x86_64-unknown-linux-gnufilc0-chgrp... no
       > checking for x86_64-unknown-linux-gnufilc0-true... no
       > checking for chgrp... chgrp
       > checking for x86_64-unknown-linux-gnufilc0-chmod... no
       > checking for x86_64-unknown-linux-gnufilc0-true... no
       > checking for chmod... chmod
       > checking for x86_64-unknown-linux-gnufilc0-windres... no
       > checking for windres... no
       > checking for bzip2... /nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin/bzip2
       > checking for compression support... /nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin/bzip2
       > checking for suffix of compressed files... .bz2
       > checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
       > checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
       > checking for a Lua interpreter with version >= 5.4... none
       > configure: error: cannot find suitable Lua interpreter
       For full logs, run:
         nix log /nix/store/j7vjjdc1kz661vix9njg9r6v2gmgym8i-unnethack-x86_64-unknown-linux-gnufilc0-6.0.14.drv
uqmi-unstable-2024-01-16
error: Cannot build '/nix/store/bs15nakn079is7kk1121k7h5hqviw12z-uqmi-x86_64-unknown-linux-gnufilc0-unstable-2024-01-16.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/q16if3p2r9i568pd1yxj02km2j15nifj-uqmi-x86_64-unknown-linux-gnufilc0-unstable-2024-01-16
       Last 25 log lines:
       > [ 67%] Building C object CMakeFiles/uqmi.dir/qmi-message-ctl.c.o
       > [ 70%] Building C object CMakeFiles/uqmi.dir/commands.c.o
       > [ 77%] Building C object CMakeFiles/uqmi.dir/qmi-message-dms.c.o
       > [ 77%] Building C object CMakeFiles/uqmi.dir/mbim.c.o
       > [ 80%] Building C object CMakeFiles/uqmi.dir/qmi-message-nas.c.o
       > [ 83%] Building C object CMakeFiles/uqmi.dir/qmi-message-pds.c.o
       > In file included from /build/uqmi-c3488b8/commands.c:172:
       > /build/uqmi-c3488b8/commands-uim.c:90:19: error: variable 'card_application_state' is used uninitialized whenever 'for' loop exits because its condition is false [-Werror,-Wsometimes-uninitialized]
       >    90 |                 for (int j = 0; j < res.data.card_status.cards[i].applications_n; ++j) {
       >       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /build/uqmi-c3488b8/commands-uim.c:110:7: note: uninitialized use occurs here
       >   110 |                 if (card_application_state > QMI_UIM_CARD_APPLICATION_STATE_READY)
       >       |                     ^~~~~~~~~~~~~~~~~~~~~~
       > /build/uqmi-c3488b8/commands-uim.c:90:19: note: remove the condition if it is always true
       >    90 |                 for (int j = 0; j < res.data.card_status.cards[i].applications_n; ++j) {
       >       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /build/uqmi-c3488b8/commands-uim.c:81:33: note: initialize the variable 'card_application_state' to silence this warning
       >    81 |                 uint8_t card_application_state;
       >       |                                               ^
       >       |                                                = '\0'
       > 1 error generated.
       > make[2]: *** [CMakeFiles/uqmi.dir/build.make:155: CMakeFiles/uqmi.dir/commands.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:154: CMakeFiles/uqmi.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/bs15nakn079is7kk1121k7h5hqviw12z-uqmi-x86_64-unknown-linux-gnufilc0-unstable-2024-01-16.drv
urdfdom-4.0.0
error: Cannot build '/nix/store/9yh4782c03blrammq3wngakdkkqk902p-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/r49gxshgjn93vvpw7ynwzgvgqccxackw-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0
       Last 25 log lines:
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTVN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [urdf_parser/CMakeFiles/urdfdom_model.dir/build.make:150: nix/store/r49gxshgjn93vvpw7ynwzgvgqccxackw-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0/lib/liburdfdom_model.so.4.0] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:192: urdf_parser/CMakeFiles/urdfdom_model.dir/all] Error 2
       > [ 58%] Linking CXX shared library ../nix/store/r49gxshgjn93vvpw7ynwzgvgqccxackw-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0/lib/liburdfdom_world.so
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTVN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml210XMLVisitorE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTVN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTIN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/b97w4fh81r99i27i4awpm4hfi0i9hc19-tinyxml2-x86_64-unknown-linux-gnufilc0-11.0.0/lib/libtinyxml2.a(tinyxml2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTSN8tinyxml212XMLAttributeE' which may overflow at runtime; recompile with -fPIC
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [urdf_parser/CMakeFiles/urdfdom_world.dir/build.make:166: nix/store/r49gxshgjn93vvpw7ynwzgvgqccxackw-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0/lib/liburdfdom_world.so.4.0] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:160: urdf_parser/CMakeFiles/urdfdom_world.dir/all] Error 2
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/9yh4782c03blrammq3wngakdkkqk902p-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0.drv
uri-1.1.0
error: Cannot build '/nix/store/aqzyfywvgji2nvc63w2qfq2xg98b1wmq-uri-x86_64-unknown-linux-gnufilc0-1.1.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/zvq80528ac82x3h28mpiw8hv916w01bc-uri-x86_64-unknown-linux-gnufilc0-1.1.0
       Last 25 log lines:
       > /build/source/src/boost/function/function_template.hpp:728:13: note: in instantiation of function template specialization 'network_boost::function2<network_boost::iterator_range<const char *>, const char *, const char *>::assign_to<network_boost::algorithm::detail::token_finderF<(lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>>' requested here
       >   728 |       this->assign_to(f);
       >       |             ^
       > /build/source/src/boost/algorithm/string/detail/find_iterator.hpp:51:21: note: in instantiation of function template specialization 'network_boost::function2<network_boost::iterator_range<const char *>, const char *, const char *>::function2<network_boost::algorithm::detail::token_finderF<(lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>>' requested here
       >    51 |                     m_Finder(Finder) {}
       >       |                     ^
       > /build/source/src/boost/algorithm/string/find_iterator.hpp:261:17: note: in instantiation of function template specialization 'network_boost::algorithm::detail::find_iterator_base<const char *>::find_iterator_base<network_boost::algorithm::detail::token_finderF<(lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>>' requested here
       >   261 |                 detail::find_iterator_base<IteratorT>(Finder,0),
       >       |                 ^
       > /build/source/src/boost/algorithm/string/iter_find.hpp:170:21: note: in instantiation of function template specialization 'network_boost::algorithm::split_iterator<const char *>::split_iterator<network_boost::algorithm::detail::token_finderF<(lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>>' requested here
       >   170 |                     find_iterator_type( ::network_boost::begin(lit_input), InputEnd, Finder ),
       >       |                     ^
       > /build/source/src/detail/../boost/algorithm/string/split.hpp:146:48: note: in instantiation of function template specialization 'network_boost::algorithm::iter_split<std::vector<std::string>, network::basic_string_view<char>, network_boost::algorithm::detail::token_finderF<(lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>>' requested here
       >   146 |             return ::network_boost::algorithm::iter_split(
       >       |                                                ^
       > /build/source/src/detail/uri_normalize.cpp:30:20: note: in instantiation of function template specialization 'network_boost::algorithm::split<std::vector<std::string>, network::basic_string_view<char>, (lambda at /build/source/src/detail/uri_normalize.cpp:30:47)>' requested here
       >    30 |     network_boost::split(path_segments, path, [](char ch) {
       >       |                    ^
       > 2 warnings and 4 errors generated.
       > make[2]: *** [src/CMakeFiles/network-uri.dir/build.make:166: src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[2]: Leaving directory '/build/source/build'
       > make[1]: *** [CMakeFiles/Makefile2:142: src/CMakeFiles/network-uri.dir/all] Error 2
       > make[1]: Leaving directory '/build/source/build'
       > make: *** [Makefile:139: all] Error 2
       For full logs, run:
         nix log /nix/store/aqzyfywvgji2nvc63w2qfq2xg98b1wmq-uri-x86_64-unknown-linux-gnufilc0-1.1.0.drv
uriparser-0.9.8
error: Cannot build '/nix/store/24sp8q17jxp69qv53iaj5shl9qlqic4v-uriparser-x86_64-unknown-linux-gnufilc0-0.9.8.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/v1lj9vcvcydk16s1k1nx7ps8myxifkwl-uriparser-x86_64-unknown-linux-gnufilc0-0.9.8
       Last 25 log lines:
       > -- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
       > -- Detecting C compile features
       > -- Detecting C compile features - done
       > -- The CXX compiler identification is Clang 20.1.8
       > -- Detecting CXX compiler ABI info
       > -- Detecting CXX compiler ABI info - done
       > -- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
       > -- Detecting CXX compile features
       > -- Detecting CXX compile features - done
       > -- Performing Test URIPARSER_COMPILER_SUPPORTS_VISIBILITY
       > -- Performing Test URIPARSER_COMPILER_SUPPORTS_VISIBILITY - Success
       > -- Looking for wprintf
       > -- Looking for wprintf - found
       > -- Looking for reallocarray
       > -- Looking for reallocarray - found
       > CMake Error at /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
       >   Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR
       >   GTEST_MAIN_LIBRARY) (Required is at least version "1.8.0")
       > Call Stack (most recent call first):
       >   /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
       >   /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindGTest.cmake:273 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
       >   CMakeLists.txt:276 (find_package)
       >
       > 
       > -- Configuring incomplete, errors occurred!
       For full logs, run:
         nix log /nix/store/24sp8q17jxp69qv53iaj5shl9qlqic4v-uriparser-x86_64-unknown-linux-gnufilc0-0.9.8.drv
error: build of '/nix/store/24sp8q17jxp69qv53iaj5shl9qlqic4v-uriparser-x86_64-unknown-linux-gnufilc0-0.9.8.drv^*', '/nix/store/7y0nq9nhyh4lvdgsnc7l6852ryxyn4mq-unicon-lang-x86_64-unknown-linux-gnufilc0-13.2-unstable-2025-06-02.drv^*', '/nix/store/9yh4782c03blrammq3wngakdkkqk902p-urdfdom-x86_64-unknown-linux-gnufilc0-4.0.0.drv^*', '/nix/store/a42q4ijsq0wz09bj28f9i9f7fgmnczl3-unicorn-angr-x86_64-unknown-linux-gnufilc0-2.0.1.post1.drv^*', '/nix/store/aqzyfywvgji2nvc63w2qfq2xg98b1wmq-uri-x86_64-unknown-linux-gnufilc0-1.1.0.drv^*', '/nix/store/b41y4dn109zdplwskndcacsx9ys01l0y-unhide-gui-20240510-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/bs15nakn079is7kk1121k7h5hqviw12z-uqmi-x86_64-unknown-linux-gnufilc0-unstable-2024-01-16.drv^*', '/nix/store/j7vjjdc1kz661vix9njg9r6v2gmgym8i-unnethack-x86_64-unknown-linux-gnufilc0-6.0.14.drv^*', '/nix/store/rciplzrv21358k0q0c1d91c5j0avckzx-unhide-x86_64-unknown-linux-gnufilc0-20220611.drv^*', '/nix/store/ymmq8c2kjf9zzlrky11yy4sz9w835s65-unicorn-x86_64-unknown-linux-gnufilc0-2.1.3.drv^*' failed

End of log