From owner-freebsd-ports@FreeBSD.ORG Fri Oct 7 08:12:51 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FAA8106566B; Fri, 7 Oct 2011 08:12:51 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8549D8FC18; Fri, 7 Oct 2011 08:12:50 +0000 (UTC) Received: by wwe3 with SMTP id 3so5158250wwe.31 for ; Fri, 07 Oct 2011 01:12:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=S3DXMTUqdNRPOdsaNz2H1P8X0WZLOk8Ts53cxDyxZBk=; b=TO8Me7YLC5d7M0E703ppHFJF8/AbHKd8LqLXLG633n4Okxek5bMciAO11Flyme+dHS nBxcrIY+S0oe+53m7+lDSg1WUPV0klbMp/KYUIKC7mPs0K4Sq04uvqJziyJfn+lTCJSX 0BCcL+EOI5abYAvb3zyGMiaF3rN+Pr3EneCVk= MIME-Version: 1.0 Received: by 10.227.23.200 with SMTP id s8mr995684wbb.81.1317973582459; Fri, 07 Oct 2011 00:46:22 -0700 (PDT) Received: by 10.180.96.97 with HTTP; Fri, 7 Oct 2011 00:46:22 -0700 (PDT) Date: Fri, 7 Oct 2011 03:46:22 -0400 Message-ID: From: "b. f." To: danfe@FreeBSD.org, ports@FreeBSD.org, multimedia@FreeBSD.org, "Kenneth D. Merry" Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: audio/cdparanoia broken on -CURRENT, and probably on 9.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 08:12:51 -0000 Just a note to say that recent changes on -CURRENT (r225950, meaning that it is probably broken on 9.0 after r226067) have broken audio/cdparanoia, and it should be fixed or marked as BROKEN there. I haven't filed a PR, or attempted to patch it yet -- I think that it would be worthwhile to look into moving to 10.2, which has a large number of improvements, although suffering from some Linuxisms. Regards, b. ===> cdparanoia-3.9.8_9 depends on executable: gmake - found ===> Configuring for cdparanoia-3.9.8_9 creating cache ./config.cache checking host system type... Invalid configuration `amd64-portbld-freebsd9.9': machine `amd64-portbld' not recognized checking for ranlib... ranlib checking for ar... ar checking for install... /usr/bin/install -c -o root -g wheel checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking for int16_t... yes checking for int32_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for linux/sbpcd.h... no checking for linux/ucdrom.h... no checking whether gmake sets ${MAKE}... yes checking for working const... yes updating cache ./config.cache creating ./config.status creating Makefile creating interface/Makefile creating paranoia/Makefile ===> Building for cdparanoia-3.9.8_9 cd interface && gmake all gmake[1]: Entering directory `/tmp/home/u1/pwrk/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' gmake libcdda_interface.a CFLAGS="-O -O2 -pipe -march=athlon64 -fno-strict-aliasing" gmake[2]: Entering directory `/tmp/home/u1/pwrk/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' cc -O -O2 -pipe -march=athlon64 -fno-strict-aliasing -c scan_devices.c cc -O -O2 -pipe -march=athlon64 -fno-strict-aliasing -c common_interface.c cc -O -O2 -pipe -march=athlon64 -fno-strict-aliasing -c cooked_interface.c cc -O -O2 -pipe -march=athlon64 -fno-strict-aliasing -c interface.c cc -O -O2 -pipe -march=athlon64 -fno-strict-aliasing -c scsi_interface.c scsi_interface.c: In function 'handle_scsi_cmd': scsi_interface.c:370: error: 'struct scsi_sense_data' has no member named 'flags' scsi_interface.c:381: error: 'struct scsi_sense_data' has no member named 'add_sense_code' scsi_interface.c:382: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual' scsi_interface.c: In function 'scsi_read_map': scsi_interface.c:967: error: 'struct scsi_sense_data' has no member named 'flags' scsi_interface.c:968: error: 'struct scsi_sense_data' has no member named 'add_sense_code' scsi_interface.c:969: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual' gmake[2]: *** [scsi_interface.o] Error 1 gmake[2]: Leaving directory `/tmp/home/u1/pwrk/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/tmp/home/u1/pwrk/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' gmake: *** [all] Error 2 *** Error code 1 Stop in /home/u1/pwrk/ports/audio/cdparanoia.