But they are here???
/linuxcnc/src/rtapi
On 20/03/14 19:02, Mark Tucker wrote:
> It is now looking for xanomai.h which is not there.
>
> install: cannot stat `../include/xenomai.h': No such file or directory
>
>
> On 20/03/14 17:57, Mark Tucker wrote:
>> Can someone check if they get the same answer?
>>
>> dpkg-checkbuilddeps: Unmet build dependencies: libxenomai-dev
>> libxenomai1 xenomai-runtime
>>
>>
>> On 20/03/14 17:05, Mark Tucker wrote:
>>> Right i have rebuilt my KARMA.
>>> This is the first problem if i try to build with the dependency check.
>>> Even though i have installed them through apt-get.
>>>
>>> linuxcnc@beaglebone:~/linuxcnc$ dpkg-checkbuilddeps
>>> perl: warning: Setting locale failed.
>>> perl: warning: Please check that your locale settings:
>>> LANGUAGE = (unset),
>>> LC_ALL = (unset),
>>> LANG = "en_GB.UTF-8"
>>> are supported and installed on your system.
>>> perl: warning: Falling back to the standard locale ("C").
>>> dpkg-checkbuilddeps: Unmet build dependencies: libxenomai-dev
>>> libxenomai1 xenomai-runtime
>>>
>>> On 18/03/14 14:33, Mark Tucker wrote:
>>>> And the next one.
>>>> My patiance is running thin now,as i am sure is everyone elses.
>>>>
>>>> /home/linuxcnc/linuxcnc/src/../debian/tmp/usr/share/linuxcnc/pncconf/pncconf-help
>>>> \
>>>> install -d -m 0755 -o root
>>>> /home/linuxcnc/linuxcnc/src/../debian/tmp/usr/share/doc/linuxcnc/examples/sample-configs
>>>> install -m 4755 -o root ../libexec/rtapi_app_*
>>>> /home/linuxcnc/linuxcnc/src/../debian/tmp/usr/libexec/linuxcnc
>>>> install: cannot stat `../libexec/rtapi_app_*': No such file or directory
>>>> make[1]: *** [install-kernel-dep] Error 1
>>>> make[1]: Leaving directory `/home/linuxcnc/linuxcnc/src'
>>>> make: *** [install] Error 2
>>>> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
>>>> status 2
>>>> debuild: fatal error at line 1357:
>>>> dpkg-buildpackage -rfakeroot -d -us -uc -i -b failed
>>>>
>>>> real 3m38.196s
>>>> user 2m27.473s
>>>> sys 0m36.389s
>>>> linuxcnc@beaglebone:~/linuxcnc$
>>>>
>>>> On 18/03/14 14:04, Brian Morel wrote:
>>>>> Run in Place is the default with ./configure, so you need to add a
>>>>> --prefix
>>>>> like Charles said in a previous email (below). After you do this, you are
>>>>> going to run into issues because if you haven't modified the control file,
>>>>> it will still try and build the docs packages.
>>>>>
>>>>> ./configure --with-xenomai --with-platform=beaglebone --enable-emcweb
>>>>> --with-posix --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
>>>>>
>>>>>
>>>>> Brian
>>>>>
>>>>> -----Original Message-----
>>>>> From: Mark Tucker [mailto:[email protected]]
>>>>> Sent: Tuesday, March 18, 2014 9:49 AM
>>>>> To: EMC developers
>>>>> Subject: Re: [Emc-developers] Deb package building on the Beaglebone
>>>>>
>>>>> Ok i deleted the make docs line
>>>>> Now i get the following:-
>>>>> Which of course is not in the ./configure line.
>>>>>
>>>>> ../tmp/./usr/share/applications/linuxcnc-pncconf.desktop
>>>>> ../tmp/./usr/share/desktop-directories
>>>>> ../tmp/./usr/share/desktop-directories/cnc.directory
>>>>> 20 blocks
>>>>> (cd src; export DESTDIR=`pwd`/../debian/tmp; /usr/bin/make install)
>>>>> make[1]: Entering directory `/home/linuxcnc/linuxcnc/src'
>>>>> Makefile:697: *** You configured run-in-place, but are trying to install.
>>>>> For an installable version, run configure without --enable-run-in-place
>>>>> and
>>>>> rebuild. Stop.
>>>>> make[1]: Leaving directory `/home/linuxcnc/linuxcnc/src'
>>>>> make: *** [install] Error 2
>>>>> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
>>>>> status 2
>>>>> debuild: fatal error at line 1357:
>>>>> dpkg-buildpackage -rfakeroot -d -us -uc -i -b failed
>>>>>
>>>>> real 3m42.931s
>>>>> user 2m27.293s
>>>>> sys 0m36.400s
>>>>> linuxcnc@beaglebone:~/linuxcnc$
>>>>>
>>>>> On 18/03/14 13:21, Brian Morel wrote:
>>>>>> I did some work with the UB3 branch to make building docs optional.
>>>>>> Take a look at the below, it might help. If I remember, you had to
>>>>>> remove the "make docs" line in rules.in & there was also some issues
>>>>>> with the files being moved around. I haven't updated the branch w/
>>>>>> git.linuxcnc.org in a while, so it may be behind.
>>>>>>
>>>>>> github.com/brianmorel99/linuxcnc-mirror/commit/f56743b81493df634372a14
>>>>>> 091d26
>>>>>> b0ee9921c8f
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Mark Tucker [mailto:[email protected]]
>>>>>> Sent: Tuesday, March 18, 2014 9:17 AM
>>>>>> To: EMC developers
>>>>>> Subject: Re: [Emc-developers] Deb package building on the Beaglebone
>>>>>>
>>>>>> Charles
>>>>>>
>>>>>> I get:-
>>>>>> make: Nothing to be done for `docs'
>>>>>>
>>>>>> On 18/03/14 13:07, Charles Steinkuehler wrote:
>>>>>>> Looking at the rules file, it appears to run a make followed by a
>>>>>>> make docs. What do you get if you run:
>>>>>>>
>>>>>>> make V=1 docs
>>>>>> ----------------------------------------------------------------------
>>>>>> ------
>>>>>> --
>>>>>> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases"
>>>>>> is the definitive new guide to graph databases and their applications.
>>>>>> Written by three acclaimed leaders in the field, this first edition is
>>>>>> now
>>>>> available.
>>>>>> Download your free book today!
>>>>>> http://p.sf.net/sfu/13534_NeoTech
>>>>>> _______________________________________________
>>>>>> Emc-developers mailing list
>>>>>> [email protected]
>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>>>>
>>>>>>
>>>>>> ----------------------------------------------------------------------
>>>>>> -------- Learn Graph Databases - Download FREE O'Reilly Book "Graph
>>>>>> Databases" is the definitive new guide to graph databases and their
>>>>>> applications. Written by three acclaimed leaders in the field, this
>>>>>> first edition is now available. Download your free book today!
>>>>>> http://p.sf.net/sfu/13534_NeoTech
>>>>>> _______________________________________________
>>>>>> Emc-developers mailing list
>>>>>> [email protected]
>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>>>>
>>>>>>
>>>>> ----------------------------------------------------------------------------
>>>>> --
>>>>> Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is
>>>>> the
>>>>> definitive new guide to graph databases and their applications. Written by
>>>>> three acclaimed leaders in the field, this first edition is now available.
>>>>> Download your free book today!
>>>>> http://p.sf.net/sfu/13534_NeoTech
>>>>> _______________________________________________
>>>>> Emc-developers mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>>> "Graph Databases" is the definitive new guide to graph databases and their
>>>>> applications. Written by three acclaimed leaders in the field,
>>>>> this first edition is now available. Download your free book today!
>>>>> http://p.sf.net/sfu/13534_NeoTech
>>>>> _______________________________________________
>>>>> Emc-developers mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>>>
>>>>>
>>>> ------------------------------------------------------------------------------
>>>> Learn Graph Databases - Download FREE O'Reilly Book
>>>> "Graph Databases" is the definitive new guide to graph databases and their
>>>> applications. Written by three acclaimed leaders in the field,
>>>> this first edition is now available. Download your free book today!
>>>> http://p.sf.net/sfu/13534_NeoTech
>>>> _______________________________________________
>>>> Emc-developers mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>>
>>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and their
>>> applications. Written by three acclaimed leaders in the field,
>>> this first edition is now available. Download your free book today!
>>> http://p.sf.net/sfu/13534_NeoTech
>>> _______________________________________________
>>> Emc-developers mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>>
>>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/13534_NeoTech
>> _______________________________________________
>> Emc-developers mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/emc-developers
>>
>>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Emc-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers