I now seem to have the following problem on Quantal with a sim-build:
- when I "git clone" the codebase and do a build it builds and the runs
*once* OK
- after this when I e.g. reboot then do ". ./scripts/rip-environment" and
"./scripts/linuxcnc" I do not get linuxcnc running. linuxcnc_debug.txt and
linuxcnc_print.txt are copy/pasted below.

Any ideas?

Anders

Can not find -sec MOT -var MOT -num 1
Can not find -sec IO -var IO -num 1
Can not find -sec LINUXCNC -var NML_FILE -num 1
Can not find -sec EMC -var NML_FILE -num 1
Can not find -sec REDIS -var DISABLE_SERVER -num 1
Can not find -sec REDIS -var SERVER_PATH -num 1
Can not find -sec REDIS -var SERVER_ARGS -num 1
Can not find -sec REDIS -var SERVER_LOG -num 1
4103
  PID TTY      STAT   TIME COMMAND
4150
  PID TTY      STAT   TIME COMMAND
4102
  PID TTY      STAT   TIME COMMAND
 4102 pts/2    Sl+    0:00 redis-server
  PID TTY      STAT   TIME COMMAND
Stopping realtime threads
Unloading hal components

----------------------------------------------

RUN_IN_PLACE=yes
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/home/anders/Desktop/linuxcnc-dev/bin
LINUXCNC_TCL_DIR=/home/anders/Desktop/linuxcnc-dev/tcl
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/home/anders/Desktop/linuxcnc-dev/rtlib
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/home/anders/Desktop/linuxcnc-dev/src/objects
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
INIFILE=/home/anders/Desktop/linuxcnc-dev/configs/sim/axis/axis.ini
PARAMETER_FILE=sim.var
TASK=milltask
HALUI=halui
DISPLAY=axis
DISABLE_SERVER=
SERVER_PATH=
SERVER_ARGS=
SERVER_LOG=
Starting redis server program:
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Starting TASK program: milltask
Starting DISPLAY program: axis
Killing task linuxcncsvr, PID=4103
Killing task milltask, PID=4150
Killing task redis-server, PID=4102
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments



On Mon, Nov 5, 2012 at 8:19 AM, Sebastian Kuzminsky <[email protected]> wrote:

> On 11/04/2012 02:15 AM, Anders Wallin wrote:
> > I tried a simulator build on Ubuntu 12.10 and found that these #defines
> for
> > NULL are required.
>
> Thanks for the bug report, Anders.
>
> I just pushed a different patch to 2.5 and master that makes sim builds
> on Quantal work.
>
> The issue was that the definition of NULL was removed from
> linux/stddefs.h sometime between 3.2 (the Precise kernel) and 3.5 (the
> Quantal kernel).  I think the canonical place for NULL to be defined is
> stddefs.h, so I changed rtapi.h to include that file. rtapi.h is
> included by the programs that need it, so sim now builds on Quantal.
>
> However, the docs still don't build on Quantal.  I can't muster the
> energy to fix that tonight...
>
>
> --
> Sebastian Kuzminsky
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Central: Instant, anywhere, Remote PC access and management.
> Stay in control, update software, and manage PCs from one command center
> Diagnose problems and improve visibility into emerging IT issues
> Automate, monitor and manage. Do more in less time with Central
> http://p.sf.net/sfu/logmein12331_d2d
> _______________________________________________
> Emc-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to