@kuenx, it's working for me on every system I've tried it on. Is your rust up to date? Is there any more info provided with the error?
Search Criteria
Package Details: stl-thumb 0.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stl-thumb.git (read-only, click to copy) |
---|---|
Package Base: | stl-thumb |
Description: | A fast lightweight thumbnail generator for STL files |
Upstream URL: | https://github.com/unlimitedbacon/stl-thumb |
Licenses: | MIT |
Submitter: | unlimitedbacon |
Maintainer: | unlimitedbacon |
Last Packager: | unlimitedbacon |
Votes: | 8 |
Popularity: | 0.91 |
First Submitted: | 2018-07-28 04:25 (UTC) |
Last Updated: | 2022-05-30 07:41 (UTC) |
Dependencies (3)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
Required by (1)
Sources (1)
unlimitedbacon commented on 2022-06-01 06:55 (UTC)
kuenx commented on 2022-05-31 12:05 (UTC)
Unfortunately, I also can't install the package. I'm getting this error when installing with yay. Clean build doesn't help either.
error: failed to load source for dependency `glutin`
Caused by:
Unable to update https://github.com/rust-windowing/glutin.git?rev=07c461e#07c461ee
unlimitedbacon commented on 2022-05-30 08:11 (UTC)
Package should be fixed with v0.5.0. If you are still having trouble try doing a clean build (rm -rf
the build directory).
cake808 commented on 2022-05-13 21:58 (UTC)
Unfortunately, I'm unable to install the package
==> Starting build()...
Note: switching to 'tags/v0.4.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at c009ddf Fix benchmark test
Updating git repository `https://github.com/unlimitedbacon/glutin.git`
error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`
Caused by:
failed to load source for dependency `glutin`
Caused by:
Unable to update https://github.com/unlimitedbacon/glutin.git#81c71e18
Caused by:
object not found - no match for id (81c71e18178f295c212a1a05a94541e586e8aaeb); class=Odb (9); code=NotFound (-3)
==> ERROR: A failure occurred in build().
Aborting...
-> error making: stl-thumb
unlimitedbacon commented on 2022-04-12 22:24 (UTC)
Fixed the Git sources
jasont commented on 2022-04-11 20:37 (UTC) (edited on 2022-04-11 20:41 (UTC) by jasont)
Cloning into bare repository ... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ==> ERROR: Failure while downloading stl-thumb git repo Aborting...
need to change source in PKGBUILD from 'git://' to 'git+https://'
qcgilbert commented on 2022-01-15 18:57 (UTC)
Crashes as of 0.4.0
Result of running stl-thumb from terminal:
memory allocati2on of 48 bytes failed
Aborted (core dumped)
Rust Backtrace:
thread 'main' panicked at 'byte index 2 is out of bounds of `b`', src/config.rs:167:38
stack backtrace:
0: 0x55586efb1ffc - <unknown>
1: 0x55586efd41fc - <unknown>
2: 0x55586efae9d5 - <unknown>
3: 0x55586efb3b80 - <unknown>
4: 0x55586efb3735 - <unknown>
5: 0x55586efb4234 - <unknown>
6: 0x55586efb3d10 - <unknown>
7: 0x55586efb24a4 - <unknown>
8: 0x55586efb3c79 - <unknown>
9: 0x55586edf4d41 - <unknown>
10: 0x55586edf52a8 - <unknown>
11: 0x55586edf8a43 - <unknown>
12: 0x55586edf5990 - <unknown>
13: 0x55586edf5e23 - <unknown>
14: 0x55586edf63c9 - <unknown>
15: 0x55586efb1c8b - <unknown>
16: 0x55586edf5e12 - <unknown>
17: 0x7f07bf9a0b25 - __libc_start_main
18: 0x55586edf54ee - <unknown>
19: 0x0 - <unknown>
juliang commented on 2021-11-29 22:09 (UTC)
I think we're missing libgit2
as a make dependency.
bartus commented on 2019-02-28 13:41 (UTC)
missing git
in makedepend
.
bartus commented on 2018-11-26 00:00 (UTC)
@unlimitedbacon: yep, works fine.
Pinned Comments
unlimitedbacon commented on 2022-05-30 08:11 (UTC)
Package should be fixed with v0.5.0. If you are still having trouble try doing a clean build (
rm -rf
the build directory).