This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/10289: config.status contains incorrect information


>Number:         10289
>Category:       bootstrap
>Synopsis:       config.status contains incorrect information
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 01 21:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     roy at panix dot com
>Release:        gcc-3.2.2
>Organization:
>Environment:
RedHat-6.2
>Description:
I unpacked gcc-3.2.2.tar.gz, created a obj directory, cd'd to that directory, and ran ../gcc-3.2.2/configure.  This resulted in the attached config.status file.

The problem is, if I make a new build object directory, and rerun the full command indicated in the config.status file, I end up with an unusable object directory -- there's no gcc subdirectory, for example.  Running configure with no arguments results in a correct object directory being built.
>How-To-Repeat:
tar xvzf gcc-3.2.2.tar.gz
mkdir build
cd build
../gcc-3.2.2/configure
cd ..
mkdir build2
cd build2
../build/config.status
ls -l

notice that there's no gcc directory in build2, like there was in build.  This causes "make bootstrap" to fail when it tries to cd to gcc.

>Fix:
Unknown.
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="config.status"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="config.status"

IyEvYmluL3NoCiMgVGhpcyBmaWxlIHdhcyBnZW5lcmF0ZWQgYXV0b21hdGljYWxseSBieSBjb25m
aWd1cmUuICBEbyBub3QgZWRpdC4KIyBUaGlzIGRpcmVjdG9yeSB3YXMgY29uZmlndXJlZCBhcyBm
b2xsb3dzOgouLi9nY2MtMy4yLjIvY29uZmlndXJlIC0td2l0aC1nY2MtdmVyc2lvbi10cmlnZ2Vy
PS9ob21lL3JzbWl0aC9nY2MvZ2NjLTMuMi4yL2djYy92ZXJzaW9uLmMgLS1ob3N0PWk2ODYtcGMt
bGludXgtZ251IC0tbm9yZWN1cnNpb24gCiMgIHVzaW5nICJtdC1mcmFnIgo=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]