Ticket #3496 (new defect)

Opened 1 year ago

Last modified 1 year ago

unix: spaces with paths are not quoted

Reported by: weyrick Assigned to: anonymous
Priority: normal Milestone: 3.0.0 release
Component: Commandline Version: trunk
Severity: minor Keywords:
Cc:

Description

Roadsend PHP/2.9.1_beta
Compiling standalone target:
  output-path: test
  source-files: (test.php)
  libraries: ()
 
>>>   options: (:scheme-include-paths (./ /usr/lib64 /etc/libs /etc) :compile-includes? #t :project-dir /home/marijn/source code/php :bigloo-args (-cg -g) :script-argv () :default-libs (php-std php-curl php-pcre php-xml) :library-paths (/usr/lib64 ./))
>>>   loading compiled library libphp-std_s-3.0b.so [php-std]
>>>   loading compiled library libphp-curl_s-3.0b.so [php-curl]
>>>   loading compiled library libphp-pcre_s-3.0b.so [php-pcre]
>>>   loading compiled library libphp-xml_s-3.0b.so [php-xml]
compiling...
creating console binary: test (dynamically linked)
>>>   running command: bigloo, args: (/home/marijn/source code/php/test.scm -saw -c -o /home/marijn/source code/php/test.o -O3 -g -cg -v2 -L ./ -I ./ -L /usr/lib64 -I /usr/lib64 -L /etc/libs -I /etc/libs -L /etc -I /etc)
>>>      . Heap
OUT:       [reading /usr/lib64/bigloo/3.0b/bigloo.heap]
OUT:
>>>      . Module
OUT:       [reading directives include file /usr/lib64/php-runtime.sch]
OUT:    . Library
OUT:       [reading /usr/lib64/php-runtime.heap]
OUT:
>>>         [reading /usr/lib64/profiler.heap]
OUT:
>>>         [reading include file /usr/lib64/php-runtime.sch]
OUT:
>>>      . Expand
OUT:
>>>      . Ast
OUT:       [toplevel]
OUT:       [object]
OUT:       [method]
OUT:    . Effect
OUT:    . Inlining
OUT:       (inlined calls     : 2)
OUT:       (non inlined calls : 36)
OUT:    . Constant Beta
OUT:    . Trace
OUT:    . Fail
OUT:    . Globalization
OUT:    . Cfa
OUT:       (3 Iterations)
OUT:    . Vector -> Tvector
OUT:    . Light closures
OUT:    . specializing
OUT:    . Integration
OUT:    . Tailc
OUT:    . Reduction (trivial)
OUT:       single occurrence      (removed : 0)
OUT:    . Coercions & Checks
OUT:    . Effect
OUT:    . Reduction
OUT:       copy propagation       (removed : 4)
OUT:       cse
>>>   (removed : 0)
OUT:       type check             (removed : 0) (remaining : 1)
OUT:       copy propagation       (removed : 0)
OUT:       conditional expression (reduced : 0)
OUT:       single occurrence      (removed : 0)
OUT:       Simple beta reduction  (removed : 1)
OUT:       flow type check        (removed : 0) (remaining : 1)
OUT:    . Cnst
OUT:       [read]
OUT:    . Ast
OUT:       [cnst]
OUT:    . Inlining
OUT:       (inlined calls     : 0)
OUT:       (non inlined calls : 36)
OUT:    . Ast
OUT:       [library-modules]
OUT:    . Effect
OUT:
>>>      . Reduction
OUT:       copy propagation       (removed : 1)
OUT:       cse                    (removed : 0)
OUT:       type check             (removed : 0) (remaining : 2)
OUT:       copy propagation       (removed : 0)
OUT:       conditional expression (reduced : 0)
OUT:       single occurrence      (removed : 1)
OUT:       Simple beta reduction  (removed : 1)
OUT:       flow type check        (removed : 0) (remaining : 2)
OUT:    . C generation (saw)
OUT:
>>>      . cc (gcc)
OUT:       [gcc -O2 -pipe -ggdb  -O2 -pipe -ggdb -O2 -pipe -ggdb -c  -I. -I/etc -I/etc/libs -I/usr/lib64 -I./ -I. -I/usr/lib64/bigloo/3.0b  -g /home/marijn/source code/php/test.c ]
OUT:
>>>   gcc: /home/marijn/source: No such file or directory
ERR: gcc: code/php/test.c: No such file or directory
ERR: gcc: no input files
ERR:
Error: problem running command 'bigloo', exit status 1
>>>   cleaning up...

Change History

08/14/07 12:23:24 changed by weyrick

this is a bigloo problem. is it with pcc too?