Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717084 - dev-db/qt5-sqlcipher-1.0.10: Version bump
Summary: dev-db/qt5-sqlcipher-1.0.10: Version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL: https://github.com/blizzard4591/qt5-s...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-04-11 13:41 UTC by Nils Freydank
Modified: 2020-04-11 18:53 UTC (History)
2 users (show)

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


Attachments
patch against the portage git tree (0001-dev-db-qt5-sqlcipher-Bump-to-1.0.10-and-do-some-main.patch,3.02 KB, patch)
2020-04-11 13:42 UTC, Nils Freydank
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Freydank 2020-04-11 13:41:48 UTC
Hi,

upstream had released a new version for qt5-sqlcipher about three weeks ago.

Reproducible: Always
Comment 1 Nils Freydank 2020-04-11 13:42:23 UTC
Created attachment 632254 [details, diff]
patch against the portage git tree
Comment 2 Ulrich Müller gentoo-dev 2020-04-11 18:47:08 UTC
(In reply to Nils Freydank from comment #1)
> Created attachment 632254 [details, diff] [details, diff]
> patch against the portage git tree

Why have you dropped most of the code from src_prepare()? The ebuild won't work without it:

-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") 
-- Checking for module 'sqlcipher'
--   Found sqlcipher, version 3.26.0
-- Added  to link directories...
-- Found Qt5 version 5.14.2.
CMake Error at CMakeLists.txt:79 (message):
  Header/source files for Qt5 version 5.14.2 not found.  Please report this
  error!


-- Determined plugin folder: /usr/lib64/qt5/plugins/sqldrivers
CMake Warning at CMakeLists.txt:199 (message):
  Packaging is not set up for this platform, either submit a ticket or
  change/add pathes yourself, if packaging is required.


-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -march=native -ggdb -O2 -pipe
C++             -march=native -ggdb -O2 -pipe -std=c++14
Linker flags:
Executable      -Wl,-O1 -Wl,--as-needed
Module          -Wl,-O1 -Wl,--as-needed
Shared          -Wl,-O1 -Wl,--as-needed

-- Configuring incomplete, errors occurred!
See also "/tmp/portage/dev-db/qt5-sqlcipher-1.0.10/work/qt5-sqlcipher-1.0.10_build/CMakeFiles/CMakeOutput.log".
 * ERROR: dev-db/qt5-sqlcipher-1.0.10::gentoo failed (configure phase):
 *   cmake failed
Comment 3 Larry the Git Cow gentoo-dev 2020-04-11 18:53:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5996000d8825d4ccdf5784494660b193808df88

commit b5996000d8825d4ccdf5784494660b193808df88
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-04-11 16:32:51 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-04-11 18:47:00 +0000

    dev-db/qt5-sqlcipher: Version bump to 1.0.10.
    
    Reported-by: Nils Freydank <holgersson@posteo.de>
    Closes: https://bugs.gentoo.org/717084
    Package-Manager: Portage-2.3.98, Repoman-2.3.22
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-db/qt5-sqlcipher/Manifest                      |  1 +
 .../files/qt5-sqlcipher-1.0.10-install-path.patch  | 14 +++++++
 dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.10.ebuild   | 48 ++++++++++++++++++++++
 3 files changed, 63 insertions(+)