hi, I never managed to compile openh232 (required for gnomemeeting). I 
tries also with 'CFLAGS="-O1" emerge' and same result.

I am using stable Gentoo, gcc-3.3.5-r1 (but tried with previous versions
before, same result), kernel from gentoo-dev-sources; my machine is up to
date; I am not using distcc.

Please advice, thanks

# emerge net-im/gnomemeeting
Calculating dependencies ...done!
>>> emerge (1 of 2) net-libs/openh323-1.13.2-r1 to /
>>> md5 src_uri ;-) openh323-1.13.2.tar.gz
 * If you are experiencing problems emerging openh323 with gcc-3.3.2
 * please try using CFLAGS="-O1" when emergeing
 * we are currently investigating this problem...
 *
 * <sleeping 10 seconds...>
>>> Unpacking source...
>>> Unpacking openh323-1.13.2.tar.gz to 
/var/tmp/portage/openh323-1.13.2-r1/work
 * Applying openh323-1.13.2-ffmpeg.diff ...                                     
                               
[ ok ]
 * Applying openh323-1.13.2-include-order.diff ...                              
                               
[ ok ]
 * Applying openh323-1.13.2-gcc34.diff ...                                      
                               
[ ok ]
 * Applying openh323-1.13.2-ixjuser.diff ...                                    
                               
[ ok ]
>>> Source unpacked.
ssl
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --enable-localspeex
configure: WARNING: If you wanted to set the --build type, don't use 
--host.
    If a cross compiler is detected then cross compile mode will be used.
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
OpenH323 version is 1.13.2
checking for /usr/share/pwlib/version.h... yes
PWLib prefix set to.... /usr/share/pwlib
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking avcodec.h usability... no
checking avcodec.h presence... no
checking for avcodec.h... no
checking for /usr/include/ffmpeg/avcodec.h... yes
                      H263 codec on FFmpeg library  enabled
checking encoder-h263.h usability... no
checking encoder-h263.h presence... no
checking for encoder-h263.h... no
configure: Forcing use of local Speex sources
checking linux/telephony.h usability... yes
checking linux/telephony.h presence... yes
checking for linux/telephony.h... yes
checking sys/telephony.h usability... no
checking sys/telephony.h presence... no
checking for sys/telephony.h... no
checking /usr/local/include/sys/telephony.h usability... no
checking /usr/local/include/sys/telephony.h presence... no
checking for /usr/local/include/sys/telephony.h... no
configure: creating ./config.status
config.status: creating openh323u.mak
config.status: creating Makefile
config.status: creating include/openh323buildopts.h
set -e; make -C src opt; make -C samples/simple opt;
make[1]: Entering directory 
`/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src'
/usr/bin/asnparser --version | awk '{print $1,$2,$3}' > 
asnparser.version.new
if test -f asnparser.version && diff asnparser.version.new 
asnparser.version >/dev/null 2>&1 ; \
        then rm asnparser.version.new ; \
        else mv asnparser.version.new asnparser.version ; \
fi
/usr/bin/asnparser -s2 -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h225.asn
ASNParse version 1.8.1 for Unix Linux by Equivalence
mv /var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h225.h 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/include/h225.h
/usr/bin/asnparser -m H235 -c 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h235.asn
ASNParse version 1.8.1 for Unix Linux by Equivalence
mv /var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h235.h 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/include/h235.h
/usr/bin/asnparser -s3 -m H245 -c --classheader 
"H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream &strm) 
const;\n#endif" 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h245.asn
ASNParse version 1.8.1 for Unix Linux by Equivalence
mv /var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h245.h 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/include/h245.h
g++ -DP_USE_PRAGMA  -ffunction-sections -fdata-sections -D_REENTRANT  
-Wall  -fPIC -I/var/tmp/portage/openh323-1.13.2-r1/work/openh323/include  
-I/usr/include/ffmpeg -DPASN_NOPRINTON -DPASN_LEANANDMEAN -DHAS_OSS 
-DPASN_NOPRINTON -I/usr/share/pwlib/include -Os -DNDEBUG -march=athlon -O3 
-pipe -fomit-frame-pointer -x c++ -c 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src/h225_1.cxx -o 
/var/tmp/portage/openh323-1.13.2-r1/work/openh323/lib/obj_linux_x86_rn/h225_1.o
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3/iostream: In 
destructor
   `virtual 
H225_TransportAddress_ipAddress::~H225_TransportAddress_ipAddress()
   ':
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include/g++-v3/iostream:1331: 
internal compiler error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[1]: *** 
[/var/tmp/portage/openh323-1.13.2-r1/work/openh323/lib/obj_linux_x86_rn/h225_1.o]
 
Error 1
make[1]: Leaving directory 
`/var/tmp/portage/openh323-1.13.2-r1/work/openh323/src'
make: *** [opt] Error 2

!!! ERROR: net-libs/openh323-1.13.2-r1 failed.
!!! Function src_compile, Line 87, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status 
message.


--
[email protected] mailing list

Reply via email to