Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2005 08:03:27 GMT
From:      Sangwoo Shim <borishim@neo.redjade.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76650: devel/epm (which is openoffice dependancy) doesn't build
Message-ID:  <200501250803.j0P83RIe037238@www.freebsd.org>
Resent-Message-ID: <200501250810.j0P8ACYm014382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76650
>Category:       ports
>Synopsis:       devel/epm (which is openoffice dependancy) doesn't build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 08:10:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sangwoo Shim
>Release:        6-CURRENT (of Jan 25)
>Organization:
Seoul Natl' Univ.
>Environment:
FreeBSD ssw.dyndns.org 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Jan 25 00:18:59 KST 2005     root@ssw.dyndns.org:/usr/obj/usr/src/sys/SSW-SMP  i386
>Description:
      I've tried to build /usr/ports/devel/epm, which is needed
for openoffice build. But build fails with following message.

%%%
===>  Vulnerability check disabled, database not found
===>  Extracting for epm-3.7_1
=> Checksum OK for epm-3.7-source.tar.bz2.
=> Checksum OK for epm-3.7.patch.
===>  Patching for epm-3.7_1
===>  Applying distribution patches for epm-3.7_1
===>  Applying FreeBSD patches for epm-3.7_1
===>   epm-3.7_1 depends on file: /usr/local/bin/autoconf259 - found
===>  Configuring for epm-3.7_1
configure: WARNING: you should use --build, --host, --target
checking for i386-portbld-freebsd6.0-gcc... cc
checking for C compiler default output file name... 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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for i386-portbld-freebsd6.0-g++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for gzip... /usr/bin/gzip
checking for htmldoc... no
checking for mkdir... /bin/mkdir
checking for nroff... /usr/bin/nroff
checking for rm... /bin/rm
checking for rpm... /usr/local/bin/rpm
checking for rpmbuild... no
checking for strip... /usr/bin/strip
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... cc -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 whether char is unsigned... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strings.h... (cached) yes
checking sys/mount.h usability... no
checking sys/mount.h presence... yes
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h:     check for missing prerequisite headers?
configure: WARNING: sys/mount.h: see the Autoconf documentation
configure: WARNING: sys/mount.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: sys/mount.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no 
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking for strdup... yes 
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for library containing gethostname... none required
checking for fltk-config... /usr/X11R6/bin/fltk-config
checking if libsupc++ is required... yes
checking if GCC supports -fno-rtti... yes
checking if GCC supports -fno-exceptions... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating epm.list
config.status: creating doc/Makefile
config.status: creating macosx/setup.plist
config.status: creating macosx/uninst.plist
config.status: creating config.h
===>  Building for epm-3.7_1
Compiling aix.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling bsd.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling deb.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling dist.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling epm.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling file.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling inst.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling osx.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling pkg.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
pkg.c: In function `make_pkg':
pkg.c:53: warning: unused variable `tarfile'
Compiling portable.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling qprintf.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling rpm.c... 
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling run.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling setld.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling slackware.c... 
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling snprintf.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling string.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling swinstall.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Compiling tar.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Linking epm...
Compiling epminstall.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Linking epminstall...
Compiling mkepmlist.c...
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
Linking mkepmlist...
Compiling setup.cxx...
Compiling setup2.cxx...
Compiling gui-common.cxx...
Linking setup...
/usr/X11R6/lib/libfltk.a(Fl_Valuator.o)(.text+0x116): In function `Fl_Valuator::step(double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(Fl_Valuator.o)(.text+0x15d): In function `Fl_Valuator::step(double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(Fl_Valuator.o)(.text+0x3d2): In function `Fl_Valuator::round(double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(Fl_Valuator.o)(.text+0x4af): In function `Fl_Valuator::increment(double, int)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x48): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `log'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x5c): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `log'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x91): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `log'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0xa5): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `log'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0xdc): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `log'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0xf0): more undefined references to `log' follow
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x11d): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `pow'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x162): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `pow'
/usr/X11R6/lib/libfltk.a(Fl_get_system_colors.o)(.text+0x1a7): In function `Fl::background(unsigned char, unsigned char, unsigned char)':
: undefined reference to `pow'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x326): In function `fl_rotate(double)':
: undefined reference to `sin'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x336): In function `fl_rotate(double)':
: undefined reference to `cos'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x575): In function `fl_transformed_vertex(double, double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x59f): In function `fl_transformed_vertex(double, double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x98a): In function `fl_circle(double, double, double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x9ae): In function `fl_circle(double, double, double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0x9d8): In function `fl_circle(double, double, double)':
: undefined reference to `rint'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0xa02): more undefined references to `rint' follow
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0xa7b): In function `fl_circle(double, double, double)':
: undefined reference to `sqrt'
/usr/X11R6/lib/libfltk.a(fl_vertex.o)(.text+0xabe): In function `fl_circle(double, double, double)':
: undefined reference to `sqrt'
/usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x18): In function `__cxa_throw':
: undefined reference to `__cxxabiv1::__unexpected_handler'
/usr/lib/libsupc++.a(eh_throw.o)(.text.__cxa_throw+0x20): In function `__cxa_throw':
: undefined reference to `__cxxabiv1::__terminate_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt9terminatev+0x8): In function `std::terminate()':
: undefined reference to `__cxxabiv1::__terminate_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt10unexpectedv+0x8): In function `std::unexpected()':
: undefined reference to `__cxxabiv1::__unexpected_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt13set_terminatePFvvE+0x7): In function `std::set_terminate(void (*)())':
: undefined reference to `__cxxabiv1::__terminate_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt13set_terminatePFvvE+0xd): In function `std::set_terminate(void (*)())':
: undefined reference to `__cxxabiv1::__terminate_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt14set_unexpectedPFvvE+0x7): In function `std::set_unexpected(void (*)())':
: undefined reference to `__cxxabiv1::__unexpected_handler'
/usr/lib/libsupc++.a(eh_terminate.o)(.text._ZSt14set_unexpectedPFvvE+0xd): In function `std::set_unexpected(void (*)())':
: undefined reference to `__cxxabiv1::__unexpected_handler'
*** Error code 1

Stop in /usr/ports/devel/epm/work/epm-3.7.
*** Error code 1

Stop in /usr/ports/devel/epm.

>How-To-Repeat:
      do 'make' in /usr/ports/devel/epm
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



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