public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/13638] New: Build regression: makeinfo required
@ 2012-01-31 15:19 jan.kratochvil at redhat dot com
  2012-01-31 15:28 ` [Bug build/13638] " jan.kratochvil at redhat dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-01-31 15:19 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13638
           Summary: Build regression: makeinfo required
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified


I do not know if it is true, to be verified:

(2012-01-31 16:14:58) sh4rm4: jankratochvil, since commit
411c4f627336109a8c1bd9fb2ba379f7c0ea951d gdb cannot be compiled anymore without
makeinfo installed
(2012-01-31 16:15:10) sh4rm4: (you did that one)
(2012-01-31 16:15:21) jankratochvil: sh4rm4: AFAIK it could not be even before.
(2012-01-31 16:15:36) sh4rm4: it worked with gdb 7.3.1 without it
sh4rm4 shachaf 
(2012-01-31 16:16:14) jankratochvil: sh4rm4: Could you file it?  I will file it
otherwise.
(2012-01-31 16:16:30) sh4rm4: i'd be glad if you did
(2012-01-31 16:16:46) tromey: I was also under the impression that this never
worked
(2012-01-31 16:17:01) sh4rm4: no, it built just fine
(2012-01-31 16:17:15) palves: is this a release vs checkout thing?
(2012-01-31 16:17:49) sh4rm4: in release 7.3.1 you could compile it without
makeinfo, with gdb 7.4. it is required
(2012-01-31 16:18:33) ISF [~ivan@143.106.196.39] entered the room.
(2012-01-31 16:18:33) sh4rm4: i tried using -with-texinfo=no to no avail
(2012-01-31 16:18:48) brobecke: try make MAKEINFO=true

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
@ 2012-01-31 15:28 ` jan.kratochvil at redhat dot com
  2012-02-09 18:39 ` jan.kratochvil at redhat dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-01-31 15:28 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-01-31 15:28:04 UTC ---
PASS: rm -rf gdb-7.3.1;tar xjf gdb-7.3.1.tar.bz2;(cd
gdb-7.3.1;./configure;make)

FAIL: rm -rf gdb-7.4;tar xjf gdb-7.4.tar.bz2;(cd gdb-7.4;./configure;make)
checking for makeinfo... /tmp/gdb-7.4/missing makeinfo --split-size=5000000
configure: error: makeinfo is required for compilation
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/tmp/gdb-7.4'
make: *** [all] Error 2

Confirming it is a regression.

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
  2012-01-31 15:28 ` [Bug build/13638] " jan.kratochvil at redhat dot com
@ 2012-02-09 18:39 ` jan.kratochvil at redhat dot com
  2012-02-21 22:00 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-02-09 18:39 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at sourceware    |jan.kratochvil at redhat
                   |dot org                     |dot com

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-02-09 18:38:52 UTC ---
[patch+7.4] Fix 7.4 build regression by me requiring makeinfo (PR build/13638)
http://sourceware.org/ml/gdb-patches/2012-02/msg00152.html

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
  2012-01-31 15:28 ` [Bug build/13638] " jan.kratochvil at redhat dot com
  2012-02-09 18:39 ` jan.kratochvil at redhat dot com
@ 2012-02-21 22:00 ` cvs-commit at gcc dot gnu.org
  2012-02-21 22:08 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-02-21 22:00 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-02-21 22:00:36 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    jkratoch@sourceware.org    2012-02-21 22:00:32

Modified files:
    gdb            : ChangeLog configure configure.ac 

Log message:
    gdb/
    PR build/13638
    * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
    (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
    * configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13854&r2=1.13855
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.345&r2=1.346
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.160&r2=1.161

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (2 preceding siblings ...)
  2012-02-21 22:00 ` cvs-commit at gcc dot gnu.org
@ 2012-02-21 22:08 ` cvs-commit at gcc dot gnu.org
  2012-02-21 22:11 ` jan.kratochvil at redhat dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-02-21 22:08 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-02-21 22:07:44 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_4-branch
Changes by:    jkratoch@sourceware.org    2012-02-21 22:07:40

Modified files:
    gdb            : ChangeLog configure configure.ac 

Log message:
    gdb/
    PR build/13638
    * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
    (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
    * configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.13614.2.45&r2=1.13614.2.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.335.2.2&r2=1.335.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.150.2.2&r2=1.150.2.3

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (3 preceding siblings ...)
  2012-02-21 22:08 ` cvs-commit at gcc dot gnu.org
@ 2012-02-21 22:11 ` jan.kratochvil at redhat dot com
  2012-04-01 10:24 ` jerrinsg at gmail dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-02-21 22:11 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-02-21 22:10:39 UTC ---
[commit+7.4] [patch+7.4] Fix 7.4 build regression by me requiring makeinfo (PR
build/13638)
http://sourceware.org/ml/gdb-patches/2012-02/msg00459.html

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (4 preceding siblings ...)
  2012-02-21 22:11 ` jan.kratochvil at redhat dot com
@ 2012-04-01 10:24 ` jerrinsg at gmail dot com
  2012-04-01 10:30 ` jan.kratochvil at redhat dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jerrinsg at gmail dot com @ 2012-04-01 10:24 UTC (permalink / raw)
  To: gdb-prs

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

Jerrin Shaji George <jerrinsg at gmail dot com> changed:

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

--- Comment #6 from Jerrin Shaji George <jerrinsg at gmail dot com> 2012-04-01 10:24:19 UTC ---
Is the bug fixed ? I am still getting the error 'Build regression: makeinfo
required' on a Linux 3.0.0-17 i386 machine. Thanks.

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (5 preceding siblings ...)
  2012-04-01 10:24 ` jerrinsg at gmail dot com
@ 2012-04-01 10:30 ` jan.kratochvil at redhat dot com
  2014-02-16 19:32 ` jackie.rosen at hushmail dot com
  2014-05-28 19:41 ` schwab at sourceware dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-04-01 10:30 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-04-01 10:30:15 UTC ---
(In reply to comment #6)
> Is the bug fixed ?

Yes, it is fixed - but not yet in the latest stable release, see:
http://sourceware.org/bugzilla/show_bug.cgi?id=13861#c1

-- 
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] 10+ messages in thread

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (6 preceding siblings ...)
  2012-04-01 10:30 ` jan.kratochvil at redhat dot com
@ 2014-02-16 19:32 ` jackie.rosen at hushmail dot com
  2014-05-28 19:41 ` schwab at sourceware dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 19:32 UTC (permalink / raw)
  To: gdb-prs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #8 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


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

* [Bug build/13638] Build regression: makeinfo required
  2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
                   ` (7 preceding siblings ...)
  2014-02-16 19:32 ` jackie.rosen at hushmail dot com
@ 2014-05-28 19:41 ` schwab at sourceware dot org
  8 siblings, 0 replies; 10+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:41 UTC (permalink / raw)
  To: gdb-prs

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


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

end of thread, other threads:[~2014-05-28 19:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 15:19 [Bug build/13638] New: Build regression: makeinfo required jan.kratochvil at redhat dot com
2012-01-31 15:28 ` [Bug build/13638] " jan.kratochvil at redhat dot com
2012-02-09 18:39 ` jan.kratochvil at redhat dot com
2012-02-21 22:00 ` cvs-commit at gcc dot gnu.org
2012-02-21 22:08 ` cvs-commit at gcc dot gnu.org
2012-02-21 22:11 ` jan.kratochvil at redhat dot com
2012-04-01 10:24 ` jerrinsg at gmail dot com
2012-04-01 10:30 ` jan.kratochvil at redhat dot com
2014-02-16 19:32 ` jackie.rosen at hushmail dot com
2014-05-28 19:41 ` schwab 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).