Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283507 - app-text/epdfview 0.1.7-r2 ebuild ignores "nls" useflag
Summary: app-text/epdfview 0.1.7-r2 ebuild ignores "nls" useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: David Shakaryan (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-09-02 12:17 UTC by Arseny Solokha
Modified: 2010-02-10 14:21 UTC (History)
1 user (show)

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


Attachments
Patch for 0.1.7-r2 ebuild that fixes USE=nls flag (epdfview-0.1.7-r2-ebuild-fix-nls-use-flag.patch,390 bytes, patch)
2009-09-05 11:09 UTC, Ihar Hrachyshka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Solokha 2009-09-02 12:17:38 UTC
I've installed epdfview with USE="-nls" but localization files were also installed, and epdfview now runs localized.

Reproducible: Always

Steps to Reproduce:
1. # USE="-nls" emerge epdfview
2. % epdfview
3.

Actual Results:  
% locate epdfview.mo
/usr/share/locale/ca/LC_MESSAGES/epdfview.mo
/usr/share/locale/cs/LC_MESSAGES/epdfview.mo
/usr/share/locale/de/LC_MESSAGES/epdfview.mo
/usr/share/locale/el/LC_MESSAGES/epdfview.mo
/usr/share/locale/es/LC_MESSAGES/epdfview.mo
/usr/share/locale/eu/LC_MESSAGES/epdfview.mo
/usr/share/locale/fr/LC_MESSAGES/epdfview.mo
/usr/share/locale/it/LC_MESSAGES/epdfview.mo
/usr/share/locale/ja/LC_MESSAGES/epdfview.mo
/usr/share/locale/pl/LC_MESSAGES/epdfview.mo
/usr/share/locale/pt_BR/LC_MESSAGES/epdfview.mo
/usr/share/locale/pt_PT/LC_MESSAGES/epdfview.mo
/usr/share/locale/ru/LC_MESSAGES/epdfview.mo
/usr/share/locale/sv/LC_MESSAGES/epdfview.mo
/usr/share/locale/vi/LC_MESSAGES/epdfview.mo
/usr/share/locale/zh_CN/LC_MESSAGES/epdfview.mo
/usr/share/locale/zh_TW/LC_MESSAGES/epdfview.mo


% emerge --info
Portage 2.2_rc40 (default/linux/amd64/10.0/no-multilib, gcc-4.3.4, glibc-2.10.1-r0, 2.6.28-gentoo-r3 x86_64)
=================================================================
System uname: Linux-2.6.28-gentoo-r3-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7100_@_1.80GHz-with-gentoo-2.0.1
Timestamp of tree: Wed, 02 Sep 2009 11:30:02 +0000
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p28
dev-lang/python:     2.6.2-r1
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.4-r1
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    2.1
sys-devel/autoconf:  2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.29
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=core2 -mfpmath=sse -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-pipe -O2 -march=core2 -mfpmath=sse -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests ccache distlocks fixpackages metadata-transfer parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.corbina.ru/pub/Linux/gentoo ftp://mirror.yandex.ru/gentoo-distfiles http://distfiles.gentoo.org"
LANG="ru_RU.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/pro-audio /usr/local/portage/layman/soor-overlay /usr/local/portage/layman/sunrise /usr/local/portage/layman/rostov"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib dri fortran gdbm iconv ipv6 mmx mmxext mudflap nptl nptlonly openmp pam pcre pppd readline reflection session spl sse sse2 ssl sysfs tcpd threads unicode xorg zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" USERLAND="GNU" VIDEO_CARDS="intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Ihar Hrachyshka 2009-09-05 11:09:29 UTC
Created attachment 203180 [details, diff]
Patch for 0.1.7-r2 ebuild that fixes USE=nls flag
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-02-10 14:21:33 UTC
+  10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  epdfview-0.1.6-r1.ebuild, epdfview-0.1.7-r2.ebuild:
+  Fix poppler depend. Fix USE nls wrt #283507, thanks to Arseny Solokha for
+  reporting.