pkgsrc-Bugs archive

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

Re: pkg/49808: emulators/qemu does not package on Linux



The following reply was made to PR pkg/49808; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49808: emulators/qemu does not package on Linux
Date: Sun, 7 Jun 2015 19:38:41 +0000

 On Wed, Apr 01, 2015 at 11:05:00AM +0000, ajacoutot%bsdfrog.org@localhost wrote:
  > => Creating binary package /home/ajacoutot/pkgsrc-work/emulators/qemu/work/.packages/qemu-2.2.0.tgz
  > pkg_create: can't stat `/home/ajacoutot/pkgsrc-work/emulators/qemu/work/.destdir/usr/pkg/bin/qemu-tricore'
  > pkg_create: lstat failed for file bin/qemu-tricore: No such file or directory
  > *** Error code 2
 
 So it seems that the package believes userland emulators (qemu-*,
 vs. qemu-system-*) will be built on Linux for all the architectures
 where that can be supported:
 
 UE_ARCHS+=              alpha arm armeb cris i386 m68k microblaze mips mipsel
 UE_ARCHS+=              or32 ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
 UE_ARCHS+=              sparc64 x86_64 microblazeel s390x tricore unicore32
    :
 .elif !empty(OPSYS:MLinux)
 USER_EMUL=              ${UE_ARCHS}
    :
 
 So the question is whether the tricore one is actually
   - not actually supported at all
   - not supported on any linux
   - not supported on your linux for some reason
   - supposed to be supported but failed to build, and the error didn't
     abort the rest of the qemu build for some reason
 
 Can you check the configure and build logs for evidence?
 
 (or if you know for sure that it's one of the first two cases, just
 say the word)
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index