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

PKGBUILD: No Makefile #11

Closed
solarkraft opened this issue Jun 16, 2019 · 2 comments
Closed

PKGBUILD: No Makefile #11

solarkraft opened this issue Jun 16, 2019 · 2 comments

Comments

@solarkraft
Copy link
Contributor

When I run makepkg with my fixed pkgbuild, the last step in build make build reasonably fails because there is no Makefile in that directory. Neither is there one anywhere else in the whole folder structure.

Where is that Makefile supposed to come from?

[paul@paul-pc mos-release]$ makepkg
==> Making package: mos 2.13.1-1 (So 16 Jun 2019 14:51:09 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating mos git repo...
Fetching origin
==> Validating source files with md5sums...
    mos ... Skipped
==> Extracting sources...
  -> Creating working copy of mos git repo...
Reset branch 'makepkg'
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
[fetch go packages]
make: *** No rule to make target 'build'.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...
@rojer
Copy link
Contributor

rojer commented Jun 16, 2019

this is because repo changed between 2.13.1 and 2.14.0
use 2.14.0

@rojer rojer closed this as completed Jun 16, 2019
@rojer
Copy link
Contributor

rojer commented Jun 16, 2019

in other words, update MOS_TAG to 2.14.0 (please send a PR with that change)

solarkraft added a commit to fablab-luenen/mos that referenced this issue Jun 16, 2019
According to mongoose-os#11. 
Fixes mos-release.
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

2 participants