If I try to compile the package with the USE flag "profile" enabled, it fails. However, the emerge works with any other combination of USE flags. Reproducible: Always Steps to Reproduce: 1.set the "profile" USE flag for the package dev-scheme/plt-scheme-4.1 2.do "emerge plt-scheme" 3. Actual Results: I got this error message: checking size of char... configure: error: cannot compute sizeof (char) See `config.log' for more details. Expected Results: Emerging the package with "profile" USE flag.
Created attachment 189332 [details] config.log file that was asked for me to submit by portage
Created attachment 189333 [details] environment file that was asked for me to submit by portage
i686-pc-linux-gnu-gcc: -pg and -fomit-frame-pointer are incompatible Remove -fomit-frame-pointer from from your CFLAGS and try again.
It worked. Maybe the ebuild should warn me about this.
Created attachment 189336 [details, diff] patch ebuild to filter -fomit-frame-pointer for USE=profile Patch for plt-scheme-4.1.ebuild to filter -fomit-frame-pointer for USE=profile. All versions of plt-scheme in the tree need to be patched.