Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522446 - media-gfx/optipng-0.7.5 with et_EE locale - make[1]: @OPNGREDUC_MK@: No such file or directory
Summary: media-gfx/optipng-0.7.5 with et_EE locale - make[1]: @OPNGREDUC_MK@: No such ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tristan Heaven (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 16:31 UTC by Priit Laes (IRC: plaes)
Modified: 2015-10-30 14:37 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2014-09-09 16:31:02 UTC
[snip]
>>> Configuring source in /var/tmp/portage/media-gfx/optipng-0.7.5/work/optipng-0.7.5 ...
Checking for clang...
Checking for system libpng...
Checking for system zlib...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-gfx/optipng-0.7.5/work/optipng-0.7.5 ...
make -j3 -C src/optipng 
make: Entering directory '/var/tmp/portage/media-gfx/optipng-0.7.5/work/optipng-0.7.5/src/optipng'
cd ../opngreduc && \
make -f @OPNGREDUC_MK@ libopngreduc.a && \
cd ../optipng
cd ../gifread && \
make -f Makefile libgifread.a && \
cd ../optipng
cd ../pnmio && \
make -f Makefile libpnmio.a && \
cd ../optipng
make[1]: Entering directory '/var/tmp/portage/media-gfx/optipng-0.7.5/work/optipng-0.7.5/src/opngreduc'
make[1]: @OPNGREDUC_MK@: No such file or directory
[/snip]

configure script in optipng package uses regular expressions containing '[A-Z]' ranges which fails under et_EE locale. One solution would be prefixing the sed commands with 'LC_ALL=C'.
Comment 1 Sebastian Pipping gentoo-dev 2014-09-16 01:05:48 UTC
Interesting, thanks for bringing this to our attention!

Give it some time to sync and try again. please.  Your sync is fresh enough, if there's a file files/optipng-0.7.5-estonian.patch .

So should be fixed now.  Please re-open if needed.


+  16 Sep 2014; Sebastian Pipping <sping@gentoo.org> optipng-0.7.5.ebuild,
+  +files/optipng-0.7.5-estonian.patch:
+  Fix compilation for et_EE locale (bug #522446)
+