public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/26495]  New: problems with gcj-dbtool
@ 2006-02-28 12:06 Thomas dot Arend at web dot de
  2006-02-28 12:45 ` [Bug libgcj/26495] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas dot Arend at web dot de @ 2006-02-28 12:06 UTC (permalink / raw)
  To: java-prs

Hi,

here is the result of a bootstrap under a recent cygwin using

  ../gcc-4.1.0-20060219/configure --prefix=/home/arend/opt/install/gcc-4.1.0
    --enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --enable-libgcj
    --with-x --enable-java-awt=xlib --enable-threads
    --enable-version-specific-runtime-libs --disable-win32-registry
    --enable-libada --enable-libssp
--with-gmp=/home/arend/opt/install/gmp-4.1.4
    --with-mpfr=/home/arend/opt/install/mpfr-2.2.0-20060220
    --enable-target-optspace

Creation of the compilers was successful, but the java library tools made some
problems (snapshot from the 'make bootstrap' output):

...
/bin/sh ./libtool --tag=GCJ --mode=link /home/arend/tmp/build/gcc/gcj
  -B/home/arend/tmp/build/i686-pc-cygwin/libjava/ -B/home/arend/tmp/build/gcc/
  -L/home/arend/tmp/build/i686-pc-cygwin/libjava -ffloat-store
  -fomit-frame-pointer -g -O2  -o gcj-dbtool.exe
  --main=gnu.gcj.tools.gcj_dbtool.Main
  -rpath /home/arend/opt/install/gcc-4.1.0/lib/gcc/i686-pc-cygwin/4.1.0
  -shared-libgcc  gnu/gcj/tools/gcj_dbtool/Main.o
  gnu/gcj/tools/gcj_dbtool/natMain.o
  -L/home/arend/tmp/build/i686-pc-cygwin/libjava/.libs libgcj.la
/home/arend/tmp/build/gcc/gcj -B/home/arend/tmp/build/i686-pc-cygwin/libjava/
  -B/home/arend/tmp/build/gcc/ -ffloat-store -fomit-frame-pointer -g -O2
  -o gcj-dbtool.exe --main=gnu.gcj.tools.gcj_dbtool.Main -shared-libgcc
  gnu/gcj/tools/gcj_dbtool/Main.o gnu/gcj/tools/gcj_dbtool/natMain.o
  -L/home/arend/tmp/build/i686-pc-cygwin/libjava
  -L/home/arend/tmp/build/i686-pc-cygwin/libjava/.libs ./.libs/libgcj.a
  -L/home/arend/tmp/build/i686-pc-cygwin/libstdc++-v3/src
  -L/home/arend/tmp/build/i686-pc-cygwin/libstdc++-v3/src/.libs
  -L/home/arend/tmp/build/./gcc 
  -L/home/arend/opt/install/gcc-4.1.0/lib/gcc/i686-pc-cygwin/4.1.0
  -L/home/arend/opt/install/gcc-4.1.0/lib/gcc/i686-pc-cygwin/4.1.0/../../..
  -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc -Wl,--rpath
  -Wl,/home/arend/opt/install/gcc-4.1.0/lib/gcc/i686-pc-cygwin/4.1.0
./gcj-dbtool -n classmap.db || touch classmap.db
error: could not create classmap.db: java.io.IOException: mmap not implemented

uname -a produced "CYGWIN_NT-5.1 hhn0001 1.5.19(0.150/4/2) 2006-01-20 13:28
i686 Cygwin", the binutils version seems to be 2.16.91 20050610.

My impression is that cygwin does not fully support mmap. But following the
cygwin changelogs there seems to be a lot of activity in this area.

Regards,

        Thomas


-- 
           Summary: problems with gcj-dbtool
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Arend at web dot de
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

* [Bug libgcj/26495] problems with gcj-dbtool
  2006-02-28 12:06 [Bug libgcj/26495] New: problems with gcj-dbtool Thomas dot Arend at web dot de
@ 2006-02-28 12:45 ` pinskia at gcc dot gnu dot org
  2006-03-07 16:16 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-28 12:45 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-28 12:45 -------
Really this should not be causing a problem as gcj-dbtool is optional at this
point.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-cygwin              |
   GCC host triplet|i686-pc-cygwin              |


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


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

* [Bug libgcj/26495] problems with gcj-dbtool
  2006-02-28 12:06 [Bug libgcj/26495] New: problems with gcj-dbtool Thomas dot Arend at web dot de
  2006-02-28 12:45 ` [Bug libgcj/26495] " pinskia at gcc dot gnu dot org
@ 2006-03-07 16:16 ` tromey at gcc dot gnu dot org
  2006-03-08  0:23 ` tromey at gcc dot gnu dot org
  2006-03-19  5:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-07 16:16 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-03-07 16:16 -------
Does this stop the build?  I think this error can safely be ignored.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-07 16:16:54
               date|                            |


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


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

* [Bug libgcj/26495] problems with gcj-dbtool
  2006-02-28 12:06 [Bug libgcj/26495] New: problems with gcj-dbtool Thomas dot Arend at web dot de
  2006-02-28 12:45 ` [Bug libgcj/26495] " pinskia at gcc dot gnu dot org
  2006-03-07 16:16 ` tromey at gcc dot gnu dot org
@ 2006-03-08  0:23 ` tromey at gcc dot gnu dot org
  2006-03-19  5:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-08  0:23 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug libgcj/26495] problems with gcj-dbtool
  2006-02-28 12:06 [Bug libgcj/26495] New: problems with gcj-dbtool Thomas dot Arend at web dot de
                   ` (2 preceding siblings ...)
  2006-03-08  0:23 ` tromey at gcc dot gnu dot org
@ 2006-03-19  5:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-19  5:18 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-19 05:18 -------
This is not a bug.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-03-19  5:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-28 12:06 [Bug libgcj/26495] New: problems with gcj-dbtool Thomas dot Arend at web dot de
2006-02-28 12:45 ` [Bug libgcj/26495] " pinskia at gcc dot gnu dot org
2006-03-07 16:16 ` tromey at gcc dot gnu dot org
2006-03-08  0:23 ` tromey at gcc dot gnu dot org
2006-03-19  5:18 ` pinskia 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).