Bug 67338 - [maintainer] devel/boost: fix build on alpha
Summary: [maintainer] devel/boost: fix build on alpha
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 14:00 UTC by Simon Barner
Modified: 2004-05-29 22:06 UTC (History)
0 users

See Also:


Attachments
file.diff (426 bytes, patch)
2004-05-29 14:00 UTC, Simon Barner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2004-05-29 14:00:41 UTC
Devel boost failed on alpha 5 because of the following error:

gcc-C++-action bin/boost/libs/regex/build/libboost_regex.a/gcc/release/thre=
ading-multi/cregex.o
virtual memory exhausted: Cannot allocate memory

    set -e=20
    c++  -O -pipe -mcpu=3Dev4 -mtune=3Dev5 -mieee  -c -Wall -ftemplate-dept=
h-100  -DNDEBUG -DNDEBUG  -finline-functions -Wno-inline   -I"bin/boost/lib=
s/regex/build"  -I "/tmp/a/ports/devel/boost/work/boost_1_31_0"  -o "bin/bo=
ost/libs/regex/build/libboost_regex.a/gcc/release/threading-multi/cregex.o"=
  "/tmp/a/ports/devel/boost/work/boost_1_31_0/libs/regex/build/../src/crege=
x.cpp"=20
   =20

The attached patch simply overwrites CXXFLAGS (until the GCC problem is
fixed).

How-To-Repeat: 
Try to build boost on FreeBSD 5.x/alpha
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-29 22:06:48 UTC
State Changed
From-To: open->closed

Committed, thanks!