FS#56149 - [itstool] Compilation of gnome-commander eats memory

Attached to Project: Arch Linux
Opened by Stefan Husmann (stefanhusmann) - Sunday, 29 October 2017, 07:38 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 31 October 2017, 12:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: compiling gnome-commander 1.8.0 from AUR with this PKGBUILD

pkgname=gnome-commander
pkgver=1.8.0
pkgrel=2
pkgdesc='Graphical two-pane filemanager for Gnome'
arch=('i686' 'x86_64')
url='http://gcmd.github.io/'
license=('GPL')
depends=('python2' 'libgsf' 'exiv2' 'taglib' 'poppler-glib' 'libgnomeui')
makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('d0e73077fe22ae1e00d93f0112e0e019cf40b15419dfa82e51c9d5f30849946b')

build() {
cd "$pkgname-$pkgver"
PYTHON=python2 ./configure \
--prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-python
make
}

package() {
cd "$pkgname-$pkgver"

make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
install -d "$pkgdir/usr/share/gconf/schemas"
gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
rm -rf "$pkgdir/etc/gconf/schemas/"
}
will end in
if test -f "${mo}"; then mo="../${mo}"; else mo="/usr/src/tmp/gnome-commander/src/gnome-commander-1.8.0/doc/${mo}"; fi; \
(cd "el/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml ${d}/C/releases.xml) && \
touch "el/el.stamp"

and the computer will freeze. Downgrading to itstool commit 676f3f738b21ec4d77f300f83d31d2d0eceaddcc fixes this.

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 31 October 2017, 12:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  itstool 2.0.4+1+g9b84c00-1
Comment by Doug Newgard (Scimmia) - Monday, 30 October 2017, 13:06 GMT
You didn't post the version of the itstool package that you're having problems with
Comment by Stefan Husmann (stefanhusmann) - Monday, 30 October 2017, 22:24 GMT
I tried the two most recent ones 2.0.4-3 and 2.0.4-2. I did not test 2.0.4-1. Then I downgraded to 2.0.2+5+g676f3f7.
Comment by Stefan Husmann (stefanhusmann) - Monday, 30 October 2017, 22:25 GMT
... where the problem vanishes (I shoud try to complete my sentences befor hitting the submit button).
Comment by Stefan Husmann (stefanhusmann) - Monday, 30 October 2017, 22:30 GMT
2.0.4+1+g... is fine, too.

Loading...