pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39379: transfig from 2008Q2 doesn't install cleanly (PLIST problem?)
>Number: 39379
>Category: pkg
>Synopsis: transfig doesn't install cleanly - wrong PLIST
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 19 15:10:00 +0000 2008
>Originator: Ignatios Souvatzis
>Release: NetBSD 4.0
>Organization:
seal your e-mail: http://www.gnupg.org/
>Environment:
System: NetBSD marie 4.0 NetBSD 4.0 (MARIE) #8: Tue Jan 22 22:07:16 CET 2008
ignatios%random85.cs.uni-bonn.de@localhost:/var/itch/sources/4.0/os/sys/arch/shark/compile/MARIE
shark
Architecture: arm
Machine: shark
>Description:
make install in transfig seems to miss things, with a resulting
PLIST error.
Detaild log available. Excerpt:
(...)
cc -O2 -fno-strict-aliasing -ansi -Dasm=__asm -fsigned-char
-fomit-frame-pointer -I.. -I/usr/pkg/include -I/usr/X11R6/inc
lude -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DNFSS -DUSE_INLINE
-DI18N -DUSE_PNG -DUSE_XPM -DUSE_ICONV -I/usr/pkg/include -I/usr/pkg/include/X1
1 -I/usr/pkg/include -DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/include
-I/usr/X11R6/include -c trans_spline.c
trans_spline.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:62: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:63: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:64: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:65: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'void'
trans_spline.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'double'
trans_spline.c:68: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'double'
trans_spline.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
(...)
===> Installing for transfig-3.2.5
=> Generating pre-install file lists
installing in ./fig2dev...
install -c -s fig2dev /usr/pkg/bin/fig2dev
install: fig2dev: stat: No such file or directory
*** Error code 1
Stop.
make: stopped in /pkg_comp/obj/pkgsrc/print/transfig/default/transfig.3.2.5/fig2
dev
installing in ./transfig...
install -c -s transfig /usr/pkg/bin/transfig
install in transfig done
(...)
(...)
=> Generating post-install file lists
(...)
pkg_create: can't stat `/usr/pkg/bin/fig2dev'
pkg_create: can't stat `/usr/pkg/bin/fig2ps2tex'
pkg_create: can't stat `/usr/pkg/bin/fig2ps2tex.sh'
pkg_create: can't stat `/usr/pkg/bin/pic2tpic'
pkg_create: can't stat `/usr/pkg/lib/X11/xfig/bitmaps/bricks.bmp'
(...)
Line 61 to 69 of trans_spline are:
static INLINE void point_adding();
static INLINE void point_computing();
static INLINE void negative_s1_influence();
static INLINE void negative_s2_influence();
static INLINE void positive_s1_influence();
static INLINE void positive_s2_influence();
static INLINE double f_blend();
static INLINE double g_blend();
static INLINE double h_blend();
>How-To-Repeat:
cd /usr/pkgsrc/print/transfig; make install
>Fix:
not known.
expectd workaround is to downgrade to before 2008Q2 - it used
to build from some 2007ish version.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index