public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51763] New: SEVERE ERROR: Symbol C_BSTAT
@ 2012-01-05 12:20 bhatia.sandip at gmail dot com
  2012-01-05 12:39 ` [Bug c++/51763] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bhatia.sandip at gmail dot com @ 2012-01-05 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51763
           Summary: SEVERE ERROR: Symbol C_BSTAT
    Classification: Unclassified
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bhatia.sandip@gmail.com


Hi All

We are upgrading our Apache web server from 1.3.34 to 2.0.59 on AIX 5.3.

We are using the GCC 3.3.2.

We are getting error durig "make"

>> make
.....
.....
.....

Target "local-all" is up to date.
Target "all" is up to date.
/bin/sh /sapinstall/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc -g
-O2 -pthread -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I./include
-I../include -version-info 9:12:9 -Wl,-brtl -o libapr-0.la -rpath
/app/apache/csd/csdcs/lib strings/apr_cpystrn.lo strings/apr_fnmatch.lo
strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo
strings/apr_strtok.lo passwd/apr_getpass.lo tables/apr_hash.lo
tables/apr_tables.lo file_io/unix/copy.lo file_io/unix/dir.lo
file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo
file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo
file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo
file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo
file_io/unix/tempdir.lo network_io/unix/inet_ntop.lo
network_io/unix/inet_pton.lo network_io/unix/sendrecv.lo
network_io/unix/sockaddr.lo network_io/unix/sockets.lo
network_io/unix/sockopt.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo
threadproc/unix/signals.lo threadproc/unix/thread.lo
threadproc/unix/threadpriv.lo misc/unix/charset.lo misc/unix/env.lo
misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo
misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo
locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo
locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo time/unix/time.lo
time/unix/timestr.lo mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo
user/unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo
atomic/unix/apr_atomic.lo poll/unix/poll.lo poll/unix/pollacc.lo
support/unix/waitio.lo dso/unix/dso.lo -lm -lnsl -lpthread
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 859) in object
network_io/unix/.libs/sendrecv.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 841) in object
threadproc/unix/.libs/signals.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 1356) in object
locks/unix/.libs/proc_mutex.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 1359) in object
locks/unix/.libs/proc_mutex.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 1362) in object
locks/unix/.libs/proc_mutex.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 1365) in object
locks/unix/.libs/proc_mutex.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 960) in object
time/unix/.libs/time.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 481) in object
atomic/unix/.libs/apr_atomic.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.
collect2: ld returned 12 exit status
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

We are getting the error.

Regards,
Sandeep


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

* [Bug c++/51763] SEVERE ERROR: Symbol C_BSTAT
  2012-01-05 12:20 [Bug c++/51763] New: SEVERE ERROR: Symbol C_BSTAT bhatia.sandip at gmail dot com
@ 2012-01-05 12:39 ` redi at gcc dot gnu.org
  2012-01-05 21:06 ` pinskia at gcc dot gnu.org
  2012-01-16 16:42 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2012-01-05 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-05
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-05 12:38:37 UTC ---
Please read http://gcc.gnu.org/bugs/

You should try a more recent version of GCC and provide the requested
information if the problem persists. GCC 3.3.2 hasn't been maintained for
several years, and 'ld' is not part of GCC anyway.


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

* [Bug c++/51763] SEVERE ERROR: Symbol C_BSTAT
  2012-01-05 12:20 [Bug c++/51763] New: SEVERE ERROR: Symbol C_BSTAT bhatia.sandip at gmail dot com
  2012-01-05 12:39 ` [Bug c++/51763] " redi at gcc dot gnu.org
@ 2012-01-05 21:06 ` pinskia at gcc dot gnu.org
  2012-01-16 16:42 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-05 21:06 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |powerpc-aix5.3
           Severity|major                       |normal


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

* [Bug c++/51763] SEVERE ERROR: Symbol C_BSTAT
  2012-01-05 12:20 [Bug c++/51763] New: SEVERE ERROR: Symbol C_BSTAT bhatia.sandip at gmail dot com
  2012-01-05 12:39 ` [Bug c++/51763] " redi at gcc dot gnu.org
  2012-01-05 21:06 ` pinskia at gcc dot gnu.org
@ 2012-01-16 16:42 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-16 16:42 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-16 16:18:30 UTC ---
Frankly, this is not even close to a well formed PR.


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

end of thread, other threads:[~2012-01-16 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-05 12:20 [Bug c++/51763] New: SEVERE ERROR: Symbol C_BSTAT bhatia.sandip at gmail dot com
2012-01-05 12:39 ` [Bug c++/51763] " redi at gcc dot gnu.org
2012-01-05 21:06 ` pinskia at gcc dot gnu.org
2012-01-16 16:42 ` paolo.carlini at oracle 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).