gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Steps to re-compile GPSD from source


From: Chris Kuethe
Subject: Re: [gpsd-users] Steps to re-compile GPSD from source
Date: Mon, 24 Jun 2019 00:59:28 -0700

Everything is working exactly as it's supposed to: you appear to be
compiling as a non-root user (good for you) and your system is
correctly refusing to let a non-root user write to /usr/local/sbin.
If you do 'sudo scons install' gpsd should be installed

On Mon, Jun 24, 2019 at 12:32 AM Devanand Biradar <address@hidden> wrote:
>
> Hello,
> I am using gpsd version :-
> gpsd: 3.19~dev (revision dev-3.19a-984-gfac549e)
>
> Then I used the following commands :-
> scons && scons check && sudo scons udev-install
>
> I got the response:-
>
> cp /home/devanand/gpsd/gpsd.rules /lib/udev/rules.d/25-gpsd.rules
> scons: done building targets.
>
> Now if I want to modify the code & recompile the same, I am using following 
> commands:-
> scons --clean
> scons distclean
>
> This both commands works properly.
> Now, I am using below commands
> scons --config=force timing=True && scons install
>
> THEN I got the below response at END
>
> gcc -o gpsd -pthread dbusexport.o gpsd.o shmexport.o timehint.o sd_socket.o 
> -L. -lgpsd -lgps_static -lusb-1.0 -lm -lrt
> scons: *** [/usr/local/sbin/gpsd] /usr/local/sbin/gpsd: Permission denied
> scons: building terminated because of errors.
>
>  Here I need to know, whether I am following the correct process, if not then 
> please mentioned what is the correct way TODO.
>
> THANKS,
>
> DEV



-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]