Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408775 - Version bump: dev-db/virtuoso-{server odbc}-6.1.5
Summary: Version bump: dev-db/virtuoso-{server odbc}-6.1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard: KDE overlay
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2012-03-18 21:11 UTC by Ian Delaney (RETIRED)
Modified: 2012-07-13 22:28 UTC (History)
2 users (show)

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


Attachments
2 in one pacth for virtuoso-odbc-6.1.5.ebuild && virtuoso-server-6.1.5.ebuild (virtuoso-odbc.patch,1.17 KB, patch)
2012-03-18 21:11 UTC, Ian Delaney (RETIRED)
Details | Diff
the ebuild for virtuoso-odbc (virtuoso-odbc-6.1.5.ebuild,1.07 KB, text/plain)
2012-03-21 12:44 UTC, Ian Delaney (RETIRED)
Details
files/virtuoso-odbc-bundled-path.patch (virtuoso-odbc-bundled-path.patch,20.59 KB, patch)
2012-03-21 12:47 UTC, Ian Delaney (RETIRED)
Details | Diff
test phase patch (virtuoso-server-testpath.patch,23.88 KB, patch)
2012-03-27 16:00 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-03-18 21:11:15 UTC
Created attachment 305823 [details, diff]
2 in one pacth for virtuoso-odbc-6.1.5.ebuild && virtuoso-server-6.1.5.ebuild

Needed to implement the following minor adjustments to the virtuoso eclass to effect this.

		TARBALL="${MY_P}.tar.gz"
		if [[ -n ${VOS_EXTRACT} ]]; then
			SRC_URI="mirror://sourceforge/virtuoso/${TARBALL} mirror://gentoo/VOS-genpatches-${PV}.tar.bz2"
		else
			SRC_URI="mirror://sourceforge/virtuoso/${TARBALL}"
		fi
----------------------------------------------------------------------------
	if [[ -n ${VOS_EXTRACT} ]]; then
		EPATCH_SUFFIX='patch' EPATCH_FORCE='yes' epatch
	fi
	base_src_prepare

There are no VOS patches in the site to match the new version, yet

archtester virtuoso-server # ebuild virtuoso-odbc-6.1.5.ebuild clean compile
>>> Source compiled.

archtester virtuoso-server # ebuild virtuoso-server-6.1.5.ebuild clean compile
 test

=  COMPLETED SCHEMA RECOVERY TEST (trecov_schema.sh)
=  Mon Mar 19 03:42:18 WST 2012

=  STARTED SERIES OF SQL TESTS (tsql.sh)
PASSED: Virtuoso Server successfully started on port 1111

STARTED: UPDATE TEST (this might take long)
PASSED: Table word contains count(*) 86061 lines
---------------------------------------------------------------------------
---------------------------------------------------------------------------
>>> Source compiled.

Appears you can take away
# Bug 305077
#RESTRICT="test"
They all charged through AOK.

I've not looked into the virtuoso-server-6.1.4-unbundle-minizip.patch, but it may achieve the same as the append to the cppflags.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-03-21 12:44:57 UTC
Created attachment 306179 [details]
the ebuild for virtuoso-odbc
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-03-21 12:47:02 UTC
Created attachment 306181 [details, diff]
files/virtuoso-odbc-bundled-path.patch

yep; 21 kb and 555 lines. 1st time for everything.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-03-27 16:00:31 UTC
Created attachment 306869 [details, diff]
test phase patch

and for the record
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2012-07-12 03:16:40 UTC
yaaay
Comment 6 Chris Reffett (RETIRED) gentoo-dev Security 2012-07-13 22:28:14 UTC
Pushed to main tree.