Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262953 - app-emulation/qemu-softmmu-0.10.0 fails to build since it started depending on dtc
Summary: app-emulation/qemu-softmmu-0.10.0 fails to build since it started depending o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 19:42 UTC by Iain Oliver
Modified: 2009-03-18 22:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iain Oliver 2009-03-18 19:42:32 UTC
When qemu-softmmu's dependencies were changed to include dtc it fails to compile.

  CC    ppc64-softmmu/tcg/tcg-runtime.o                                                                                                                                            
  CC    ppc64-softmmu/fpu/softfloat.o                                                                                                                                              
  CC    ppc64-softmmu/op_helper.o                                                                                                                                                  
  CC    ppc64-softmmu/helper.o
/var/tmp/portage/app-emulation/qemu-softmmu-0.10.0/work/qemu-0.10.0/target-ppc/op_helper.c: In function ‘cvtuhub’:
/var/tmp/portage/app-emulation/qemu-softmmu-0.10.0/work/qemu-0.10.0/target-ppc/op_helper.c:2001: warning: comparison is always false due to limited range of data type
  CC    ppc64-softmmu/disas.o
  CC    ppc64-softmmu/i386-dis.o
  CC    ppc64-softmmu/ppc-dis.o
  CC    ppc64-softmmu/gdbstub-xml.o
  AR    ppc64-softmmu/libqemu.a
  LINK  ppc64-softmmu/qemu-system-ppc64
device_tree.o: In function `load_device_tree':
/var/tmp/portage/app-emulation/qemu-softmmu-0.10.0/work/qemu-0.10.0/device_tree.c:62: undefined reference to `fdt_check_header'
device_tree.o: In function `qemu_devtree_setprop_cell':
/var/tmp/portage/app-emulation/qemu-softmmu-0.10.0/work/qemu-0.10.0/device_tree.c:97: undefined reference to `fdt_setprop_cell'
collect2: ld returned 1 exit status
make[1]: *** [qemu-system-ppc64] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-emulation/qemu-softmmu-0.10.0/work/qemu-0.10.0/ppc64-softmmu'
make: *** [subdir-ppc64-softmmu] Error 2

Reproducible: Always
Comment 1 Luca Barbato gentoo-dev 2009-03-18 22:30:29 UTC
Thank you I'll disable it for now and try to discover why it's working for me (probably I have a stray dtc up to date)