Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412725 - app-text/openjade-1.3.2-r4 error: /opt/openwatcom/lh: No such file or directory
Summary: app-text/openjade-1.3.2-r4 error: /opt/openwatcom/lh: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-20 04:00 UTC by Anton Kochkov
Modified: 2012-04-20 04:47 UTC (History)
1 user (show)

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


Attachments
full build log (openjade-1.3.2-r4-build.log,12.41 KB, text/plain)
2012-04-20 04:00 UTC, Anton Kochkov
Details
enviroment vars (export_vars.log,4.08 KB, text/plain)
2012-04-20 04:40 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2012-04-20 04:00:02 UTC
Created attachment 309563 [details]
full build log

>>> Compiling source in /var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2 ...
make -j5 -j1 
make[1]: Entering directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2'
make[2]: Entering directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2/grove'
echo 'LT_OBJS='`echo Node.o LocNode.o|sed 's/\.o/.lo/g'` >Makefile.lt
make[2]: Leaving directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2/grove'
make[2]: Entering directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2/grove'
libtool: compile:  x86_64-pc-linux-gnu-g++ -O2 -march=corei7-avx -pipe -I. -I./../include -I/usr/include/OpenSP -I/usr/include/OpenSP/.. /opt/openwatcom/lh -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openjade\" -DVERSION=\"1.3.2\" -DSP_DEFINE_TEMPLATES=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1 -DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\" -DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.2/builtins.dsl\" -c Node.cxx  -fPIC -DPIC -o .libs/Node.o
x86_64-pc-linux-gnu-g++: error: /opt/openwatcom/lh: No such file or directory
make[2]: *** [Node.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2/grove'
make[1]: *** [grove] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-text/openjade-1.3.2-r4/work/openjade-1.3.2'
make: *** [all] Error 2
emake failed
 [31;01m*[0m ERROR: app-text/openjade-1.3.2-r4 failed (compile phase):
 [31;01m*[0m   make failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  85:  Called src_compile
 [31;01m*[0m   environment, line 2972:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       emake -j1 || die "make failed"
Comment 1 Mike Gilbert gentoo-dev 2012-04-20 04:08:04 UTC
emerge --info please.
Comment 2 Anton Kochkov 2012-04-20 04:14:06 UTC
emerge --info output: https://bugs.gentoo.org/attachment.cgi?id=309573
Comment 3 Mike Gilbert gentoo-dev 2012-04-20 04:24:34 UTC
Can you show me the output of "export" please? I'm guessing some environment variable is being interpreted incorrectly here.
Comment 4 Mike Gilbert gentoo-dev 2012-04-20 04:37:04 UTC
I would be willing to bet that you have INCLUDE=/opt/openwatcom/lh in your environment.
Comment 5 Anton Kochkov 2012-04-20 04:40:16 UTC
Created attachment 309577 [details]
enviroment vars

Yes, you right
Comment 6 Mike Gilbert gentoo-dev 2012-04-20 04:47:00 UTC
+  20 Apr 2012; Mike Gilbert <floppym@gentoo.org> openjade-1.3.2-r4.ebuild:
+  Unset INCLUDE, #412725.
+