-
Notifications
You must be signed in to change notification settings - Fork 37
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
version=git not installed at configure time #37
Comments
Comment by mhaberler yes, thats a bugger - it is a consequence of the fact that currently debian packages are built from tarballs which do not carry the git SHA. John and me discussed several ways to get around that - "mere work" :-/ |
Comment by cdsteinkuehler Looks like this is still an issue. Is any of the "mere work" something that "mere mortals" can do, or is it a John vs. the Buildbot sort of thing? |
Comment by zultron (Sorry, dealing with inbox backlog in FILO order :P ) The The 'mere work' @mhaberler mentions is, erm, I don't remember exactly, but probably some way to get the git rev from e.g. an environment variable (maybe Once that's present, adding such an environment variable to the Buildbot is trivial, but can only be done by the vermin deities of the Buildbot underbelly. |
Comment by luminize FWIW, These are probably not needed anymore.
|
Issue by cdsteinkuehler
Sun Jul 6 01:14:52 2014
Originally opened as machinekit/machinekit#236
I am using the BeagleBone packages on a fresh install of the current latest BeagleBone Debian image (bone-debian-7.4-2014-04-23-2gb.img.xz), and I am having issues getting things running. While reviewing the logs, I notice the following every time I attempt to launch LinuxCNC:
Jul 6 01:09:03 beaglebone msgd:0: MSGD:0 mlock(global) failed: 12 'Cannot allocate memory'
Jul 6 01:09:03 beaglebone msgd:0: startup instance=inst0 pid=6003 flavor=xenomai rtlevel=1 usrlevel=1 halsize=512000 shm=Posix gcc=4.6.3 version=git not installed at configure time
Jul 6 01:09:03 beaglebone msgd:0: configured: Jul 1 2014 12:27:54 sha=git not installed or executable
Jul 6 01:09:03 beaglebone msgd:0: built: Jul 1 2014 12:29:13 sha=git not installed or executable
I am working on the "cannot allocate memory" issue, but it looks like the version= and sha= are a goof in the way packages are getting built.
The text was updated successfully, but these errors were encountered: