bugµracoli - Bugs: bug #22727, Reassigned to another tracker...

 
 

bug #22727: Reassigned to another tracker [was: scons leaves a file .scons-signatures.dblite]

Submitter:  Joerg Wunsch <joerg_wunsch>
Submitted:  Tue 25 Mar 2008 04:55:18 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Status:  None
Assigned to:  awachtler Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 02 Apr 2008 05:24:03 AM UTC, comment #3: 

THIS ITEM WAS REASSIGNED TO SR #106331


Please, do not post any new comments to this item.

Axel Wachtler <awachtler>
Group administrator
Wed 02 Apr 2008 05:24:01 AM UTC, comment #2: 

I added the removal of .scons* files inside the Makefile.
With a "make distclean" the scons data base is removed.

Another workaround could be to move the scons db file in
another directory, e.g. with editing your SConstruct file:

--- SConstruct 2008-03-28 22:34:42.000000000 +0100
+++ SConstruct.local 2008-04-02 07:23:38.000000000 +0200
@@ -59,3 +59,3 @@
 com["dir_build"] = com.Dir("build")
-com.SConsignFile(".scons-signatures")
+com.SConsignFile("/tmp/.uracoli-signatures")


Axel Wachtler <awachtler>
Group administrator
Tue 25 Mar 2008 10:33:08 PM UTC, comment #1: 

from inside scons it is currently not possible to remove
the scons-database in a clean manner. I tried to move it to
the build/ dir, but then scons complains at the end of "distclean" about its disappeared database :-(

current workaround, you have to remove it manually.

Axel Wachtler <awachtler>
Group administrator
Tue 25 Mar 2008 04:55:18 PM UTC, original submission:  

THIS ITEM WAS REASSIGNED TO SR #106331
On my FreeBSD system, after running scons -c, a file

.scons-signatures.dblite

is left over.  I can see

com.SConsignFile("./.scons-signatures")

in SConstruct, so it appears that somehow my scons adds an
additional .dblite suffix to that.  Is there any scons-applicable
way of removing that file upon scons -c?

Joerg Wunsch <joerg_wunsch>
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 awachtler (Posted a comment)
  • -email is unavailable- added by joerg_wunsch (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-04-02 awachtler Reassign Itemµracoli, bug #22727 µracoli, sr #106331
    2008-04-02 awachtler Assigned toNone awachtler
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code