Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296741 - dev-java/libreadline-java: calling gcc directly
Summary: dev-java/libreadline-java: calling gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 342125 (view as bug list)
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2009-12-13 15:37 UTC by MATSUU Takuto (RETIRED)
Modified: 2012-05-04 18:51 UTC (History)
1 user (show)

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


Attachments
libreadline-java-0.8.0-r3.patch (libreadline-java-0.8.0-r3.patch,629 bytes, patch)
2009-12-13 15:37 UTC, MATSUU Takuto (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.