pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/33933: x11/fltk fails to build properly



>Number:         33933
>Category:       pkg
>Synopsis:       fltk doesn't seem to have all it needs to install itself
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 06 21:20:00 +0000 2006
>Originator:     brad harder <bharder%methodlogic.net@localhost>
>Release:        NetBSD 3.0_STABLE
>Organization:
        Method Digital Logic
>Environment:
System: NetBSD manchester 3.0_STABLE NetBSD 3.0_STABLE (MANCHESTER2) #30: Tue 
Jun 20 20:06:02 PDT 2006 
root@manchester:/usr/src/sys/arch/i386/compile/MANCHESTER2 i386
Architecture: i386
Machine: i386
>Description:
        fltk isn't installing all the files listed in it's own 
work/.pkgdb/+CONTENTS...


manchester# make install
===> Checking for vulnerabilities in fltk-1.1.7nb4
===> Extracting for fltk-1.1.7nb4
===> Installing for fltk-1.1.7nb4
=== installing FL ===
Installing include files in /usr/pkg/include...
=== installing src ===
Installing libraries in /usr/pkg/lib...
=== installing fluid ===
Installing FLUID in /usr/pkg/bin...
strip: /usr/pkg/bin/fluid: File format not recognized
gmake[1]: *** [install] Error 1
=> Automatic manual page handling
===> Installing dependencies for fltk-1.1.7nb4
=> Required installed package libtool-base>=1.5.18nb5: libtool-base-1.5.22nb3 
found
=> Required installed package gmake>=3.78: gmake-3.81 found
=> Required installed package x11-links>=0.25: x11-links-0.30 found
=> Required installed package MesaLib>=6.4.1nb1: MesaLib-6.4.2nb1 found
=> Required installed package glu>=6.4.1nb1: glu-6.4.2 found
=> Required installed package jpeg>=6bnb2: jpeg-6bnb3 found
=> Required installed package png>=1.2.9nb2: png-1.2.12 found
pkg_create: can't stat `/usr/pkg/lib/libfltk.la'
pkg_create: can't stat `/usr/pkg/lib/libfltk_forms.la'
pkg_create: can't stat `/usr/pkg/lib/libfltk_gl.la'
pkg_create: can't stat `/usr/pkg/lib/libfltk_images.la'
pkg_create: can't stat `/usr/pkg/man/man1/fltk-config.1'
pkg_create: can't stat `/usr/pkg/man/man1/fluid.1'
...
pkg_create: can't stat `/usr/pkg/share/doc/fltk/valuators.gif'
pkg_create: can't stat `/usr/pkg/share/doc/fltk/value_slider.gif'
pkg_create: can't stat `/usr/pkg/share/doc/fltk/widgets.html'
=> Registering installation for fltk-1.1.7nb4
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/lib/libfltk.la' is in +CONTENTS but 
not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/lib/libfltk_forms.la' is in +CONTENTS 
but not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/lib/libfltk_gl.la' is in +CONTENTS but 
not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/lib/libfltk_images.la' is in +CONTENTS 
but not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/man/man1/fltk-config.1' is in 
+CONTENTS but not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/man/man1/fluid.1' is in +CONTENTS but 
not on filesystem!
...
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/share/doc/fltk/valuators.gif' is in 
+CONTENTS but not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/share/doc/fltk/value_slider.gif' is in 
+CONTENTS but not on filesystem!
pkg_admin: fltk-1.1.7nb4: File `/usr/pkg/share/doc/fltk/widgets.html' is in 
+CONTENTS but not on filesystem!



It's also not installing all the .so files... which is how I discovered this 
problem, when trying to build csound:
******************
from csound build:
******************
ld: cannot find -lfltk_images
scons: *** [libwidgets.so] Error 1
scons: building terminated because of errors.
*** Error code 2

A dir listing shows the .so files are not present:
manchester# ls -ld libfltk*
-rw-r--r--  1 root  wheel  817162 Jul  5 16:55 libfltk.a
-rw-r--r--  1 root  wheel   23368 Jul  5 16:55 libfltk_forms.a
-rw-r--r--  1 root  wheel   30778 Jul  5 16:55 libfltk_gl.a
-rw-r--r--  1 root  wheel   73950 Jul  5 16:55 libfltk_images.a


>How-To-Repeat:
        cd pkgsrc/x11/fltk && make update
>Fix:




Home | Main Index | Thread Index | Old Index