error in package():
install: cannot stat 'target/scala-2.11/chisel3_2.11-3.2.0.jar': No such file or directory
looks like 2.11 in the PKGBUILD needs to be changed to 2.12.
| Git Clone URL: | https://aur.archlinux.org/chisel.git (read-only, click to copy) |
|---|---|
| Package Base: | chisel |
| Description: | Constructing Hardware in a Scala Embedded Language |
| Upstream URL: | https://www.chisel-lang.org/ |
| Licenses: | BSD |
| Submitter: | sebo |
| Maintainer: | annamakinen |
| Last Packager: | tippfehlr |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-07-08 19:11 (UTC) |
| Last Updated: | 2026-06-12 14:12 (UTC) |
« First ‹ Previous 1 2
error in package():
install: cannot stat 'target/scala-2.11/chisel3_2.11-3.2.0.jar': No such file or directory
looks like 2.11 in the PKGBUILD needs to be changed to 2.12.
Seems sbt commands changed. Just pushed a fix.
Build failing over here with:
[info] Loading settings from build.sbt ...
[info] Set current project to chisel3 (in build file:/tmp/yaourt-tmp-bemeurer/aur-chisel/src/chisel3-3.1.0/)
[error] Not a valid command: publish-local
[error] Not a valid project ID: publish-local
[error] Expected ':'
[error] Not a valid key: publish-local (similar: publishLocal, publishTo, publish)
[error] publish-local
Pinned Comments
Forty-Bot commented on 2024-02-07 16:58 (UTC)
ok, so I figured out how to make this generate a jar
but how do you use it? all the chisel tutorials just use e.g. sbt and that downloads everything from the internet.