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

Missing DEF_VERSION produces obscure error message #35

Open
tallica opened this issue Jan 26, 2020 · 0 comments
Open

Missing DEF_VERSION produces obscure error message #35

tallica opened this issue Jan 26, 2020 · 0 comments

Comments

@tallica
Copy link
Member

tallica commented Jan 26, 2020

Steps to reproduce

Create meta definition with missing DEF_VERSION and build it

ruby-build-essentials.def:

DEF_TYPE="meta"
DEF_NAME="ruby-build-essentials"
DEF_REQUIREMENTS="libffi libressl readline yaml"
DEF_CLEAN_USELESS=NO

build log:

$ s build ruby-build-essentials
  Requested Build of: ruby-build-essentials
  Installing: Ruby-build-essentials, version: , with requirements: libffi libressl readline yaml
    libffi (5 of 5 remaining)
     → Config: /Users/michal/.sofin/logs/sofin-libffi.config -> /Users/michal/.sofin/logs/sofin-libffi.config.result
    libressl (4 of 5 remaining)
     → Config: /Users/michal/.sofin/logs/sofin-libressl.config -> /Users/michal/.sofin/logs/sofin-libressl.config.result
    readline (3 of 5 remaining)
     → Config: /Users/michal/.sofin/logs/sofin-readline.config -> /Users/michal/.sofin/logs/sofin-readline.config.result
    yaml (2 of 5 remaining)
     → Config: /Users/michal/.sofin/logs/sofin-yaml.config -> /Users/michal/.sofin/logs/sofin-yaml.config.result
    ruby-build-essentials (1 of 5)
     » Meta bundle detected.
  » Task crashed!
      error: Failed with an empty _verfile!
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

1 participant