public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/39263]  New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found
@ 2009-02-22  5:28 rob1weld at aol dot com
  2009-02-22  9:24 ` [Bug ada/39263] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rob1weld at aol dot com @ 2009-02-22  5:28 UTC (permalink / raw)
  To: gcc-bugs

# gcc/xgcc -v
Using built-in specs.
Target: i386-pc-solaris2.11
Configured with: ../miro/configure solaris2.11
Thread model: posix
gcc version 4.4.0 20080520 (experimental) [miro revision 144368] (GCC) 


I am compiling using gcc ./configured with:

# gcc -v
Using built-in specs.
Target: i386-pc-solaris2.11
Configured with: ../gcc_trunk/configure --prefix=/usr/local/gcc4
--enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --enable-shared
--disable-static --enable-multilib --enable-decimal-float
--with-long-double-128 --with-included-gettext --enable-stage1-checking
--enable-checking=release --with-tune=k8 --with-cpu=k8 --with-arch=k8
--with-gnu-as --with-as=/usr/local/bin/as --with-gnu-ld
--with-ld=/usr/local/bin/ld --with-gmp=/usr/local --with-mpfr=/usr/local
--without-ppl --disable-libstdcxx-pch
Thread model: posix
gcc version 4.4.0 20090220 (experimental) [trunk revision 144331] (GCC) 


# gmake
...(stage 3)...
...
/usr/share/src/miro_build/./gcc/xgcc -B/usr/share/src/miro_build/./gcc/
-B/usr/local/miro/i386-pc-solaris2.11/bin/
-B/usr/local/miro/i386-pc-solaris2.11/lib/ -isystem
/usr/local/miro/i386-pc-solaris2.11/include -isystem
/usr/local/miro/i386-pc-solaris2.11/sys-include -c -g -O2 -fPIC      -W -Wall
-gnatpg  g-socket.adb -o g-socket.o
g-socket.adb:41:06: file "g-sothco.ads" not found
gmake[7]: *** [g-socket.o] Error 1
gmake[7]: Leaving directory `/usr/share/src/miro_build/gcc/ada/rts'
gmake[6]: *** [gnatlib] Error 2
gmake[6]: Leaving directory `/usr/share/src/miro_build/gcc/ada'
gmake[5]: *** [gnatlib-shared-default] Error 2
gmake[5]: Leaving directory `/usr/share/src/miro_build/gcc/ada'
gmake[4]: *** [gnatlib-shared-dual] Error 2
gmake[4]: Leaving directory `/usr/share/src/miro_build/gcc/ada'
gmake[3]: *** [gnatlib-shared] Error 2
gmake[3]: Leaving directory `/usr/share/src/miro_build/gcc/ada'
gmake[2]: *** [gnatlib-shared] Error 2
gmake[2]: Leaving directory
`/usr/share/src/miro_build/i386-pc-solaris2.11/libada'
gmake[1]: *** [all-target-libada] Error 2
gmake[1]: Leaving directory `/usr/share/src/miro_build'
gmake: *** [all] Error 2


If I search the 'non-miro' gcc trunk I find these files:

# find ../gcc_trunk/gcc/ada | ggrep g-sothco
/usr/share/src/gcc_trunk/gcc/ada/g-sothco.ads
/usr/share/src/gcc_trunk/gcc/ada/g-sothco-dummy.adb
/usr/share/src/gcc_trunk/gcc/ada/g-sothco-dummy.ads
/usr/share/src/gcc_trunk/gcc/ada/g-sothco.adb

# find /usr/share/src/gcc_build/gcc/ada | ggrep g-sothco
/usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.ali
/usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.ads
/usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.adb
/usr/share/src/gcc_build/gcc/ada/rts_amd64/g-sothco.o
/usr/share/src/gcc_build/gcc/ada/rts/g-sothco.ads
/usr/share/src/gcc_build/gcc/ada/rts/g-sothco.ali
/usr/share/src/gcc_build/gcc/ada/rts/g-sothco.o
/usr/share/src/gcc_build/gcc/ada/rts/g-sothco.adb


If I search the 'miro' gcc trunk I can NOT find these files:

# find ../miro/gcc/ada | ggrep g-sothco
(nothing printed)

# find ../miro_build/gcc/ada | ggrep g-sothco
(nothing printed)


The Miro Branch needs to update from the trunk to support
the less often (for Miro) tested Languages and features.

Thanks,
Rob


-- 
           Summary: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-
                    sothco.ads" not found
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i386-pc-solaris2.11
  GCC host triplet: i386-pc-solaris2.11
GCC target triplet: i386-pc-solaris2.11


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


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

* [Bug ada/39263] [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found
  2009-02-22  5:28 [Bug ada/39263] New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found rob1weld at aol dot com
@ 2009-02-22  9:24 ` pinskia at gcc dot gnu dot org
  2009-02-22 12:20 ` rob1weld at aol dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-22  9:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-02-22 09:24 -------
The micro branch is not part of the FSF SVN so this is not a bug here.  Report
this to the developers of the micro branch.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug ada/39263] [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found
  2009-02-22  5:28 [Bug ada/39263] New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found rob1weld at aol dot com
  2009-02-22  9:24 ` [Bug ada/39263] " pinskia at gcc dot gnu dot org
@ 2009-02-22 12:20 ` rob1weld at aol dot com
  2009-02-22 12:23 ` pinskia at gcc dot gnu dot org
  2009-02-22 12:58 ` rob1weld at aol dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rob1weld at aol dot com @ 2009-02-22 12:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rob1weld at aol dot com  2009-02-22 12:19 -------
(In reply to comment #1)
> The micro branch is not part of the FSF SVN so this is not a bug here.  Report
> this to the developers of the micro branch.
> 

It is not "micro" it is "miro" !

http://gcc.gnu.org/wiki/MIRO

svn co svn://gcc.gnu.org/svn/gcc/branches/miro miro

Rob


-- 

rob1weld at aol dot com changed:

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


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


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

* [Bug ada/39263] [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found
  2009-02-22  5:28 [Bug ada/39263] New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found rob1weld at aol dot com
  2009-02-22  9:24 ` [Bug ada/39263] " pinskia at gcc dot gnu dot org
  2009-02-22 12:20 ` rob1weld at aol dot com
@ 2009-02-22 12:23 ` pinskia at gcc dot gnu dot org
  2009-02-22 12:58 ` rob1weld at aol dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-22 12:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-02-22 12:23 -------
miro branch was created but never touched so invalid.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug ada/39263] [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found
  2009-02-22  5:28 [Bug ada/39263] New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found rob1weld at aol dot com
                   ` (2 preceding siblings ...)
  2009-02-22 12:23 ` pinskia at gcc dot gnu dot org
@ 2009-02-22 12:58 ` rob1weld at aol dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rob1weld at aol dot com @ 2009-02-22 12:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rob1weld at aol dot com  2009-02-22 12:58 -------
(In reply to comment #3)
> miro branch was created but never touched so invalid.
> 

It is listed as an ADB, if it were to merge I wanted
to be sure it worked. I was not going to spend a lot
of time on it, just one run through. No more miro-posts.

Resolved here http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39265
with a request to fix the web pages. Thanks for your reply,

Rob


-- 


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


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

end of thread, other threads:[~2009-02-22 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-22  5:28 [Bug ada/39263] New: [miro] - Revision 144368 - g-socket.adb:41:06: file "g-sothco.ads" not found rob1weld at aol dot com
2009-02-22  9:24 ` [Bug ada/39263] " pinskia at gcc dot gnu dot org
2009-02-22 12:20 ` rob1weld at aol dot com
2009-02-22 12:23 ` pinskia at gcc dot gnu dot org
2009-02-22 12:58 ` rob1weld at aol dot com

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).