Summary: | emulators/qemu-utils fails build due to FreeBSD patches | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tech-lists | ||||
Component: | Individual Port(s) | Assignee: | Kenneth D. Merry <ken> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | dinoex | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ken) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
tech-lists
2020-07-19 12:51:40 UTC
Slightly different error message now. Ports is at 543401 now: [00:01:34] ===> qemu-utils-4.2.1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) [00:01:34] ===> Returning to build of qemu-utils-4.2.1 [00:01:34] ===> qemu-utils-4.2.1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) [00:01:34] =========================================================================== [00:01:34] =======================<phase: configure >============================ [00:01:35] ===> Configuring for qemu-utils-4.2.1 [00:01:35] /usr/bin/patch /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile /usr/ports/emulators/qemu-utils/files/patch-Makefile [00:01:35] Hmm... Looks like a unified diff to me... [00:01:35] The text leading up to this was: [00:01:35] -------------------------- [00:01:35] |--- Makefile.orig 2019-08-08 19:18:25.578250000 +0000 [00:01:35] |+++ Makefile 2019-08-08 19:20:21.482341000 +0000 [00:01:35] -------------------------- [00:01:35] Patching file /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile using Plan A... [00:01:35] Hunk #1 failed at 355. [00:01:35] Hunk #2 failed at 828. [00:01:35] Hunk #3 succeeded at 932 with fuzz 2 (offset 47 lines). [00:01:35] 2 out of 3 hunks failed--saving rejects to /wrkdirs/usr/ports/emulators/qemu-utils/work/qemu-4.2.1/Makefile.rej [00:01:35] done [00:01:35] *** Error code 1 [00:01:35] [00:01:35] Stop. [00:01:35] make: stopped in /usr/ports/emulators/qemu-utils [00:25:44] =>> Cleaning up wrkdir [00:25:47] ===> Cleaning for qemu-utils-4.2.1 [00:25:52] build of emulators/qemu-utils | qemu-utils-4.2.1 ended at Sat Jul 25 05:28:27 BST 2020 [00:25:52] build time: 00:25:51 [00:25:52] !!! build failure encountered !!! Created attachment 218050 [details]
patch
With this patch applied the package build successful.
(In reply to Dirk Meyer from comment #2) Can confirm, thank you very much :D (patched against ports r549048) port is still not patched yet. waiting for maintainer approval. Looks good, Dirk can you commit it? Thanks! A commit references this bug: Author: dinoex Date: Wed Sep 23 09:25:46 UTC 2020 New revision: 549674 URL: https://svnweb.freebsd.org/changeset/ports/549674 Log: - fix build PR: 248101 Approved by: ken Changes: head/emulators/qemu-utils/Makefile head/emulators/qemu-utils/files/patch-Makefile Committed, Thanks. |