public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/50653] New: At build phase there are demanded two files named ....hpp but there are only files named ....hp
@ 2011-10-07  8:54 sourekd at centrum dot cz
  2011-10-07  9:26 ` [Bug c++/50653] " redi at gcc dot gnu.org
  2011-10-07  9:54 ` [Bug other/50653] " paolo.carlini at oracle dot com
  0 siblings, 2 replies; 3+ messages in thread
From: sourekd at centrum dot cz @ 2011-10-07  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50653
           Summary: At build phase there are demanded two files named
                    ....hpp but there are only files named ....hp
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: sourekd@centrum.cz


GCC version: 4.6.1
Platform Powerpc 32b, AIX 5.3
Action: build of gcc and g++ from gcc-core-4.6.1.tar.gz and
gcc-g++-4.6.1.tar.gz archives

First step is configuration of build:
/home/davids/gcc/gcc-4.6.1/configure \
    --prefix=/home/davids/gcc/gcc461 \
    --enable-languages=c,c++ \
    --enable-shared --enable-threads=posix --disable-checking \
    --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
It is processed Ok

And the second step is build:
.../gcc/build make

There are to file naming problems at g++ part:
In file included from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp:45:0,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:47,
                 from
/home/davids/gcc/gcc-4.6.1/libstdc++-v3/include/precompiled/extc++.h:60:
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp:288:81:
fatal error:
ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: A file
or directory in the path name does not exist.
compilation terminated.

In file included from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp:48:0,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp:55,
                 from
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:48,
                 from
/home/davids/gcc/gcc-4.6.1/libstdc++-v3/include/precompiled/extc++.h:60:
/home/davids/gcc/build/powerpc-ibm-aix5.3.0.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:467:81:
fatal error:
ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: A file
or directory in the path name does not exist.
compilation terminated.

There are demanded 2 files named ....hpp but there are only ....hp files.


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

* [Bug c++/50653] At build phase there are demanded two files named ....hpp but there are only files named ....hp
  2011-10-07  8:54 [Bug c++/50653] New: At build phase there are demanded two files named ....hpp but there are only files named ....hp sourekd at centrum dot cz
@ 2011-10-07  9:26 ` redi at gcc dot gnu.org
  2011-10-07  9:54 ` [Bug other/50653] " paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2011-10-07  9:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-07 09:26:01 UTC ---
The archive is fine:

tar tzf  gcc-g++-4.6.1.tar.gz  | grep '\.hp$'

Either your download is corrupt (check its MD5 sum) or you need to use GNU tar
to extract it.


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

* [Bug other/50653] At build phase there are demanded two files named ....hpp but there are only files named ....hp
  2011-10-07  8:54 [Bug c++/50653] New: At build phase there are demanded two files named ....hpp but there are only files named ....hp sourekd at centrum dot cz
  2011-10-07  9:26 ` [Bug c++/50653] " redi at gcc dot gnu.org
@ 2011-10-07  9:54 ` paolo.carlini at oracle dot com
  1 sibling, 0 replies; 3+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-10-07  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |other
         Resolution|                            |INVALID

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-07 09:54:01 UTC ---
Closing.


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

end of thread, other threads:[~2011-10-07  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07  8:54 [Bug c++/50653] New: At build phase there are demanded two files named ....hpp but there are only files named ....hp sourekd at centrum dot cz
2011-10-07  9:26 ` [Bug c++/50653] " redi at gcc dot gnu.org
2011-10-07  9:54 ` [Bug other/50653] " 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).