Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454900 - dev-php/libvirt-php-0.4.8 version bump and patches
Summary: dev-php/libvirt-php-0.4.8 version bump and patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-01-31 19:45 UTC by Stefan Kuhn
Modified: 2014-10-02 13:52 UTC (History)
3 users (show)

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


Attachments
libvirt-php-0.4.7.ebuild (libvirt-php-0.4.7.ebuild,1.38 KB, text/plain)
2013-01-31 19:46 UTC, Stefan Kuhn
Details
files/distros.html-0.4.7.patch (distros.html-0.4.7.patch,416 bytes, patch)
2013-01-31 19:47 UTC, Stefan Kuhn
Details | Diff
files/LDFLAGS-0.4.7.patch (LDFLAGS-0.4.7.patch,1.65 KB, patch)
2013-01-31 19:48 UTC, Stefan Kuhn
Details | Diff
files/libvirt_domain_migrate_to_uri2-0.4.7.patch (libvirt_domain_migrate_to_uri2-0.4.7.patch,2.51 KB, patch)
2013-01-31 19:48 UTC, Stefan Kuhn
Details | Diff
build.log (build.log,6.85 KB, text/plain)
2013-02-01 08:03 UTC, Denis I. Polukarov
Details
environment (environment,120.04 KB, text/plain)
2013-02-01 08:04 UTC, Denis I. Polukarov
Details
info (info,5.52 KB, text/plain)
2013-02-01 08:04 UTC, Denis I. Polukarov
Details
pqv (pqv,84 bytes, text/plain)
2013-02-01 08:04 UTC, Denis I. Polukarov
Details
files/set_error-0.4.7.patch (set_error-0.4.7.patch,1.88 KB, patch)
2013-02-01 15:10 UTC, Stefan Kuhn
Details | Diff
libvirt-php-0.4.7.ebuild (libvirt-php-0.4.7.ebuild,1.42 KB, text/plain)
2013-02-01 15:11 UTC, Stefan Kuhn
Details
files/0.4.7-LDFLAGS.patch (0.4.7-LDFLAGS.patch,1.64 KB, patch)
2013-02-04 09:46 UTC, Stefan Kuhn
Details | Diff
files/0.4.7-distros.html.patch (0.4.7-distros.html.patch,416 bytes, patch)
2013-02-04 09:47 UTC, Stefan Kuhn
Details | Diff
files/0.4.7-libvirt_domain_migrate_to_uri2.patch (0.4.7-libvirt_domain_migrate_to_uri2.patch,2.51 KB, patch)
2013-02-04 09:49 UTC, Stefan Kuhn
Details | Diff
files/0.4.7-set_error.patch (0.4.7-set_error.patch,1.88 KB, patch)
2013-02-04 09:49 UTC, Stefan Kuhn
Details | Diff
libvirt-php-0.4.7.ebuild (libvirt-php-0.4.7.ebuild,1.42 KB, text/plain)
2013-02-04 09:50 UTC, Stefan Kuhn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Kuhn 2013-01-31 19:45:29 UTC
libvirt-php-0.4.7 was released on 2013-01-17, Gentoo might want to version bump it.

It has a small bug when verifying the documentation, so patch:
distros.html-0.4.7.patch
is really required (accepted upstreams).

libvirt_domain_migrate_to_uri2-0.4.7.patch:
adds the function libvirt_domain_migrate_to_uri2 (also accepted upstreams).
LDFLAGS-0.4.7.patch:
adds LDFLAGS to fix QA warning (sent upstreams).

Reproducible: Always
Comment 1 Stefan Kuhn 2013-01-31 19:46:33 UTC
Created attachment 337490 [details]
libvirt-php-0.4.7.ebuild
Comment 2 Stefan Kuhn 2013-01-31 19:47:47 UTC
Created attachment 337492 [details, diff]
files/distros.html-0.4.7.patch

libvirt-php-0.4.7 will fail at verifying docu without this!
Comment 3 Stefan Kuhn 2013-01-31 19:48:21 UTC
Created attachment 337494 [details, diff]
files/LDFLAGS-0.4.7.patch
Comment 4 Stefan Kuhn 2013-01-31 19:48:41 UTC
Created attachment 337496 [details, diff]
files/libvirt_domain_migrate_to_uri2-0.4.7.patch
Comment 5 Denis I. Polukarov 2013-02-01 08:03:53 UTC
Created attachment 337564 [details]
build.log
Comment 6 Denis I. Polukarov 2013-02-01 08:04:05 UTC
Created attachment 337566 [details]
environment
Comment 7 Denis I. Polukarov 2013-02-01 08:04:19 UTC
Created attachment 337568 [details]
info
Comment 8 Denis I. Polukarov 2013-02-01 08:04:31 UTC
Created attachment 337570 [details]
pqv
Comment 9 Denis I. Polukarov 2013-02-01 08:05:36 UTC
Build fail with same error in 0.4.5-6...
Comment 10 Stefan Kuhn 2013-02-01 15:10:11 UTC
Created attachment 337596 [details, diff]
files/set_error-0.4.7.patch

I've added a patch to this bug and the ebuild, plus posted it upstream.

@Denis
Oh well, thanks for hijacking my bug ;)
Please tell if this patch solves your problem, for it does not happen here!
Comment 11 Stefan Kuhn 2013-02-01 15:11:08 UTC
Created attachment 337598 [details]
libvirt-php-0.4.7.ebuild

added the set_error.patch
Comment 12 Stefan Kuhn 2013-02-04 09:46:55 UTC
Created attachment 337890 [details, diff]
files/0.4.7-LDFLAGS.patch

Put ${PV} at start of filename.
Also corrected usage of $(LIBS), thanks to Tiziano
Comment 13 Stefan Kuhn 2013-02-04 09:47:51 UTC
Created attachment 337892 [details, diff]
files/0.4.7-distros.html.patch

Put ${PV} at start of file name.
Comment 14 Stefan Kuhn 2013-02-04 09:49:10 UTC
Created attachment 337894 [details, diff]
files/0.4.7-libvirt_domain_migrate_to_uri2.patch

Put ${PV} at start of file name.
Comment 15 Stefan Kuhn 2013-02-04 09:49:44 UTC
Created attachment 337896 [details, diff]
files/0.4.7-set_error.patch

Put ${PV} at start of file name.
Comment 16 Stefan Kuhn 2013-02-04 09:50:47 UTC
Created attachment 337898 [details]
libvirt-php-0.4.7.ebuild

All patches have ${PV} at start of file name.
Comment 17 Denis I. Polukarov 2013-09-10 06:57:00 UTC
dev-php/libvirt-php-0.4.7 success build with: LDFLAGS.patch, set_error.patch
Comment 18 Andy Blyler 2014-09-03 21:34:30 UTC
libvirt-php 0.4.8 has been released now: http://libvirt.org/php/downloads.html

Also, can we get php 5.5 and 5.6 support added to this ebuild as well?
Comment 19 Brian Evans (RETIRED) gentoo-dev 2014-10-02 13:52:02 UTC
+*libvirt-php-0.4.8 (02 Oct 2014)
+
+  02 Oct 2014;  <grknight@gentoo.org> +libvirt-php-0.4.8.ebuild,
+  -libvirt-php-0.4.6.ebuild, -libvirt-php-0.4.7.ebuild, libvirt-php-9999.ebuild:
+  Version bump; Drop 5.3 support; Fix LICENSE to LGPL-2.1; Block automake-1.14
+  on live build