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

Re: other failed packages



In message <[🔎] E14WI0I-0007Re-00@pig.labs.futuretv.com>
          Philip Blundell <pb@futuretv.com> wrote:

>
> otherosfs/cdrdao_1:1.1.4-2 by builddwb [extra:out-of-date]
>   Reasons for failing:
>     [Category: none]
>     c++ -DHAVE_CONFIG_H -D_THREAD_SAFE -D_REENTRANT  -DVERSION=\"1.1.4\" -DDRIVE
> R_TABLE_FILE=\"/usr/share/cdrdao/drivers\" -I./.. -I. -I./../trackdb -I./../scsi
> lib/export -I./../scsilib/export/libschily -g -O2  -c ScsiIf-lib.cc -o ScsiIf-li
> b.o
>     In file included from ScsiIf-lib.cc:53:
>     ../scsilib/export/scg/scgcmd.h:37: syntax error before `of'
>     ../scsilib/export/scg/scgcmd.h:73: syntax error before `:'
>     ../scsilib/export/scg/scgcmd.h:74: syntax error before `:'
>     ../scsilib/export/scg/scgcmd.h:76: syntax error before `:'

Has a somewhat odd endian setting code in scsilib/include/btorder.h
This fails on a modern GCC, as 'arm' and '__arm' defines aren't set.
Adding '|| defined(__arm__)' in the correct place fixes things.  There's
also a build dependency on pccts missing.   Bug report with patch
shortly.


-- 
------------------------------------------------------------------------
 Peter Naulls - peter@erble.freeserve.co.uk
 Homepage - http://free.prohosting.com/~chocky/
 Java for RISC OS and ARM - http://www.java.riscos.org.uk/
 Debian Linux on RiscPCs - http://www.erble.freeserve.co.uk/
------------------------------------------------------------------------



Reply to: