Search Criteria
Package Details: odin-git r14484.e228ef221-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/odin-git.git (read-only, click to copy) |
---|---|
Package Base: | odin-git |
Description: | A fast, concise, readable, pragmatic and open sourced programming language. |
Upstream URL: | https://github.com/odin-lang/odin |
Licenses: | BSD |
Conflicts: | odin |
Provides: | odin |
Submitter: | guyinjeans |
Maintainer: | jkercher |
Last Packager: | jkercher |
Votes: | 5 |
Popularity: | 0.003343 |
First Submitted: | 2018-02-04 03:06 (UTC) |
Last Updated: | 2025-05-06 10:54 (UTC) |
Dependencies (8)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- llvm-libs (llvm-libs-gitAUR)
- clang (llvm-gitAUR, clang17-binAUR, clang-minimal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- python (python37AUR) (check)
- python (python37AUR) (optional)
Required by (1)
- odinls (requires odin)
Latest Comments
1 2 Next › Last »
FabioLolix commented on 2025-05-06 20:02 (UTC)
Yes, has been fixed in the meantime
jkercher commented on 2025-05-06 10:55 (UTC)
@FabioLolix, I had a look at this. I'm not seeing the os2 failure on my end. It is possible it has been fixed upstream already because the os2 core package is a replacement for the os package and is under very active development.
Looking into the timezone issue, the code looks for the
$TZ
environment variable to be present or/etc/timezone
. In the devtools environment, neither exist. I manually set$TZ
for that test now, and it passes.FabioLolix commented on 2025-05-02 15:10 (UTC)
Just for testing, when building with devtools it fails 2 tests, all fine with makepkg
jkercher commented on 2024-06-09 03:10 (UTC)
Hello! As already stated, this needs some updating. I can help maintain this if you guys don't have the time for it =]
RaphGL commented on 2024-02-02 13:37 (UTC)
With dev-2024-02 Odin adds a new base library that is required by the compiler. Inability to find it on the system will result in a crash with this message: "Syntax Error: Path does not exist:".
The fix is to add cp -r base "${pkgdir}/usr/lib/${_pkgname}/base"
To the package() function of PKGBUILD.
dmitsuki commented on 2023-05-06 07:21 (UTC)
This doesn't build because the current version of LLVM is 15, and this uses system llvm instead of llvm 13.
FabioLolix commented on 2022-06-02 14:55 (UTC)
@nuc that was fixed with https://aur.archlinux.org/cgit/aur.git/commit/?h=odin-git&id=79efd47fc9772db4ccd873703a57bcc351cb46db
nuc commented on 2022-06-02 14:47 (UTC)
@FabioLolix: @xyproto had already provided it in this case
FabioLolix commented on 2022-06-01 20:27 (UTC)
@nuc you're welcome to provide more useful error messages next time
nuc commented on 2022-05-31 20:38 (UTC)
Doesnt build.
1 2 Next › Last »