Guest User

Untitled

a guest
Nov 7th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. $env.CROSS_GCC = (guix build --target=riscv64-linux-gnu gcc-toolchain)
  2.  
  3. ...
  4. ...
  5.  
  6. checking for working strncmp... yes
  7. configure: updating cache ./config.cache
  8. configure: creating ./config.status
  9. config.status: creating Makefile
  10. config.status: creating testsuite/Makefile
  11. config.status: creating config.h
  12. config.status: executing default commands
  13. make[1]: Leaving directory '/tmp/guix-build-gcc-15.2.0.drv-0/build'
  14. make: *** [Makefile:1063: all] Error 2
  15. error: in phase 'build': uncaught exception:
  16. %exception #<&invoke-error program: "make" arguments: ("-j" "12" "--max-load=12" "CFLAGS=-g0 -O2") exit-status: 2 term-signal: #f stop-signal: #f>
  17. phase `build' failed after 23.4 seconds
  18. command "make" "-j" "12" "--max-load=12" "CFLAGS=-g0 -O2" failed with status 2
  19. build process 14 exited with status 256
  20. builder for `/gnu/store/mpbv8phyypfqx30m5khmv7xbz2xwhy07-gcc-15.2.0.drv' failed with exit code 1
  21. build of /gnu/store/mpbv8phyypfqx30m5khmv7xbz2xwhy07-gcc-15.2.0.drv failed
  22. View build log at '/var/log/guix/drvs/mp/bv8phyypfqx30m5khmv7xbz2xwhy07-gcc-15.2.0.drv.gz'.
  23. cannot build derivation `/gnu/store/jn1n4zqssfcyfr3gjv4sxfb67x743q3v-gcc-toolchain-15.2.0.drv': 1 dependencies couldn't be built
  24. guix build: error: build of `/gnu/store/jn1n4zqssfcyfr3gjv4sxfb67x743q3v-gcc-toolchain-15.2.0.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment