Hunter Wittenborn
Hunter Wittenborn
I think I just realized what the issue is, I'm pretty sure makedeb stable has the `CARCH` value hardcoded to `x86_64` in `/etc/makepkg.conf` thus causing that issue. Would you guys...
> my issue relates to building rustup which I can confirm this doesn't fix What kind of error pops up when building with alpha/beta? > MARCH still looks to be...
`rustup` can be installed from the MPR, having it marked as a dependency ensures Mist can still be built in places like the PBMPR. Does installing rustup from the MPR...
Hey, thanks again for getting another MR done, it's really appreciated :). I think this declarative style probably will have some benefits in terms of grouping data together, I'm definitely...
Yeah, I still want to get this merged @tonky. I implemented this derive style in some code for makedeb, and it's definitely a lot cleaner than the builder method. Feel...
Thanks for reporting the issue! I'm working on makedeb and then the MPR right now so I can't guarantee I can work on this right away, but I'll get to...
The goal is to be Pamac for Debian, 'cause why not. Haven't really stated that anywhere, but that's my mindset.
Sorry for the delayed response, I got sidetracked by some stuff and forgot about this. Thanks for reporting the issue though! I'll try to get a fresh VM set up...
> On a fresh install, mist list threw a missing directory error Was this the error that tells you to run `mist update` or was it something else?
Is this the error you saw? ``` Err: There was an issue reading the cache archive. Try running 'mist update' [No such file or directory (os error 2)]. ```