Bug 119864 - emulators/qemu fails to be patched after 0.9.1 port update
Summary: emulators/qemu fails to be patched after 0.9.1 port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 15:50 UTC by Kyryll A Mirnenko
Modified: 2008-01-21 22:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyryll A Mirnenko 2008-01-21 15:50:00 UTC
Looks like a bundle of patches need to be removed in 0.9.1 update to make emulators/qemu be patched correctly:

/usr/ports/emulators/qemu [root]# make
===>  Patching for qemu-0.9.1
===>   qemu-0.9.1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying FreeBSD patches for qemu-0.9.1
Ignoring previously applied (or reversed) patch.
10 out of 10 hunks ignored--saving rejects to hw/cirrus_vga.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to hw/cirrus_vga_rop.h.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to hw/dma.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to hw/fdc.c.rej
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to hw/pc.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to hw/sb16.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to slirp/slirp.c.rej
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to target-i386/translate.c.rej
Ignoring previously applied (or reversed) patch.
3 out of 3 hunks ignored--saving rejects to vl.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to block.c.rej
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to hw/i8259.c.rej
=> Patch patch-90_security failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/emulators/qemu.
*** Error code 1

Stop in /usr/ports/emulators/qemu.


Also, WITH_HACKS_CIRRUS patch seems not to apply cleanly too:

===>  Patching for qemu-0.9.1
===>   qemu-0.9.1 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying FreeBSD patches for qemu-0.9.1
3 out of 6 hunks failed--saving rejects to hw/vga.c.rej
*** Error code 3

Stop in /usr/ports/emulators/qemu.
*** Error code 1

Stop in /usr/ports/emulators/qemu.

How-To-Repeat: Ensure emulators/qemu is at 0.9.1 version and try to build it with all options set.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-21 15:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Barbara 2008-01-21 19:21:57 UTC
It seems a duplicate of ports/119846

The old patches have been removed 
http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D221069+0+current/cvs-ports

I've reported about the problem WITH_HACKS_CIRRUS too to the maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-21 22:44:38 UTC
nox         2008-01-21 22:44:33 UTC

  FreeBSD ports repository

  Modified files:
    emulators/qemu       Makefile 
  Log:
  Disable HACKS_CIRRUS while it's not working
  
  PR:             ports/119864
  Submitted by:   Kyryll A Mirnenko <mirya@zoc.com.ua>
  
  Revision  Changes    Path
  1.77      +0 -4      ports/emulators/qemu/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Juergen Lock freebsd_committer freebsd_triage 2008-01-21 22:56:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!