Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696142 - dev-java/sbt-0.13.13 - [ERROR] Failed to construct terminal; falling back to unsupported
Summary: dev-java/sbt-0.13.13 - [ERROR] Failed to construct terminal; falling back to ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-03 15:18 UTC by g4s8.public
Modified: 2024-02-14 09:17 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,21.98 KB, text/plain)
2019-10-03 15:19 UTC, g4s8.public
Details
emerge-info.txt (emerge-info.txt,16.79 KB, text/plain)
2019-10-03 15:19 UTC, g4s8.public
Details

Note You need to log in before you can comment on or make changes to this bug.
Description g4s8.public 2019-10-03 15:18:18 UTC
I tried to emerge `dev-java/sbt-0.13.13` package but got error:
 ERROR: dev-java/sbt-0.13.13::gentoo failed (compile phase):
   (no error message)


Reproducible: Always

Steps to Reproduce:
1. Run `emerge dev-java/sbt`
2. See the error
Actual Results:  
I'm expecting package to be installed

Expected Results:  
Error (see logs in attachment)

GENTOO_VM=icedtea-bin-8  CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-3.13.0"
JAVACFLAGS="-source 1.8 -target 1.8" COMPILER=""
Comment 1 g4s8.public 2019-10-03 15:19:06 UTC
Created attachment 591728 [details]
build.log
Comment 2 g4s8.public 2019-10-03 15:19:33 UTC
Created attachment 591730 [details]
emerge-info.txt
Comment 3 Tuomas Salonen 2019-10-21 10:00:05 UTC
Same Error with

GENTOO_VM=oracle-jdk-bin-1.8  CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.8.0.202"
JAVACFLAGS="-source 1.8 -target 1.8" COMPILER=""
Comment 4 Klaas Decanniere 2019-12-11 14:22:42 UTC
This might have to do with your terminal settings as suggested on stack somewhere
typed
TERM="${TERM/xterm-256color/xterm-color}"

in the terminal, then ran emerge again, seems to eliminate this problem and has the build progress until running into bug #671284