Package Details: tora-git 3.0.0.git.692d6d7-1

Git Clone URL: https://aur.archlinux.org/tora-git.git (read-only, click to copy)
Package Base: tora-git
Description: Toolkit for databases with support for Oracle, MySQL and PostgreSQL
Upstream URL: http://torasql.com
Licenses: GPL
Conflicts: tora
Provides: tora
Replaces: tora
Submitter: teekay
Maintainer: None
Last Packager: teekay
Votes: 0
Popularity: 0.000000
First Submitted: 2015-07-30 12:47 (UTC)
Last Updated: 2015-07-30 13:43 (UTC)

Required by (0)

Sources (2)

Latest Comments

jef3r50n commented on 2016-08-08 17:53 (UTC)

In this PKGBUILD using a .rpm package installed, but also works for MySQL ... for Oracle, there segmentation faults: pkgname=tora pkgver=3.0 pkgrel=100 _rel=fc23.1 pkgdesc="Toolkit for Oracle and other databases administration and development" #arch=('i686' 'x86_64') arch=('x86_64') url="https://github.com/tora-tool/tora/wiki" license=('GPL') depends=('oracle-instantclient-basic' 'graphviz' 'poppler' 'qt5-base') makedepends=('rpmextract') options=('emptydirs') #options=() source=("https://sourceforge.net/projects/tora/files/tora/3.0.0/$pkgname-$pkgver-$pkgrel.$_rel.$arch.rpm") md5sums=('90445e4394ef528e19c6296d56480c6f') provides=(${pkgname}) install=$pkgname.install package() { cd "${srcdir}" install -d "$pkgdir/usr/share/$pkgname" cp -r "usr" "$pkgdir/" }

jef3r50n commented on 2016-08-08 17:50 (UTC)

Functional facility for mysql with this PKGBUILD using .deb package, however, there is no configuration for Oracle: pkgname=tora pkgver=3.0 pkgrel=100 _rel=0ubuntu1_amd64 pkgdesc="Toolkit for Oracle and other databases administration and development" #arch=('i686' 'x86_64') arch=('x86_64') url="https://github.com/tora-tool/tora/wiki" license=('GPL') depends=('oracle-instantclient-basic' 'graphviz' 'poppler' 'qt5-base') makedepends=('dpkg') options=('emptydirs') #options=() source=("https://sourceforge.net/projects/tora/files/tora/3.0.0/${pkgname}_$pkgver.$pkgrel-$_rel.deb") md5sums=('d457c8d40cd9c345d80de2e9f73876a5') provides=(${pkgname}) install=$pkgname.install build() { dpkg --extract ${pkgname}_$pkgver.$pkgrel-$_rel.deb . } package() { cd "${srcdir}" install -d "$pkgdir/usr/share/$pkgname" cp -r "usr" "$pkgdir/" }

jef3r50n commented on 2016-07-21 15:37 (UTC)

Não compila.. mensagem do erro: [ 17%] Building CXX object extlibs/qscintilla2/CMakeFiles/tora_qscintilla2_lib.dir/lexers/LexCoffeeScript.cpp.o In file included from /tmp/yaourt-tmp-jeferson/aur-tora-git/src/tora/extlibs/qscintilla2/Qt4Qt5/Qsci/qsciglobal.h:28:0, from /tmp/yaourt-tmp-jeferson/aur-tora-git/src/tora/extlibs/qscintilla2/include/Platform.h:45, from /tmp/yaourt-tmp-jeferson/aur-tora-git/src/tora/extlibs/qscintilla2/lexers/LexCoffeeScript.cpp:17: /usr/include/qt/QtCore/qglobal.h:1113:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)." # error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\ ^~~~~ make[2]: *** [extlibs/qscintilla2/CMakeFiles/tora_qscintilla2_lib.dir/build.make:2287: extlibs/qscintilla2/CMakeFiles/tora_qscintilla2_lib.dir/lexers/LexCoffeeScript.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:269: extlibs/qscintilla2/CMakeFiles/tora_qscintilla2_lib.dir/all] Error 2 make: *** [Makefile:150: all] Error 2 ==> ERRO: Uma falha ocorreu em build(). Abortando... ==> ERRO: Makepkg não conseguiu compilar tora-git.