abra build fails, missing passgen repo? #358
Closed
opened 2022-11-08 16:25:02 +00:00 by 3wordchant
·
12 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#358
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
git clone <abra repo>make buildExpected: works
Actual:
@3wordchant ugh, it works for me... I see the package is still available via https://pkg.go.dev/github.com/schultz-is/passgen so this shouldn't be an issue... which Go version are you running?
Could be a version incompatibility thing? I'm on
go version go1.18.3 linux/amd64. I sometimes try torm -rf ~/goto get back to a clean state (how I tested this). Your system Go may work differently though...Strangely I don't see
passgeneven mentioned in thegit logof progressbar? If you rungo get -v -d -u ./...and thenmake build, does it work?oh i didn't notice the reply, thanks @decentral1se!
I'm on
go version go1.18.7 linux/amd64I think they're separate packages pulled in via
go.mod/go.sum? Wallowing in ignorance over here tho.Gonna try these now
@3wordchant Jeez, you're really having a bad run with the 'ol Go builds. Your setup seem to be plagued by some Go borkage from before - these error messages look like the ones happening the last time you ran into build errors? Idk your local setup again but I'd just
rm -rf ~/goat this point if you haven't already (but I have a feeling you did already try this once...). Maybe there is something caching in your builds that shouldn't be caching now... I'm a bit lost, sorry 😬Yep, definitely a kind of a haunted experience so far! 👻 Thanks for help and solidarity 🤝
Being a masochist with overly-strong preferences about my home directory, I set
GOPATH=/home/user/.go, and I didrm -rf /home/user/.go/before trying the above.I'll try that again, maybe
goDocker image again if that still doesn't work, and after that ... idk, a séance?OK, making more progress with
rm -rf ~/.go && rm go.sum && go get -v -d -u ./...– also realised I needed to rundirenv allow.Nope, back to this:
😭
Holy fack @3wordchant this is unrelated from the deps hell? Check this mania https://stackoverflow.com/questions/32232655/go-get-results-in-terminal-prompts-disabled-error-for-github-private-repo omg i can't even...
@decentral1se yeah that's definitely the same error message 🎉
As far as I can make out (through the fog of me not knowing anything), there's no way around
schultz-is/passgenhaving been removed from github, other than finding forks? (Which is difficult given the repo has been completely memory-holed)e.g. the instructions on https://pkg.go.dev/github.com/schultz-is/passgen don't work for me:
Are you sure the abra build still works for you if you fully kill your cache your end?
abra build fails, missing passgen & progressbar repos?to abra build fails, missing passgen repo?Found a hack to try and find forks, didn't find any:
https://www.google.com/search?hl=en&q=%22forked%20from%20schultz%2Dis%2Fpassgen%22%20site%3Agithub.com
Solved with a blesséd fork, thanks @decentral1se! 🙏