Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 749276 - app-text/mupdf fails to build without native-symlinks: /bin/sh: c++: command not found
Summary: app-text/mupdf fails to build without native-symlinks: /bin/sh: c++: command ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-10-15 12:18 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-11-03 07:44 UTC (History)
1 user (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 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-15 12:18:52 UTC
> mkdir -p build/debug/source/fitz/ ; x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver2 -mno-clzero -mno-mwaitx -mno-wbnoinvd -frecord-gcc-switches -ffunction-sections -fdata-sections -Wsign-compare -fpic -Iinclude -MMD -MP -o build/debug/source/fitz/xmltext-device.o -c source/fitz/xmltext-device.c -Wall -Wdeclaration-after-statement  -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DSHARE_JPEG -Ithirdparty/lcms2/include -DHAVE_LCMS2MT    -I/usr/include/openjpeg-2.3
> mkdir -p build/debug/source/fitz/ ; x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver2 -mno-clzero -mno-mwaitx -mno-wbnoinvd -frecord-gcc-switches -ffunction-sections -fdata-sections -Wsign-compare -fpic -Iinclude -MMD -MP -o build/debug/source/fitz/zip.o -c source/fitz/zip.c -Wall -Wdeclaration-after-statement  -I/usr/include/freetype2   -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DSHARE_JPEG -Ithirdparty/lcms2/include -DHAVE_LCMS2MT    -I/usr/include/openjpeg-2.3
> mkdir -p build/debug/source/fitz/ ; c++ -O2 -pipe -march=znver2 -mno-clzero -mno-mwaitx -mno-wbnoinvd -frecord-gcc-switches -ffunction-sections -fdata-sections -Wsign-compare -fpic -Iinclude  -MMD -MP -o build/debug/source/fitz/tessocr.o -c source/fitz/tessocr.cpp -Wall  -I/usr/include/freetype2   -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DSHARE_JPEG -Ithirdparty/lcms2/include -DHAVE_LCMS2MT    -I/usr/include/openjpeg-2.3
> /bin/sh: c++: command not found
> make: *** [Makefile:111: build/debug/source/fitz/tessocr.o] Error 127
> make: *** Waiting for unfinished jobs....
>
Comment 1 Larry the Git Cow gentoo-dev 2020-11-03 07:44:51 UTC
The bug has been closed via the following commit(s):

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

commit 29934889dd645fc659f007d9ec4877b23e1ad298
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-11-03 07:44:04 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-11-03 07:44:46 +0000

    app-text/mupdf: allow user's CXX
    
    Reported-by: Thomas Deutschmann
    Closes: https://bugs.gentoo.org/749276
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-text/mupdf/mupdf-1.18.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)