<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>2851</bug_id>
          
          <creation_ts>2002-05-19 14:30 0000</creation_ts>
          <short_desc>boost-1.28.0 ebuild (new)</short_desc>
          <delta_ts>2003-02-04 19:42:18 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>1.2</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>mkrainer@gmail.com</reporter>
          <assigned_to>karltk@gentoo.org</assigned_to>
          <cc>mkrainer@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-05-19 14:30:23 0000</bug_when>
            <thetext>From the boost.org homepage:
&quot;The Boost web site provides free peer-reviewed portable C++ source libraries.
 The emphasis is on libraries which work well with the C++ Standard Library.&quot;

This ebuild was a little bit tricky &apos;cause boost uses his own build tool (jam)
instead of &quot;./configure &amp;&amp; make &amp;&amp; make install&quot;.

The ebuild is &quot;sandbox-safe&quot; and should go into dev-libs.

 -Markus-</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-05-19 14:32:57 0000</bug_when>
            <thetext>Created an attachment (id=1055)
boost-1.28.0

boost-1.28.0.tgz contains:
  boost-1.28.0.ebuild, ChangeLog, files/digest-boost-1.28.0
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-05-28 14:20:39 0000</bug_when>
            <thetext>Will get to this.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-06-24 17:38:13 0000</bug_when>
            <thetext>Please check:

1) URL is unreachable, times out:
&gt;&gt;&gt; Downloading http://boost.sourceforge.net/release/boost_1_28_0.tar.gz
--00:29:20--  http://boost.sourceforge.net/release/boost_1_28_0.tar.gz
           =&gt; `/usr/portage/distfiles/boost_1_28_0.tar.gz&apos;
Resolving boost.sourceforge.net... done.
Connecting to boost.sourceforge.net[216.136.171.201]:80... failed: Connection
timed out.
Retrying.

2) Please use dohtml -r to install the HTML documentation instead of the
for-loop with finds.

3) Set a SLOT &quot;1&quot;

4) Your header should look like:

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:$


Once you have iterated over these, simply reopen the bug :) Thanks for bothering.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-06-24 23:25:53 0000</bug_when>
            <thetext>ad 1) works here (maybe sourceforge was down?)
ad 2) done (didn&apos;t know that dohtml is that powerful)
ad 3) done (btw: skel.ebuild should have a SLOT var)
ad 4) done

-Markus-
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-06-24 23:27:39 0000</bug_when>
            <thetext>Created an attachment (id=1765)
boost-1.28.tgz
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-07-26 19:19:25 0000</bug_when>
            <thetext>Not dead yet. This ebuild has been postponed as it is selected to be run through
our new ebuild submission system. I&apos;ve run it through a few times, and it
produces various errors; we need help with how well the reported error messages
are and how well the ebuild submission system works in general.

It will take another few days before I can give you more details, as we need to
plug the submission system into bugzilla. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-08-26 09:16:05 0000</bug_when>
            <thetext>I cannot get Boost to build with gcc 3.2, which is the default compiler for
Gentoo 1.4 (soon to be released):

...using newstr.o...
...using option.o...
...using parse.o...
...using regexp.o...
...using rules.o...
Cc bin.linuxx86/scan.o
scan.c:11:22: jamgram.h: No such file or directory
In file included from scan.c:32:
jamgramtab.h:1: `_BANG_t&apos; undeclared here (not in a function)
jamgramtab.h:1: initializer element is not constant
jamgramtab.h:1: (near initialization for `keywords[0].type&apos;)
jamgramtab.h:1: initializer element is not constant
jamgramtab.h:1: (near initialization for `keywords[0]&apos;)
jamgramtab.h:2: `_BANG_EQUALS_t&apos; undeclared here (not in a function)
jamgramtab.h:2: initializer element is not constant
jamgramtab.h:2: (near initialization for `keywords[1].type&apos;)
jamgramtab.h:2: initializer element is not constant
jamgramtab.h:2: (near initialization for `keywords[1]&apos;)
jamgramtab.h:3: `_AMPER_t&apos; undeclared here (not in a function)
jamgramtab.h:3: initializer element is not constant
jamgramtab.h:3: (near initialization for `keywords[2].type&apos;)
jamgramtab.h:3: initializer element is not constant
jamgramtab.h:3: (near initialization for `keywords[2]&apos;)
jamgramtab.h:4: `_AMPERAMPER_t&apos; undeclared here (not in a function)


Any ideas ?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-08-29 00:45:44 0000</bug_when>
            <thetext>I can&apos;t reproduce this error with gcc-3.1-r7

Do you have any errors while jamgram.h gets created?
Look for the output right at the beginning:

Cc bin.linuxx86/pathunix.o
MyChmod1 jamgram.y
GenFile1 jamgram.y jamgramtab.h
Yacc1 jamgram.c jamgram.h
YaccMv jamgram.c jamgram.h
Cc bin.linuxx86/jamgram.o

(As my time allows, I&apos;ll set up a new 1.4(_beta) system this weekend and will
try to reproduce this error)

 -Markus-
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkrainer@gmail.com</who>
            <bug_when>2002-09-01 15:42:57 0000</bug_when>
            <thetext>Worked fine for me on freshly installed Gentoo 1.4 with gcc-3.2-r1
(-march=athlon-tbird -O3 -fomit-frame-pointer -pipe).


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2002-10-18 17:02:58 0000</bug_when>
            <thetext>Fixed. Available for testing as dev-libs/boost-1.28</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>1055</attachid>
            <date>2002-05-19 14:32 0000</date>
            <desc>boost-1.28.0</desc>
            <filename>boost-1.28.0.tgz</filename>
            <type>application/x-compressed</type>
            <data encoding="base64">H4sIADH95zwAA+1Ye2/aSBDPv/hTjEikpG385GGgx921AaVRk4Ag7alSJWrswWxjvGjXzuMo3/1m
baCkatJWaqo7nX8C433MY2dmd2cYcy4Tc+dRYVlVy63V6DfDl7/5u1t1bdetVyvVHcu23Iq9A7XH
VStHKhNPAOwIzpOH5n1r/D+Kceb/7KnbhtMwLAPHKYuCnyiD/GnVq9X7/O+4TvWz/+0Kza+4rrUD
1k/U4V78z/2/C0d8fitYOE3AbjabukMOgWOME87hAv1pzCMeMpSHcBL7hrYLHSYTwcZpggGkcYAC
kilCgmImgU+yxvH5G8UChRdBPx1HzIdT5mMsEa4cYvEiTaZctODME5ephNfCYzQZfptlbf0yb//p
TzGKuOElvxONKeeej2aYaWb6V1I5ZNXUbxp1U15itIrdwyuwDRfUUkyrZtoNsN2WU2vZDnhEccli
6N7MNa3THR4NTvoXJ73zdvml2gMwF/yKBShhIhBhjih0gVcMr2HOReKNI4SjZ89A8lT4CBEbC0+Q
dYyypp29G71tlz+QzTjsLfpvl/BJko10hH3Zem+0Rq1w/0NZG7b3Fn/1Bq87J4NlvvFGewtFu9SG
g6PRm8FJuzxNknnLzEeNXNaEixCNGBNTYISexLu0BkWxEf5d1l71zrr9F8fdDZPr62sjZ0QcSM3T
k6Pu+ZDG6Z1cIVC5jJ4zTo8A5/IPIMP0u+eddvn3doBXepqwyLz1fJ9OiKZh68LWSvlI5MWhOb8l
b8a6YziGnfEcpLGesFnGDSlCYj+LH+lRlychZw5sAoP1q4z3E5o9IbcHLW13sJZP7DQp/JHPZ3MW
4cETWGhaaRcmTJCvVr3w0ZvBgYq7bJmQhQBQWERPtJIfkC+GS1M1pZkNmTR/RFy1Es68S4RPnyBg
CGWfp1GgFMkZ0KxyJizm16uunP/G6RvuWsn4mgBzzGIjYnF6o+JzrNTUPzrwXiuVdPmy1xtejAa9
3kVbsVj19t9dvOqd591mKsXd7rfdwVDFKpl6NXDR650O26Hvb1aRa4pCcFHWlrn5WEyHXBRBZr+S
WpPSJeAU5jHfxDzIWTKl1ZFJ9jPDrMj2oXWgba11dz2wbQlyXaDaEvTkdo4wAT1W/n7/1PBoC9yg
T/JonFoLWuxzKD1II/kdImquqbbl5zvDnKKnjqEJxcJak9xTG7YZqzWV3gF9pi4kxXNv0VkqQ5ss
9qM0QDOTc0dKwP10RueMlzAea6WAUwcMui86Z12SxgUwmgrTZKa+EXych/TFEEKKcF9KRUG+ytQy
vlhp+amxt2DL8kpD5dPSw2rKqSfQJA1MOmKWppK4UpnExKgpl//I+Z/f/5npHi0L/P78r+JQMkD3
v2M5lSL/+xXY9n/AQqQ0cDsZ/CkyvpH/0bD9hf9rVt0p8r9fgbNODZyGjRZW/aBu1y0fnbFnBdVg
UvVqTctyrdW9OrJHTmNkrRINqNrNWq3R/KHDpsC/Dvn+P5pSIoenPHwUGd/a//XKpv53Ko6tzv9q
vV7s/18Bqv/WvgeVy2RZPaVkeXWhbZeHD1eGz+8pDI/7p3nR930F3EabrIarbGo4ywWr0qo1WnYT
AsHHlFrLvIh7un1fwQGNn3m3Gd0TTQPYaj///oITvvKPyCFxu/eiPNyyY4sm0kcnu7CEUQ2c04NH
GeBda38uWlRR+bma/LEcrkCBAgUKFChQoECBAgUKFChQoECBAgW+hn8A6NPYZwAoAAA=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>1765</attachid>
            <date>2002-06-24 23:27 0000</date>
            <desc>boost-1.28.tgz</desc>
            <filename>boost-1.28.tgz</filename>
            <type>application/x-compressed</type>
            <data encoding="base64">H4sIAGvtFz0AA+1YbW8aORDOV/wrRiQSScu+hoVAj/bSgFKuSUCQ9lSpEl12DThZ1sjeTZpL+O83
XhNK2qbth6Sna/eR2F177HnxjO0ZRpzLxNp4VNh2xa55Hr4zfP7W3zXP9mrVqudWN2zHru3aG+A9
rloaqUx8AbAhOE++Ne579P8pRpn/s6fhmO6eaZt0lLIofEAZ6E+7Wqnc53+3UnVW/q/U8NvZrVVr
G2A/oA734jf3/yYc8PmVYJNpAk69XjdcdAgc0jjhHE5pMI15xCeMyjJ04sAkm9BiMhFslCY0hDQO
qYBkSiGhYiaBj7PG4ckbxYIKP4JeOopYAEcsoLGkcOEii61X1MeJDdgipNUeHPQ7vdNO96RZfKni
EOaCX7CQShgLSmFOqTAEvWD0EuZcJP4oonDw9ClInoqAQsRGwheooVkkZPP43fBts/gBFeewdd17
u4AbiYoaFEqy8d5sDBuT0ociyYYpumWZ1nBBBtj4u9t/3er0F3o3DLeu1SAk9Q+Gb/qdZnGaJPOG
pammFj7mYkLNmCaWoBH1Jb0718TQMif/FMmr7nG7t3/YXjG5vLw0NSPkgHofdQ7aJwOkF8ngqHva
LDrKGNgXVC0oPmccHyGdyxeAS9Zrn7SaxefNkF4YacIi68oPAty/ddMxhEMKmhL58cSaXyVTHhuu
6ZqaZz+NjYTNMm4U/RcHmXelj12+BM0c2Bj6t58yLiU4esxiGjZI/1b81rX+WiBbIkUwDPhsziK6
vQPXhBQ2YcwEenPZC2f+DLZVdGR2Q3bIAEZZtEMKQYjOGiws1ZRWRrJw/BC5kgKd+ecUbm4gZBSK
AU+jUCmkGeCoYiYs5pfLLs1/FRYr7qRgfk2ANWKxGbE4/fhxr2qNlJrGmQvvSaFgyJfd7uB02O+i
SxSLZW/v3emr7onutlIp7na/bfcHKppxyZeE0273aNCcBMHKCq0pFYKLIlno5WMxHkVRBNn6FZRN
SpeQ40aI+WpXgJwlU7QOl6SULcxyWgka22TN1s1bwvpKoAtD1ZZgJFdzCmMwYuX3909MH/fIRxqg
PKRj6xqNfQaFb86R/M4kbN7OWpevt4o1zfY8BkW00kR7asU2Y3U7y2iBMVPXhuKJobZQC22xOIjS
kFqZnDtSQh6kMzy2/ITxmBRCjh3Qb++3jtuqNU1myNMHfJfVd/lsPsEfnZQnbFwOJFonwNR2Zntt
TvkcoxaZJ6nM4lQS5an/+sB+YOj7P3PKo2WBP5b/4c1f23Xdmov3v2u7u3n+9zOw7v+QTSimgevJ
4IPI+E7+h2TnM/97dtXN87+fgeOWB+6eQ21aCcKqU7UD6o58O6yE44rv1W27Zi9v7KEzdPeG9jKn
gYpT97y9+q92Hv5u0Pv/YIqpIj3ik0eR8b39X6vsruq/XcdT53+lltd/PwVY/936HrCagaxuwCRI
FzJkvTz8dmX47J7C8LB39GXRVyBP1m8Z2HY9+CuNMxE7hACstZ/BsS/OMQd7LXysQAT8Mcvaxrlu
/xlMaRRx00+ew1f+xygjt08mNhRzA40SggZKUZ2VZp37YYgdqvyCC193vcGKtaSTx5Ka6dRRmauH
UuveW7f8pcadmCUMy2k9G3zMnu867lNlpWrjT0XxL5ex5siRI0eOHDly5MiRI0eOHDly5MiR40fx
L6u7G5kAKAAA
</data>        

          </attachment>
    </bug>

</bugzilla>