Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 11:00:09 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Cc:        maho@FreeBSD.org
Subject:   graphics/libemf (Revision: 328930)
Message-ID:  <20131028100009.GA25040@sh4-5.1blu.de>

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

Hello,

The graphics/libemf does not build in i386 head, neither with cland nor
with gcc46, it is missing some older(?) header file:

# make
...
Making all in libemf
--- libemf.lo ---
source='libemf.cpp' object='libemf.lo' libtool=yes
depfile='.deps/libemf.Plo' tmpdepfile='.deps/libemf.TPlo'  depmode=gcc3
/bin/sh ../config/depcomp  /bin/sh /usr/local/bin/libtool --mode=compile
c++ -DHAVE_CONFIG_H  -I. -I. -I../config -I../include     -O2 -pipe
-fno-strict-aliasing -D_REENTRANT -DPTHREADS -c -o libemf.lo `test -f
libemf.cpp || echo './'`libemf.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I. -I../config -I../include
-O2 -pipe -fno-strict-aliasing -D_REENTRANT -DPTHREADS -c libemf.cpp -MT
libemf.lo -MD -MP -MF .deps/libemf.TPlo  -fPIC -DPIC -o .libs/libemf.o
In file included from libemf.cpp:21:
./libemf.h:30:10: fatal error: 'backward/function.h' file not found
#include <backward/function.h>
         ^
1 error generated.
*** [libemf.lo] Error code 1

The port graphics/libemf is required for graphics/dia. Interestingly
there is a pre-build package available at
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.2-RELEASE/packages/All/libEMF-1.0.tbz
(dated around June 2013). Having installed this in my /head environment
makes graphics/dia happy.

Should I file a PR or is the maintainer already aware of it?

Thanks

	matthias


-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru@unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards



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