ports/92932: fixes for vbp-driver ports for sparc64 platform

Chris Forkin chris at forkin.com
Tue Feb 7 02:20:07 UTC 2006


>Number:         92932
>Category:       ports
>Synopsis:       fixes for vbp-driver ports for sparc64 platform
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 07 02:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Chris Forkin
>Release:        5.4
>Organization:
>Environment:
>Description:
The automated build fails with the following error

building vpb-driver-2.4.9 on u10c.allbsd.org
in directory /usr/tmp/5/chroot/81902
maintained by: chris at forkin.com
port directory: /usr/ports/comms/vpb-driver
build started at Sun Feb  5 18:55:53 UTC 2006
FETCH_DEPENDSPATCH_DEPENDSEXTRACT_DEPENDSBUILD_DEPENDS=gettext-0.14.5_1.tbz
gmake-3.80_2.tbz libiconv-1.9.2_1.tbz
RUN_DEPENDSprefixes: usr/local usr/X11R6
add_pkg
===================================================================================<phase
1: make checksum>====================> vpb-driver-2.4.9.tar.gz doesn't seem to exist
in /tmp/distfiles/.
=> Attempting to fetch from ftp://ftp4.jp.freebsd.org/pub/FreeBSD/ports/distfiles/.
vpb-driver-2.4.9.tar.gz                                842 kB  842 kBps
=> MD5 Checksum OK for vpb-driver-2.4.9.tar.gz.
=> SHA256 Checksum OK for vpb-driver-2.4.9.tar.gz.
===================================================================================<phase
2: make extract>===================add_pkg
===>  Extracting for vpb-driver-2.4.9
=> MD5 Checksum OK for vpb-driver-2.4.9.tar.gz.
=> SHA256 Checksum OK for vpb-driver-2.4.9.tar.gz.
===================================================================================<phase
3: make patch>===================add_pkg
===>  Patching for vpb-driver-2.4.9
===>  Applying FreeBSD patches for vpb-driver-2.4.9
===================================================================================<phase
4: make build>===================add_pkg gettext-0.14.5_1.tbz gmake-3.80_2.tbz
libiconv-1.9.2_1.tbz
adding dependencies
pkg_add gettext-0.14.5_1.tbz
pkg_add gmake-3.80_2.tbz
pkg_add libiconv-1.9.2_1.tbz
skipping libiconv-1.9.2_1, already added
===>   vpb-driver-2.4.9 depends on executable: gmake - found
===>  Configuring for vpb-driver-2.4.9
===>  Building for vpb-driver-2.4.9
echo FREEBSD
FREEBSD
cd src && gmake
grep: /lib/modules/5.5-PRERELEASE/build/include/linux/version.h: No such file or
directory
gmake[1]: Entering directory `/work/a/ports/comms/vpb-driver/work/vpb-driver-2.4.9/src'
g++ -g -D_DEBUG -Wall  adpcm.cpp -o adpcm.o -c
cc -O -pipe    -c -o alaw.o alaw.c
g++ -g -D_DEBUG -Wall  apifunc.cpp -o apifunc.o -c
g++ -g -D_DEBUG -Wall  call.cpp -o call.o -c
g++ -g -D_DEBUG -Wall  cid.cpp -o cid.o -c
cid.cpp: In function `int cid_decode2(char*, short int*, int, VPB_CID*)':
cid.cpp:383: warning: statement has no effect
g++ -g -D_DEBUG -Wall  cidg.cpp -o cidg.o -c
g++ -g -D_DEBUG -Wall  cid_jp.cpp -o cid_jp.o -c
g++ -g -D_DEBUG -Wall  coff.cpp -o coff.o -c
g++ -g -D_DEBUG -Wall  comm.cpp -o comm.o -c
g++ -g -D_DEBUG -Wall  comp.cpp -o comp.o -c
g++ -g -D_DEBUG -Wall  config.cpp -o config.o -c
g++ -g -D_DEBUG -Wall  digbuf.cpp -o digbuf.o -c
g++ -g -D_DEBUG -Wall  digits.cpp -o digits.o -c
g++ -g -D_DEBUG -Wall  dspfifo.cpp -o dspfifo.o -c
g++ -g -D_DEBUG -Wall  envtone.cpp -o envtone.o -c
g++ -g -D_DEBUG -Wall  fifo.cpp -o fifo.o -c
g++ -g -D_DEBUG -Wall  hip.cpp -o hip.o -c
hip.cpp: In member function `virtual void* HipDataPCI::GethndFile()':
hip.cpp:145: warning: cast to pointer from integer of different size
cc -O -pipe    -c -o ioports.o ioports.c
ioports.c: In function `ioread':
ioports.c:61: error: impossible constraint in `asm'
gmake[1]: *** [ioports.o] Error 1
gmake[1]: Leaving directory `/work/a/ports/comms/vpb-driver/work/vpb-driver-2.4.9/src'
gmake: *** [all] Error 2
*** Error code 2

Stop in /a/ports/comms/vpb-driver.
===============================================================build of
/usr/ports/comms/vpb-driver ended at Sun Feb  5 18:56:52 UTC 2006          
>How-To-Repeat:
              
>Fix:
--- port/comms/vpb-driver/Makefile
+++ port/comms/vpb-driver/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	vpb-driver
 PORTVERSION=	2.4.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	comms
 MASTER_SITES=	http://www.voicetronix.com/Downloads/
 
@@ -33,6 +33,7 @@
 IGNORE=		requires kernel source (/usr/src/sys) to build
 .endif
 
+ONLY_FOR_ARCHS=	i386
 .if ${OSVERSION} < 502000 || ${OSVERSION} >= 600000
 IGNORE=		is not for FreeBSD versions < 502000, or >= 600000
 .endif
            
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list