Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482362 - dev-java/swt-3.7.2-r1: Failed Patch: swt-3.7.2-gio_launch-URI.patch
Summary: dev-java/swt-3.7.2-r1: Failed Patch: swt-3.7.2-gio_launch-URI.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-08-24 20:16 UTC by Andrew Savchenko
Modified: 2013-08-24 22:01 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,2.62 KB, text/x-log)
2013-08-24 20:17 UTC, Andrew Savchenko
Details
swt-3.7.2-gio_launch-URI.patch.out (swt-3.7.2-gio_launch-URI.patch.out,11.37 KB, text/plain)
2013-08-24 20:17 UTC, Andrew Savchenko
Details
emerge --info (emerge.info,8.42 KB, text/plain)
2013-08-24 20:17 UTC, Andrew Savchenko
Details
swt-3.7.2-gio_launch-URI-common.patch (swt-3.7.2-gio_launch-URI-common.patch,2.97 KB, patch)
2013-08-24 21:27 UTC, Andrew Savchenko
Details | Diff
swt-3.7.2-gio_launch-URI-64_bit.patch (swt-3.7.2-gio_launch-URI-64_bit.patch,1.21 KB, patch)
2013-08-24 21:28 UTC, Andrew Savchenko
Details | Diff
swt-3.7.2-gio_launch-URI-32_bit.patch (swt-3.7.2-gio_launch-URI-32_bit.patch,1.24 KB, patch)
2013-08-24 21:29 UTC, Andrew Savchenko
Details | Diff
swt-3.7.2-r1.ebuild.patch (swt-3.7.2-r1.ebuild.patch,554 bytes, patch)
2013-08-24 21:30 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2013-08-24 20:16:46 UTC
Hello,

swt-3.7.2-gio_launch-URI.patch fails, see attached data.
Comment 1 Andrew Savchenko gentoo-dev 2013-08-24 20:17:21 UTC
Created attachment 356896 [details]
build.log
Comment 2 Andrew Savchenko gentoo-dev 2013-08-24 20:17:43 UTC
Created attachment 356898 [details]
swt-3.7.2-gio_launch-URI.patch.out
Comment 3 Andrew Savchenko gentoo-dev 2013-08-24 20:17:55 UTC
Created attachment 356900 [details]
emerge --info
Comment 4 Andrew Savchenko gentoo-dev 2013-08-24 20:37:27 UTC
Looks like upstream provides different sources for different architectures, so different patches should be applied for different arch.
Comment 5 Andrew Savchenko gentoo-dev 2013-08-24 21:27:28 UTC
Created attachment 356908 [details, diff]
swt-3.7.2-gio_launch-URI-common.patch

The idea is to apply different patches for 32-bit and 64-bit architectures because they use different sources with different data types.

This patch is a common part of both patches (it is arch-independent).
Comment 6 Andrew Savchenko gentoo-dev 2013-08-24 21:28:25 UTC
Created attachment 356910 [details, diff]
swt-3.7.2-gio_launch-URI-64_bit.patch

64-bit part (just last two chunks of the original patch)
Comment 7 Andrew Savchenko gentoo-dev 2013-08-24 21:29:13 UTC
Created attachment 356912 [details, diff]
swt-3.7.2-gio_launch-URI-32_bit.patch

32-bit specific patch
Comment 8 Andrew Savchenko gentoo-dev 2013-08-24 21:30:17 UTC
Created attachment 356914 [details, diff]
swt-3.7.2-r1.ebuild.patch

Ebuild patch with changes needed to apply lanch-URI-* patchset.