Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296741

Summary: dev-java/libreadline-java: calling gcc directly
Product: Gentoo Linux Reporter: MATSUU Takuto (RETIRED) <matsuu>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement CC: core
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: libreadline-java-0.8.0-r3.patch

Description MATSUU Takuto (RETIRED) gentoo-dev 2009-12-13 15:37:02 UTC
"${S}/src/native/Makefile" is calling gcc directory. It makes error with cross-distcc env.
I created a patch for that.

Steps to Reproduce:
1. emerge distcc crossdev && crossdev --target i686-pc-linux-gnu
2. /etc/init.d/distcc start
3. FEATURES="distcc" emerge libreadline-java
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-12-13 15:37:59 UTC
Created attachment 212892 [details, diff]
libreadline-java-0.8.0-r3.patch
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-12-15 19:45:37 UTC
feel free to apply these things to our packages although in general I prefer using patches so we notice when things change and the patch doesn't apply any more
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2011-02-25 09:09:20 UTC
*** Bug 342125 has been marked as a duplicate of this bug. ***
Comment 4 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-04 18:51:31 UTC
Fixed.

  04 May 2012; Ralph Sennhauser <sera@gentoo.org>
  libreadline-java-0.8.0-r3.ebuild,
  +files/libreadline-java-0.8.0-respect-flags.patch:
  Respect CC and CFLAGS. #296741

Thanks for the report.