Subject: anyone working on XF4?
To: None <port-amiga@NetBSD.org>
From: Klaus Heinz <k.heinz.feb.vier@onlinehome.de>
List: port-amiga
Date: 02/13/2004 00:40:16
Hi,

I saw Tyler Retzlaff's message about cross-built XF4 a month ago but
could not test it at the time.

With a CVS checkout from sunday, the build fails here

  /usr/xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/mybcopyas.s: Assembler messages:
  /usr/xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/mybcopyas.s:25: Error: Unknown operator -- statement `entry_noprofile(_mybcopyas)' ignored
  /usr/xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/mybcopyas.s:26: Error: Unknown operator -- statement `entry(mybcopyas)' ignored
 
Although mybcopyas.S exists (which should get preprocessed automatically)
nbmake detects mybcopyas.s first and tries to build mybcopyas.o from it.

Any objections to remove mybcopyas.s?


The next failure occurs when linking Xamiga:

  /var/tmp2/build/obj.amiga/x11/Xserver/hw/netbsd/amiga/libamiga.a(amigaCVscrin.o)(.text+0x3f6): In function `amigaCVInit':
: undefined reference to `cfb32CreateScreenResources'
  /var/tmp2/build/obj.amiga/x11/Xserver/hw/netbsd/amiga/libamiga.a(amigaCVscrin.o)(.text+0x4ba): In function `amigaCVInit':
: undefined reference to `cfb16CreateScreenResources'
  ...

but it's too late to investigate further.


Good night,
    Klaus