Mantis - Bolt
|
|||||
Erweiterte Problemanzeige | |||||
|
|||||
ID: | Kategorie: | Auswirkung: | Reproduzierbar: | Meldungsdatum: | Letzte Aktualisierung: |
132 | general | Unschönheit | immer | 2015-02-28 00:52 | 2015-02-28 00:52 |
|
|||||
Reporter: | damien | Rechnertyp: | |||
Bearbeitung durch: | Betriebssystem: | ||||
Priorität: | normal | BS-Version: | |||
Status: | neu | Produktversion: | 1.4 | ||
Produkt-Build: | Lösung: | offen | |||
Projektion: | keine | ||||
Aufwand: | keine | Behoben in Version: | |||
|
|||||
Zusammenfassung: | 0000132: fichiers temporaires pas nettoyes | ||||
Beschreibung: |
A chaque fois que je compile Bolt, il cree dans /tmp quelques fichiers `versionXXXXXX.ml` qui ne sont pas supprimes a la fin. Le meme probleme se produit avec Argot, Bisect, Kaputt et Mascot. Je propose ce patch qui resoud le probleme: diff -r -u bolt-1.4.orig/myocamlbuild.ml bolt-1.4/myocamlbuild.ml --- bolt-1.4.orig/myocamlbuild.ml 2012-10-26 15:19:41.000000000 -0400 +++ bolt-1.4/myocamlbuild.ml 2015-02-27 18:06:55.011585130 -0500 @@ -64,7 +64,7 @@ let dir = Pathname.dirname dst in let cmd = Printf.sprintf "mkdir -p %s" (Pathname.to_string dir) in if Sys.command cmd <> 0 then failwith ("cannot run " ^ cmd); - cp src dst in + mv src dst in dispatch begin function | After_rules -> let camlp4of = |
||||
Schritte zur Reproduktion: | |||||
Zusätzliche Information: | |||||
Problem-Beziehungen | |||||
Angehängte Dateien: | |||||
|
|||||
Problem-Historie | |||||
Änderungsdatum | Benutzername | Feld | Änderung | ||
2015-02-28 00:52 | damien | Neues Problem |
Zu diesem Problem gibt es keine Notizen. |