Opened 19 years ago
Closed 18 years ago
#3162 closed enhancement (worksforme)
RFE: printing out the output of the configure while configure is running
Reported by: | erickt@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | erickt@…, markd@… | |
Port: |
Description
Right now, I believe DP does not print out the results of the configure until the configure finishes (with any amount of verbosity). When building code however, the results are written out as they come out of the compiler. Could something be changed so that the configure output is printed as soon as it is available? Thanks!
-e
Attachments (1)
Change History (7)
comment:1 Changed 19 years ago by olegb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 19 years ago by erickt@…
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Hi Ole,
I've got a Portfile I've appended that has this bad behavior. (Note this portfile is not yet ready for installation yet). It waits until the configure is done before it prints out the info. I've just attached it so the problem can be seen. Just put it somewhere temporary, in a "python/py-pyqt3" directory, and run "port -d configure py-pyqt3". You'll see it appear to hang on the configure step for about 2+ minutes, but eventually it finishes, and dumps out all the output. However, if you manually run the configure, you'll see that right off the start it is printing info.
comment:3 Changed 19 years ago by mww@…
Summary: | suggestion: printing out the output of the configure while configure is running → RFE: printing out the output of the configure while configure is running |
---|
will putting a shell-script with that exact command in $filespath and executing that fix your problem?
comment:4 Changed 18 years ago by rhwood@…
severity: | normal → enhancement |
---|
Make the list of bugs easier to scan.
comment:5 Changed 18 years ago by markd@…
Cc: | erickt@… markd@… added |
---|
I see configure output with this portfile. Have you seen this problem with recent versions of DP/MacPorts?
comment:6 Changed 18 years ago by markd@…
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
This is not true ... port -d configure show the configuration process, as it runs.