Skip site navigation (1)Skip section navigation (2)
Date:      10 Jul 2002 15:46:20 -0000
From:      vladimir@math.uic.edu
To:        freebsd-ports@freebsd.org
Subject:   openh323 port problem
Message-ID:  <20020710154620.22448.qmail@math.uic.edu>

next in thread | raw e-mail | index | archive | help
Has anyone managed to compile a recent openh-1.8.8 port?
The system is:

FreeBSD d41-31b9.cig.mot.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jul  5 21:02:42 CDT 2002     vegorin1@kitten.podval.edu:/usr/obj/usr/src/sys/NEWCARD  i386

(I have to run -CURRENT on my machine due to a hardware not supported in -STABLE).

Many thanks...

Here is what I am getting:

d41-31b9# make
===>  Extracting for openh323-1.8.8
>> Checksum OK for openh323_1.8.8.tar.gz.
>> Checksum OK for pwlib_1.2.19.tar.gz.
===>   openh323-1.8.8 depends on file: /nonexistent - not found
===>    Verifying patch for /nonexistent in /usr/ports/comms/ixj
===>   Returning to build of openh323-1.8.8
===>   openh323-1.8.8 depends on executable: gmake - found
===>   openh323-1.8.8 depends on executable: bison - found
===>  Patching for openh323-1.8.8
===>  Applying FreeBSD patches for openh323-1.8.8
# Copy ixj driver include files into OpenH323 include directory
/bin/mkdir -p /usr/ports/net/openh323/work/openh323/include/sys
/bin/cp /usr/ports/net/openh323/../../comms/ixj/work/ixj_freebsd/telephony.h /usr/ports/net/openh323/work/openh323/include/sys
/bin/cp /usr/ports/net/openh323/../../comms/ixj/work/ixj_freebsd/ixjuser.h /usr/ports/net/openh323/work/openh323/include/sys
===>  Configuring for openh323-1.8.8
===>  Building for openh323-1.8.8
set -e; gmake -C src opt; gmake -C samples/simple opt;
gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323/src'
gmake -C /usr/ports/net/openh323/work/pwlib/tools/asnparser opt
gmake[2]: Entering directory `/usr/ports/net/openh323/work/pwlib/tools/asnparser'
bison -t -v -d -o asn_grammar asn_grammar.y
mv asn_grammar asn_grammar.cxx
c++ -Wall -DP_FREEBSD=500037 -DP_SSL -I/usr/include/include -I/usr/include/crypto -DP_EXPAT -I /usr/local/include -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -I/usr/ports/net/openh323/work/pwlib/include/ptlib/unix -I/usr/ports/net/openh323/work/pwlib/include -DNDEBUG -O -pipe -march=pentiumpro -pthread -pthread -pthread -c asn_grammar.cxx -o obj_FreeBSD_x86_r/asn_grammar.o
In file included from /usr/ports/net/openh323/work/pwlib/include/ptlib/semaphor.h:236,
                 from /usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/semaphor.h:93,
                 from /usr/ports/net/openh323/work/pwlib/include/ptlib/syncpoint.h:63,
                 from /usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/syncpoint.h:58,
                 from /usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/pprocess.h:108,
                 from /usr/ports/net/openh323/work/pwlib/include/ptlib.h:190,
                 from asn_grammar.y:77:
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/semaphor.h:126: prototype
   for `BOOL PThread::Terminate()' does not match any in class `PThread'
/usr/ports/net/openh323/work/pwlib/include/ptlib/thread.h:274: candidate is: 
   virtual void PThread::Terminate()
In file included from /usr/ports/net/openh323/work/pwlib/include/ptlib.h:274,
                 from asn_grammar.y:77:
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl: In 
   member function `BOOL PDirectory::IsRoot() const':
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89: choosing
   `P_PCharArray_PTemplate_Base_Type PCharArray_PTemplate::operator[](unsigned 
   int) const' over `operator[]'
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89:   
   because worst conversion for the former is better than worst conversion for 
   the latter
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89: choosing
   `P_PCharArray_PTemplate_Base_Type PCharArray_PTemplate::operator[](unsigned 
   int) const' over `operator[]'
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89:   
   because worst conversion for the former is better than worst conversion for 
   the latter
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89: choosing
   `P_PCharArray_PTemplate_Base_Type PCharArray_PTemplate::operator[](unsigned 
   int) const' over `operator[]'
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89:   
   because worst conversion for the former is better than worst conversion for 
   the latter
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89: choosing
   `P_PCharArray_PTemplate_Base_Type PCharArray_PTemplate::operator[](unsigned 
   int) const' over `operator[]'
/usr/ports/net/openh323/work/pwlib/include/ptlib/unix/ptlib/ptlib.inl:89:   
   because worst conversion for the former is better than worst conversion for 
   the latter

gmake[2]: *** [obj_FreeBSD_x86_r/asn_grammar.o] Error 1
gmake[2]: Leaving directory `/usr/ports/net/openh323/work/pwlib/tools/asnparser'
gmake[1]: *** [/usr/ports/net/openh323/work/pwlib/tools/asnparser/obj_FreeBSD_x86_r/asnparser] Error 2
gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323/src'
gmake: *** [opt] Error 2
*** Error code 2

Stop in /usr/ports/net/openh323.
d41-31b9# 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020710154620.22448.qmail>