Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup of 1.9.1 #1727

Closed
2 tasks done
menglinhan opened this issue Jan 5, 2024 · 1 comment
Closed
2 tasks done

setup of 1.9.1 #1727

menglinhan opened this issue Jan 5, 2024 · 1 comment

Comments

@menglinhan
Copy link

Background Work

Feature Description

1.9.1 is an official release tag. I checkout this tag and run "./build-setup.sh riscv-tools". However, the setup process failed.

Motivating Example

follow is the log of the failed processing, Is the java version not appropriate?:
sbt thinks that server is already booting because of this exception:
sbt.internal.ServerAlreadyBootingException: java.io.IOException: org.scalasbt.ipcsocket.NativeErrorException: Cannot fit name [/riscv/ocelot/chipyard_1.9.1/chipyard/.java_tmp/.sbt/sbt-socket-9111289574599218584/sbt-load.sock] in maximum unix domain socket length
at sbt.internal.BootServerSocket.newSocket(BootServerSocket.java:356)
at sbt.internal.BootServerSocket.(BootServerSocket.java:295)
at sbt.xMain$.getSocketOrExit(Main.scala:150)
at sbt.xMain$.bootServerSocket$lzycompute$1(Main.scala:77)
at sbt.xMain$.bootServerSocket$1(Main.scala:77)
at sbt.xMain$.withStreams$1(Main.scala:85)
at sbt.xMain$.run(Main.scala:121)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at sbt.internal.XMainConfiguration.run(XMainConfiguration.java:57)
at sbt.xMain.run(Main.scala:46)
at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
at xsbt.boot.Launch$.run(Launch.scala:109)
at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
at xsbt.boot.Launch$.launch(Launch.scala:117)
at xsbt.boot.Launch$.apply(Launch.scala:18)
at xsbt.boot.Boot$.runImpl(Boot.scala:41)
at xsbt.boot.Boot$.main(Boot.scala:17)
at xsbt.boot.Boot.main(Boot.scala)
Caused by: java.io.IOException: org.scalasbt.ipcsocket.NativeErrorException: Cannot fit name [
/riscv/ocelot/chipyard_1.9.1/chipyard/.java_tmp/.sbt/sbt-socket-9111289574599218584/sbt-load.sock] in maximum unix domain socket length
at org.scalasbt.ipcsocket.UnixDomainServerSocket.bind(UnixDomainServerSocket.java:140)
at org.scalasbt.ipcsocket.UnixDomainServerSocket.(UnixDomainServerSocket.java:114)
at org.scalasbt.ipcsocket.UnixDomainServerSocket.(UnixDomainServerSocket.java:93)
at sbt.internal.BootServerSocket.newSocket(BootServerSocket.java:350)
... 21 more
Caused by: org.scalasbt.ipcsocket.NativeErrorException: Cannot fit name [/riscv/ocelot/chipyard_1.9.1/chipyard/.java_tmp/.sbt/sbt-socket-9111289574599218584/sbt-load.sock] in maximum unix domain socket length
at org.scalasbt.ipcsocket.JNAUnixDomainSocketLibraryProvider.bind(UnixDomainSocketLibrary.java:180)
at org.scalasbt.ipcsocket.UnixDomainServerSocket.bind(UnixDomainServerSocket.java:136)
... 24 more
�[0Jmake: *** [
/riscv/ocelot/chipyard_1.9.1/chipyard/common.mk:380: launch-sbt] Error 2

@jerryz123
Copy link
Contributor

We do not guarantee maintenance or support of old releases. Try again with the latest commit on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants