Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570532 - media-libs/glew-1.10.0-r2, ~1.1[123].0 do all not emerge
Summary: media-libs/glew-1.10.0-r2, ~1.1[123].0 do all not emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-01 22:19 UTC by Stefan Trenker
Modified: 2016-01-02 13:48 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,6.90 KB, application/x-info)
2016-01-01 22:19 UTC, Stefan Trenker
Details
build log (media-libs:glew-1.10.0-r2:20160101-220453.log.gz,1.68 KB, application/force-download)
2016-01-01 22:21 UTC, Stefan Trenker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Trenker 2016-01-01 22:19:11 UTC
Created attachment 421548 [details]
emerge --info

emerge glew does not work.

Failure happens in compile phase.

 * abi_x86_32.x86: running multilib-minimal_abi_src_compile
make -j5 GLEW_DEST=/usr LIBDIR=/usr/lib32 AR=ar STRIP=true 'CC=x86_64-pc-linux-gnu-gcc -m32' 'LD=x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed' M_ARCH= LDFLAGS.EXTRA= 'POPT=-O2 -pipe' 
/bin/sh: line 0: test: too many arguments
Makefile:40: *** "Platform 'caps consolekit dbus fam fbcondecor gnutls libkms logrotate nss openssl policykit resolvconf sasl syslog threads zeroconf' not supported".  Stop.

Same error in all ~amd64 versions as well.
Comment 1 Stefan Trenker 2016-01-01 22:21:35 UTC
Created attachment 421550 [details]
build log
Comment 2 Rafał Mużyło 2016-01-01 23:42:30 UTC
A stab in the dark, but - :roll: - sanitize your make.conf.
Comment 3 Stefan Trenker 2016-01-02 10:09:42 UTC
(In reply to Rafał Mużyło from comment #2)
> A stab in the dark, but - :roll: - sanitize your make.conf.

Your stab was a hit.

In the near past I started to structure my USE flags a bit by building blocks of variables. I had a variable "SYSTEM" to store some USE flags which resolved to the string shown in the error Message. I just checked in the make.conf man page that SYSTEM is not reserved by the make.conf syntax.

I have renamed it and mow glew compiles again. Now I am waiting for the next variable collision by coincidence ;-)

Thanks for Your hint and I apologize for all the trouble I have made.

Kind regards,
Stefan