bugGPSD - Bugs: bug #52660, scons distclean fails on fresh...

 
 

bug #52660: scons distclean fails on fresh clone

Submitter:  Gary E. Miller <garyemiller>
Submitted:  Wed 13 Dec 2017 08:49:19 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 01 Jun 2019 01:21:11 AM UTC, comment #2: 

Closed as over 17 months old, not even current version.  No new reports.

Gary E. Miller <garyemiller>
Group administrator
Wed 13 Dec 2017 08:59:45 PM UTC, comment #1: 

Oddly, if I do this it builds fine:

```
git clone ssh://garyemiller@git.sv.gnu.org/srv/git/gpsd.git
cd gpsd
scons sconsclean
scons timeservice=yes && scons install
```

And this fine too:

```
git clone ssh://garyemiller@git.sv.gnu.org/srv/git/gpsd.git
cd gpsd
scons --clean
scons timeservice=yes && scons install
```

Gary E. Miller <garyemiller>
Group administrator
Wed 13 Dec 2017 08:49:19 PM UTC, original submission:  

I can build a working gpsd from a frwesh clone this way:

```
git clone ssh://garyemiller@git.sv.gnu.org/srv/git/gpsd.git
cd gpsd
scons timeservice=yes && scons install
```

But, if I take a fresh clone, and clean it, I can no longer build:

```
git clone ssh://garyemiller@git.sv.gnu.org/srv/git/gpsd.git
cd gpsd
scons sconsclean
scons timeservice=yes && scons install

[...]
lgpsd -lgps_static -lm -lrt
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: ./libgpsd.a(ppsthread.o): undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/lib64/libpthread.so.0: error adding symbols: DSO missing from command line
```

Gary E. Miller <garyemiller>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by garyemiller (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-06-01 garyemiller Open/ClosedOpen Closed
    2017-12-13 garyemiller Summaryscons distclean fails on fresh cloen scons distclean fails on fresh clone

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code