pkgsrc-Bugs archive

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

pkg/27127: graphics/gle does not build



>Number:         27127
>Category:       pkg
>Synopsis:       graphics/gle does not build
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 03 21:47:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimmo Suominen
>Release:        NetBSD 2.0G / pkgsrc HEAD 2004-10-03 11:08 (US/Eastern)
>Organization:
<A HREF="http://kimmo.suominen.com/";>Kimmo Suominen</A>
>Environment:
System: NetBSD hrothgar.gw.com 2.0G NetBSD 2.0G (GW-GENERIC) #77: Sat Jul 10 
16:55:52 EDT 2004 
kim%hrothgar.gw.com@localhost:/usr/src/sys/arch/i386/compile/GW-GENERIC i386
Architecture: i386
Machine: i386
>Description:
When building gle, a dependency for glu is found, but the configure script
for gle does not find the required GLU library.
>How-To-Repeat:
===> Extracting for xscreensaver-4.18
===> Required package gle>=3.0.3: NOT found
===> Verifying package for ../../graphics/gle
===> Checking for vulnerabilities in gle-3.1.0nb1
=> Checksum OK for gle-3.1.0.tar.gz.
work.i386 -> /usr/obj/i386/pkgsrc/graphics/gle/work.i386
===> Extracting for gle-3.1.0nb1
===> Required installed package glu>=6.0: glu-6.0.1nb1 found
===> Required installed package glut>=6.0: glut-6.0.1nb1 found
===> Required installed package MesaLib>=6.0: MesaLib-6.0.1nb1 found
===> Required installed package glu>=6.0.1nb1: glu-6.0.1nb1 found
===> Required installed package glut>=6.0.1nb1: glut-6.0.1nb1 found
===> Required installed package MesaLib>=6.0.1nb1: MesaLib-6.0.1nb1 found
===> Required installed package libtool-base>=1.5.10: libtool-base-1.5.10 found
===> Required installed package x11-links>=0.23: x11-links-0.23 found
===> Patching for gle-3.1.0nb1
===> Applying pkgsrc patches for gle-3.1.0nb1
===> Overriding tools for gle-3.1.0nb1
===> Creating toolchain wrappers for gle-3.1.0nb1
===> Configuring for gle-3.1.0nb1
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for i386--netbsdelf-gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking build system type... i386-unknown-netbsdelf2.0G
checking host system type... i386--netbsdelf
checking for ld used by GCC... 
/usr/obj/i386/pkgsrc/graphics/gle/work.i386/.wrapper/bin/ld
checking if the linker 
(/usr/obj/i386/pkgsrc/graphics/gle/work.i386/.wrapper/bin/ld) is GNU ld... yes
checking for /usr/obj/i386/pkgsrc/graphics/gle/work.i386/.wrapper/bin/ld option 
to reload object files... -r
checking for BSD-compatible nm... nm
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... match_pattern /lib[^/\.]+\.so$
checking command to parse nm output... ok
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i386--netbsdelf-ranlib... no
checking for ranlib... ranlib
checking for i386--netbsdelf-strip... no
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker 
(/usr/obj/i386/pkgsrc/graphics/gle/work.i386/.wrapper/bin/ld) supports shared 
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for strerror in -lcposix... no
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glGetError in -lGL... yes
checking for gluNewQuadric in -lGLU... no
configure: error: Cannot find required GLU library
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/graphics/gle
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/graphics/gle
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/x11/xscreensaver
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/x11/xscreensaver
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/x11/xfce4-utils
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/x11/xfce4-utils
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/meta-pkgs/xfce4
*** Error code 1

Stop.
make: stopped in /net/hrothgar/src-1/NetBSD/cvsroot/pkgsrc/meta-pkgs/xfce4
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Home | Main Index | Thread Index | Old Index