public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fastjar/27822]  New: fastjar is asking for makeinfp in gmake bootstrap
@ 2006-05-30 12:49 william-paul dot philibert at telus dot com
  2006-05-30 13:20 ` [Bug bootstrap/27822] fastjar is asking for makeinfo " rguenth at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: william-paul dot philibert at telus dot com @ 2006-05-30 12:49 UTC (permalink / raw)
  To: gcc-bugs

When I do a gmake bootstrap of GCC 4.1.1 the component fastjar is asking for
makeinfo and it stop the compiling.

The documentation says I shouldn't have to install the texinfo package.

I am working on a SunFire V440 with Solaris 9
I did set the CONFIG_SHELL to /bin/ksh and I am working in a directory gcc-obj
wich is different from the source dir.

I am using /usr/ccs/bin/ld and /usr/ccs/bin/as but I know it does the same
thing with the gnu component.  There is no binutils installed on this system
but I got the same problem with a system with binutils 2.16.1


gmake[3]: Entering directory `/opt/local/src/gcc-obj/fastjar'
gmake "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  "
"INSTALL=/opt/local/src/gcc-4.1.1/install-sh -c"
"INSTALL_DATA=/opt/local/src/gcc-4.1.1/install-sh -c -m 644"
"INSTALL_PROGRAM=/opt/local/src/gcc-4.1.1/install-sh -c"
"INSTALL_SCRIPT=/opt/local/src/gcc-4.1.1/install-sh -c" "JC1FLAGS=" "LDFLAGS="
"LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  " "MAKE=gmake"
"MAKEINFO=/opt/local/src/gcc-4.1.1/missing makeinfo --split-size=5000000
--split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET="
"SHELL=/bin/ksh" "exec_prefix=/usr/local" "infodir=/usr/local/info"
"libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar" "AS=as" "CC=gcc" "CXX=c++"
"LD=/usr/ccs/bin/ld" "LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib"
"DESTDIR=" all-am
gmake[4]: Entering directory `/opt/local/src/gcc-obj/fastjar'
(echo "@set version-GCC 4.1.1"; \
 if [ "" = "experimental" ]; \
 then echo "@set DEVELOPMENT"; \
 else echo "@clear DEVELOPMENT"; \
 fi) > gcc-vers.texiT
mv -f gcc-vers.texiT gcc-vers.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in fastjar.info fastjar.info-[0-9] fastjar.info-[0-9][0-9] fastjar.i[0-9]
fastjar.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if /opt/local/src/gcc-4.1.1/missing makeinfo --split-size=5000000
--split-size=5000000 --split-size=5000000  -I
/opt/local/src/gcc-4.1.1/fastjar/../gcc/doc/include  -I
/opt/local/src/gcc-4.1.1/fastjar \
 -o fastjar.info `test -f 'fastjar.texi' || echo
'/opt/local/src/gcc-4.1.1/fastjar/'`fastjar.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./fastjar.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
gmake[4]: *** [fastjar.info] Error 1
gmake[4]: Leaving directory `/opt/local/src/gcc-obj/fastjar'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/opt/local/src/gcc-obj/fastjar'
gmake[2]: *** [all-fastjar] Error 2
gmake[2]: Leaving directory `/opt/local/src/gcc-obj'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/opt/local/src/gcc-obj'
gmake: *** [bootstrap] Error 2

Thanks in advance


-- 
           Summary: fastjar is asking for makeinfp in gmake bootstrap
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fastjar
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: william-paul dot philibert at telus dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
@ 2006-05-30 13:20 ` rguenth at gcc dot gnu dot org
  2006-05-30 13:24 ` WILLIAMPAUL dot PHILIBERT at telus dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-05-30 13:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2006-05-30 13:20 -------
What sources are you building from?  If you build from pre-release tarballs it
should work, if from a svn checkout you need texinfo installed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fastjar                     |bootstrap
            Summary|fastjar is asking for       |fastjar is asking for
                   |makeinfp in gmake bootstrap |makeinfo in gmake bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
  2006-05-30 13:20 ` [Bug bootstrap/27822] fastjar is asking for makeinfo " rguenth at gcc dot gnu dot org
@ 2006-05-30 13:24 ` WILLIAMPAUL dot PHILIBERT at telus dot com
  2006-05-30 13:31 ` WILLIAMPAUL dot PHILIBERT at telus dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: WILLIAMPAUL dot PHILIBERT at telus dot com @ 2006-05-30 13:24 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]



------- Comment #2 from WILLIAMPAUL dot PHILIBERT at telus dot com  2006-05-30 13:24 -------
Subject: RE:  fastjar is asking for makeinfo in gmake bootstrap

What is the difference between both, do I have an advantage using one or the
other? 


William Paul Philibert
Administrateur UNIX et SAN
william-paul.philibert@telus.com
Hébergement
Telus Corporation Inc.
(418) 722-1280

-----Message d'origine-----
De : rguenth at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Envoyé : 30 mai 2006 09:21
À : William-Paul Philibert
Objet : [Bug bootstrap/27822] fastjar is asking for makeinfo in gmake bootstrap



------- Comment #1 from rguenth at gcc dot gnu dot org  2006-05-30 13:20
-------
What sources are you building from?  If you build from pre-release tarballs it
should work, if from a svn checkout you need texinfo installed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fastjar                     |bootstrap
            Summary|fastjar is asking for       |fastjar is asking for
                   |makeinfp in gmake bootstrap |makeinfo in gmake bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
  2006-05-30 13:20 ` [Bug bootstrap/27822] fastjar is asking for makeinfo " rguenth at gcc dot gnu dot org
  2006-05-30 13:24 ` WILLIAMPAUL dot PHILIBERT at telus dot com
@ 2006-05-30 13:31 ` WILLIAMPAUL dot PHILIBERT at telus dot com
  2006-06-01  4:57 ` [Bug bootstrap/27822] [4.1 only] " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: WILLIAMPAUL dot PHILIBERT at telus dot com @ 2006-05-30 13:31 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]



------- Comment #3 from WILLIAMPAUL dot PHILIBERT at telus dot com  2006-05-30 13:30 -------
Subject: RE:  fastjar is asking for makeinfo in gmake bootstrap

I am using /gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 



William Paul Philibert
Administrateur UNIX et SAN
william-paul.philibert@telus.com
Hébergement
Telus Corporation Inc.
(418) 722-1280

-----Message d'origine-----
De : rguenth at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Envoyé : 30 mai 2006 09:21
À : William-Paul Philibert
Objet : [Bug bootstrap/27822] fastjar is asking for makeinfo in gmake bootstrap



------- Comment #1 from rguenth at gcc dot gnu dot org  2006-05-30 13:20
-------
What sources are you building from?  If you build from pre-release tarballs it
should work, if from a svn checkout you need texinfo installed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fastjar                     |bootstrap
            Summary|fastjar is asking for       |fastjar is asking for
                   |makeinfp in gmake bootstrap |makeinfo in gmake bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (2 preceding siblings ...)
  2006-05-30 13:31 ` WILLIAMPAUL dot PHILIBERT at telus dot com
@ 2006-06-01  4:57 ` pinskia at gcc dot gnu dot org
  2006-06-01 12:53 ` WILLIAMPAUL dot PHILIBERT at telus dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-01  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-06-01 04:57 -------
fastjar is removed in the mainline sources.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fastjar is asking for       |[4.1 only] fastjar is asking
                   |makeinfo in gmake bootstrap |for makeinfo in gmake
                   |                            |bootstrap
   Target Milestone|---                         |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (3 preceding siblings ...)
  2006-06-01  4:57 ` [Bug bootstrap/27822] [4.1 only] " pinskia at gcc dot gnu dot org
@ 2006-06-01 12:53 ` WILLIAMPAUL dot PHILIBERT at telus dot com
  2006-06-14 16:46 ` greed at pobox dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: WILLIAMPAUL dot PHILIBERT at telus dot com @ 2006-06-01 12:53 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1749 bytes --]



------- Comment #5 from WILLIAMPAUL dot PHILIBERT at telus dot com  2006-06-01 12:53 -------
Subject: RE:  [4.1 only] fastjar is asking for makeinfo in gmake bootstrap

Sorry M. Pinski, I do not understand your comment.  Do you mean fasjar is
removed from the pre-release and not in the tarballs? 

Besides, the only one available from ftp.gnu.org is the following
/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 wich I assume to be the tarballs.

If I do a simple gmake without the boostrap option I go through all the
compiling.  The problem appears only when I do a gmake bootstrap.



William Paul Philibert
Administrateur UNIX et SAN
william-paul.philibert@telus.com
Hébergement
Telus Corporation Inc.
(418) 722-1280

-----Message d'origine-----
De : pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Envoyé : 1 juin 2006 00:57
À : William-Paul Philibert
Objet : [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in
gmake bootstrap



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-06-01 04:57
-------
fastjar is removed in the mainline sources.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fastjar is asking for       |[4.1 only] fastjar is asking
                   |makeinfo in gmake bootstrap |for makeinfo in gmake
                   |                            |bootstrap
   Target Milestone|---                         |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (4 preceding siblings ...)
  2006-06-01 12:53 ` WILLIAMPAUL dot PHILIBERT at telus dot com
@ 2006-06-14 16:46 ` greed at pobox dot com
  2006-11-01 18:03 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: greed at pobox dot com @ 2006-06-14 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from greed at pobox dot com  2006-06-14 15:37 -------
I am building from the gcc-4.1.1.tar.bz2 tarball downloaded from the
ftp.gnu.org server.  I have this problem on systems without texinfo as well.

The problem is caused because, as of 4.1.0, fastjar requires a "gcc-vers.texi"
file that is created at build-time, and so "fastjar.info" must be re-made after
gcc-vers.texi is created.

Copying gcc-vers.texi from the output of a build on a system which has texinfo,
then touching fastjar.info, results in bootstrap proceeding further.

Alternately, put the two lines "@set version-GCC 4.1.1" and "@clear
DEVELOPMENT" into gcc-vers.texi (and then touch fastjar.info).

The obvious fix is to put gcc-vers.texi into the release tarballs.


-- 

greed at pobox dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greed at pobox dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (5 preceding siblings ...)
  2006-06-14 16:46 ` greed at pobox dot com
@ 2006-11-01 18:03 ` mmitchel at gcc dot gnu dot org
  2007-02-14  9:24 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-11-01 18:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (6 preceding siblings ...)
  2006-11-01 18:03 ` mmitchel at gcc dot gnu dot org
@ 2007-02-14  9:24 ` mmitchel at gcc dot gnu dot org
  2007-02-16 14:06 ` tony2001 at php dot net
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (7 preceding siblings ...)
  2007-02-14  9:24 ` mmitchel at gcc dot gnu dot org
@ 2007-02-16 14:06 ` tony2001 at php dot net
  2007-02-16 14:12 ` WILLIAMPAUL dot PHILIBERT at telus dot com
  2008-07-04 19:52 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: tony2001 at php dot net @ 2007-02-16 14:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from tony2001 at php dot net  2007-02-16 14:05 -------
Still valid for GCC 4.1.2:

WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [fastjar.info] Error 1
make[3]: Leaving directory
`/space/tony/gcc-4.1.2/host-sparc-sun-solaris2.8/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/space/tony/gcc-4.1.2/host-sparc-sun-solaris2.8/fastjar'
make[1]: *** [all-fastjar] Error 2
make[1]: Leaving directory `/space/tony/gcc-4.1.2'
make: *** [all] Error 2


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (8 preceding siblings ...)
  2007-02-16 14:06 ` tony2001 at php dot net
@ 2007-02-16 14:12 ` WILLIAMPAUL dot PHILIBERT at telus dot com
  2008-07-04 19:52 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: WILLIAMPAUL dot PHILIBERT at telus dot com @ 2007-02-16 14:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from WILLIAMPAUL dot PHILIBERT at telus dot com  2007-02-16 14:11 -------
Subject: RE:  [4.1 only] fastjar is asking for makeinfo in gmake bootstrap

I found that installing GNU Textutil prior to compiling GCC fix this issue. 

William Paul Philibert


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

* [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
  2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
                   ` (9 preceding siblings ...)
  2007-02-16 14:12 ` WILLIAMPAUL dot PHILIBERT at telus dot com
@ 2008-07-04 19:52 ` jsm28 at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 19:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jsm28 at gcc dot gnu dot org  2008-07-04 19:51 -------
Closing 4.1 branch, fastjar was removed in 4.2.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822


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

end of thread, other threads:[~2008-07-04 19:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-30 12:49 [Bug fastjar/27822] New: fastjar is asking for makeinfp in gmake bootstrap william-paul dot philibert at telus dot com
2006-05-30 13:20 ` [Bug bootstrap/27822] fastjar is asking for makeinfo " rguenth at gcc dot gnu dot org
2006-05-30 13:24 ` WILLIAMPAUL dot PHILIBERT at telus dot com
2006-05-30 13:31 ` WILLIAMPAUL dot PHILIBERT at telus dot com
2006-06-01  4:57 ` [Bug bootstrap/27822] [4.1 only] " pinskia at gcc dot gnu dot org
2006-06-01 12:53 ` WILLIAMPAUL dot PHILIBERT at telus dot com
2006-06-14 16:46 ` greed at pobox dot com
2006-11-01 18:03 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:24 ` mmitchel at gcc dot gnu dot org
2007-02-16 14:06 ` tony2001 at php dot net
2007-02-16 14:12 ` WILLIAMPAUL dot PHILIBERT at telus dot com
2008-07-04 19:52 ` jsm28 at gcc dot gnu 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).