First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 2851
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karl Trygve Kalleberg (RETIRED) <karltk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Markus Krainer <mkrainer@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
boost-1.28.0.tgz boost-1.28.0 application/x-compressed Markus Krainer 2002-05-19 14:32 0000 1.27 KB Details
boost-1.28.tgz boost-1.28.tgz application/x-compressed Markus Krainer 2002-06-24 23:27 0000 1.23 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2851 depends on: Show dependency tree
Bug 2851 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-05-19 14:30 0000
From the boost.org homepage:
"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."

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

The ebuild is "sandbox-safe" and should go into dev-libs.

 -Markus-

------- Comment #1 From Markus Krainer 2002-05-19 14:32:57 0000 -------
Created an attachment (id=1055) [details]
boost-1.28.0

boost-1.28.0.tgz contains:
  boost-1.28.0.ebuild, ChangeLog, files/digest-boost-1.28.0

------- Comment #2 From Karl Trygve Kalleberg (RETIRED) 2002-05-28 14:20:39 0000 -------
Will get to this.

------- Comment #3 From Karl Trygve Kalleberg (RETIRED) 2002-06-24 17:38:13 0000 -------
Please check:

1) URL is unreachable, times out:
>>> 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
           => `/usr/portage/distfiles/boost_1_28_0.tar.gz'
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 "1"

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.

------- Comment #4 From Markus Krainer 2002-06-24 23:25:53 0000 -------
ad 1) works here (maybe sourceforge was down?)
ad 2) done (didn't know that dohtml is that powerful)
ad 3) done (btw: skel.ebuild should have a SLOT var)
ad 4) done

-Markus-

------- Comment #5 From Markus Krainer 2002-06-24 23:27:39 0000 -------
Created an attachment (id=1765) [details]
boost-1.28.tgz

------- Comment #6 From Karl Trygve Kalleberg (RETIRED) 2002-07-26 19:19:25 0000 -------
Not dead yet. This ebuild has been postponed as it is selected to be run
through
our new ebuild submission system. I'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. 

------- Comment #7 From Karl Trygve Kalleberg (RETIRED) 2002-08-26 09:16:05 0000 -------
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' undeclared here (not in a function)
jamgramtab.h:1: initializer element is not constant
jamgramtab.h:1: (near initialization for `keywords[0].type')
jamgramtab.h:1: initializer element is not constant
jamgramtab.h:1: (near initialization for `keywords[0]')
jamgramtab.h:2: `_BANG_EQUALS_t' undeclared here (not in a function)
jamgramtab.h:2: initializer element is not constant
jamgramtab.h:2: (near initialization for `keywords[1].type')
jamgramtab.h:2: initializer element is not constant
jamgramtab.h:2: (near initialization for `keywords[1]')
jamgramtab.h:3: `_AMPER_t' undeclared here (not in a function)
jamgramtab.h:3: initializer element is not constant
jamgramtab.h:3: (near initialization for `keywords[2].type')
jamgramtab.h:3: initializer element is not constant
jamgramtab.h:3: (near initialization for `keywords[2]')
jamgramtab.h:4: `_AMPERAMPER_t' undeclared here (not in a function)


Any ideas ?

------- Comment #8 From Markus Krainer 2002-08-29 00:45:44 0000 -------
I can'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'll set up a new 1.4(_beta) system this weekend and will
try to reproduce this error)

 -Markus-

------- Comment #9 From Markus Krainer 2002-09-01 15:42:57 0000 -------
Worked fine for me on freshly installed Gentoo 1.4 with gcc-3.2-r1
(-march=athlon-tbird -O3 -fomit-frame-pointer -pipe).



------- Comment #10 From Karl Trygve Kalleberg (RETIRED) 2002-10-18 17:02:58 0000 -------
Fixed. Available for testing as dev-libs/boost-1.28

First Last Prev Next    No search results available      Search page      Enter new bug