Date: 20 Aug 2000 14:17:27 -0000 From: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20729: cdrecord port is broken in -current due to name clashes. Message-ID: <20000820141727.354.qmail@guru.mired.org>
next in thread | raw e-mail | index | archive | help
>Number: 20729 >Category: ports >Synopsis: cdrecord port is broken in -current due to name clashes. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 20 07:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 5.0-CURRENT i386 >Organization: Missionaria Phonibalonica >Environment: -current as of Friday, August 19th, and for at least a week before that. >Description: Trying to build the port sysutil/cdrecord fails with the following error: cc -I. -IOBJ/i386-freebsd-cc -I../incs/i386-freebsd-cc -I../include -DUSE_P G -c -o OBJ/i386-freebsd-cc/scsitransp.o scsitransp.c In file included from /usr/include/cam/cam_ccb.h:41, from scsi-bsd.c:531, from scsihack.c:59, from scsitransp.c:104: /usr/include/cam/scsi/scsi_all.h:681: redefinition of `struct scsi_mode_page_header' >How-To-Repeat: cd /usr/ports/sysutils/cdrecord; make >Fix: I just replaced all the occurences of scsi_mode_page_header in the sources with scsi_mode_page_header2. Better would be to teach burncd (in the base system) to talk to SCSI disks :-( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000820141727.354.qmail>