Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this. #30

Open
Pitometsu opened this issue Jan 9, 2016 · 3 comments

Comments

@Pitometsu
Copy link
Contributor

Hi there! :)
I got some errors on fresh re-install antigen-hs

Didn't find file /home/netsu/.antigen-hs/antigen-hs.zsh
Try to setup? [Y/n] Yes
Use sandbox for haskell dependencies? [Y/n] Yes
Stack executable found. Use it for sandbox? [Y/n] Yes
Downloaded lts-3.4 build plan.    
Caching build plan
Fetched package index.                                                                                    
Populated index cache.    
stack will use the GHC on your PATH
For more information on paths, see 'stack path' and 'stack exec env'
To use this GHC and packages outside of a project, consider using:
stack ghc, stack ghci, stack runghc, or stack exec
[1 of 1] Compiling Main             ( /tmp/stack20702/Setup.hs, /tmp/stack20702/Setup.o )
Linking /home/netsu/.stack/setup-exe-cache/x86_64-linux/tmp-setup-Simple-Cabal-1.22.4.0-ghc-7.10.2 ...
antigen-hs-0.1.0.0: configure
Configuring antigen-hs-0.1.0.0...
antigen-hs-0.1.0.0: build
Preprocessing library antigen-hs-0.1.0.0...
[1 of 1] Compiling Antigen          ( Antigen.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/Antigen.o )
In-place registering antigen-hs-0.1.0.0...
antigen-hs-0.1.0.0: copy/register
Installing library in
/home/netsu/.zsh/antigen-hs/.stack-work/install/x86_64-linux/lts-3.4/7.10.2/lib/x86_64-linux-ghc-7.10.2/antigen-hs-0.1.0.0-FKne2pE40rQDS0REMcNHjS
Registering antigen-hs-0.1.0.0...
Getting project config file from STACK_YAML environment
No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this.
Compilation finish without success. Would you like try again? [Y/n] 

This No *.plugin.zsh file! See antigenSourcingStrategy example in README on how to configure this. looks strange. Could you suggest me, please, is it work at least for you for now? Or I break something after system update. I would enhance the script a little, but currently even can't install it :)
Thanks!

@Tarrasch
Copy link
Owner

Tarrasch commented Jan 9, 2016

I haven't really changed the code that much since I merged your PRs. Perhaps we should at least list the offending plugin that lacks the *.plugin.zsh file. Shouldn’t the shell script it print something like "Now I'm running your MyAntigen.hs file". Because it looks from the logs like it's failingwhen installing the Antigen library, not when compiling the users plugin definitions.

@11111000000
Copy link

From fresh install on Archlinux, with config from README:

No *.plugin.zsh file in /home/az/.antigen-hs/repos/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-history-substring-search! See antigenSourcingStrategy example in README on how to configure this.
Yes
(eval):1: job table full or recursion limit exceeded

many times, then

antigen-hs-ask:1: job table full or recursion limit exceeded

@Tarrasch
Copy link
Owner

@11111000000, thanks for reporting this! It seems the problem is just the config in README is old. Or that Antigen-hs doesn't support pinning versions.

I submitted a fix in #34, which is based on Tarrasch/dotfiles#6 (thanks @hsingh23).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants