Mantis - Mascot
|
|||||
Erweiterte Problemanzeige | |||||
|
|||||
ID: | Kategorie: | Auswirkung: | Reproduzierbar: | Meldungsdatum: | Letzte Aktualisierung: |
64 | general | kleinerer Fehler | immer | 2011-01-04 14:20 | 2011-01-09 16:55 |
|
|||||
Reporter: | chris | Rechnertyp: | |||
Bearbeitung durch: | xclerc | Betriebssystem: | |||
Priorität: | normal | BS-Version: | |||
Status: | erledigt | Produktversion: | |||
Produkt-Build: | Lösung: | erledigt | |||
Projektion: | keine | ||||
Aufwand: | keine | Behoben in Version: | 1.0-alpha | ||
|
|||||
Zusammenfassung: | 0000064: xargs doe not work as expected | ||||
Beschreibung: |
When I tried to compile with the default makefile, I got basename: extra operand `/tmp/mascot.x9c.fr/src/driver/args.ml' Try `basename --help' for more information. The patch in "additional information" fixes that. |
||||
Schritte zur Reproduktion: | |||||
Zusätzliche Information: |
diff -rN -u old-mascot.x9c.fr/Makefile new-mascot.x9c.fr/Makefile --- old-mascot.x9c.fr/Makefile 2011-01-04 14:10:22.000000000 +0100 +++ new-mascot.x9c.fr/Makefile 2011-01-04 14:10:22.000000000 +0100 @@ -87,7 +87,7 @@ endif generate: FORCE - (find $(PATH_SRC) -name '*.ml*'; echo '') | xargs basename | $(SED) -e 's|\.ml.*$$||' | $(SED) -e 's|^.|\U&|' | sort -u | grep -v Mascot > $(MODULES_ODOCL) + (find $(PATH_SRC) -name '*.ml*' -exec basename "{}" \;; echo '') | $(SED) -e 's|\.ml.*$$||' | $(SED) -e 's|^.|\U&|' | sort -u | grep -v Mascot > $(MODULES_ODOCL) cp $(MODULES_ODOCL) $(MODULES_MLPACK) echo '$(PROJECT_NAME)Library.cmo' > $(PROJECT_NAME)Library.itarget (test -x $(PATH_OCAML_PREFIX)/bin/ocamlopt && echo '$(PROJECT_NAME)Library.cmx' >> $(PROJECT_NAME)Library.itarget) || true |
||||
Problem-Beziehungen | |||||
Angehängte Dateien: | |||||
|
|||||
Problem-Historie | |||||
Änderungsdatum | Benutzername | Feld | Änderung | ||
2011-01-04 14:20 | chris | Neues Problem | |||
2011-01-04 18:23 | xclerc | Problemnotiz hinzugefügt: 0000212 | |||
2011-01-04 18:23 | xclerc | Bearbeitung durch | => xclerc | ||
2011-01-04 18:23 | xclerc | Status | neu => Rückmeldung | ||
2011-01-04 18:43 | chris | Problemnotiz hinzugefügt: 0000214 | |||
2011-01-09 16:55 | xclerc | Problemnotiz hinzugefügt: 0000216 | |||
2011-01-09 16:55 | xclerc | Status | Rückmeldung => erledigt | ||
2011-01-09 16:55 | xclerc | Behoben in Version | => 1.0-alpha | ||
2011-01-09 16:55 | xclerc | Lösung | offen => erledigt |
Notiz | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|