public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build
@ 2011-06-10  3:44 noloader at gmail dot com
  2011-06-10  6:31 ` [Bug build/12869] " noloader at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: noloader at gmail dot com @ 2011-06-10  3:44 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12869

           Summary: `clean` and `distclean` does not properly clean
                    previous build
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: noloader@gmail.com


Originally, I built GDB with:

    ./configure
    make

After running, I examined config.log and thought I might tune the installation
a bit:

    ./configure CFLAGS="-g -O2 -DNDEBUG -m64 -mtune=core2"
    make

configure: error: `CFLAGS' has changed since the previous run:
configure:   former value:  `-g -O2'
configure:   current value: `-g -O2 -DNDEBUG -m64 -mtune=core2'
configure: error: in `/Users/jeffrey/Desktop/gdb-7.2/intl':
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start
over
make[1]: *** [configure-intl] Error 1

OK, should be no problem:

    make distclean
    make clean
    rm -rf ./config.cache

Start again:

    ./configure CFLAGS="-g -O2 -DNDEBUG -m64 -mtune=core2"
    make

configure: error: `CFLAGS' has changed since the previous run:
configure:   former value:  `-g -O2'
configure:   current value: `-g -O2 -DNDEBUG -m64 -mtune=core2'
configure: error: in `/Users/jeffrey/Desktop/gdb-7.2/intl':
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start
over
make[1]: *** [configure-intl] Error 1

I forgot how much I disliked automake and friends.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug build/12869] `clean` and `distclean` does not properly clean previous build
  2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
@ 2011-06-10  6:31 ` noloader at gmail dot com
  2011-06-10 18:57 ` noloader at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: noloader at gmail dot com @ 2011-06-10  6:31 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12869

Jeffrey Walton <noloader at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-apple-darwin10.7.0
               Host|                            |x86_64-apple-darwin10.7.0

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug build/12869] `clean` and `distclean` does not properly clean previous build
  2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
  2011-06-10  6:31 ` [Bug build/12869] " noloader at gmail dot com
@ 2011-06-10 18:57 ` noloader at gmail dot com
  2011-06-10 18:58 ` noloader at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: noloader at gmail dot com @ 2011-06-10 18:57 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12869

Jeffrey Walton <noloader at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |noloader at gmail dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug build/12869] `clean` and `distclean` does not properly clean previous build
  2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
  2011-06-10  6:31 ` [Bug build/12869] " noloader at gmail dot com
  2011-06-10 18:57 ` noloader at gmail dot com
@ 2011-06-10 18:58 ` noloader at gmail dot com
  2011-06-12  4:08 ` qiyao at gcc dot gnu.org
  2022-02-27 23:39 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: noloader at gmail dot com @ 2011-06-10 18:58 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12869

Jeffrey Walton <noloader at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|HEAD                        |7.2

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug build/12869] `clean` and `distclean` does not properly clean previous build
  2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-10 18:58 ` noloader at gmail dot com
@ 2011-06-12  4:08 ` qiyao at gcc dot gnu.org
  2022-02-27 23:39 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: qiyao at gcc dot gnu.org @ 2011-06-12  4:08 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12869

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qiyao at gcc dot gnu.org

--- Comment #1 from Yao Qi <qiyao at gcc dot gnu.org> 2011-06-12 04:08:22 UTC ---
Looks like intl is not cleaned properly, however, I can't reproduce it on
i686-pc-linux-gnu.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug build/12869] `clean` and `distclean` does not properly clean previous build
  2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
                   ` (3 preceding siblings ...)
  2011-06-12  4:08 ` qiyao at gcc dot gnu.org
@ 2022-02-27 23:39 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-02-27 23:39 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=12869

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 CC|                            |tromey at sourceware dot org
             Status|NEW                         |RESOLVED

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Dup.

*** This bug has been marked as a duplicate of bug 12440 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-27 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-10  3:44 [Bug build/12869] New: `clean` and `distclean` does not properly clean previous build noloader at gmail dot com
2011-06-10  6:31 ` [Bug build/12869] " noloader at gmail dot com
2011-06-10 18:57 ` noloader at gmail dot com
2011-06-10 18:58 ` noloader at gmail dot com
2011-06-12  4:08 ` qiyao at gcc dot gnu.org
2022-02-27 23:39 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).