Ok searched forums and found solutions for some block but not all still have following issues:
- Code: Select all
[blocks B ] <media-libs/openexr-1.5.0 (is blocking media-libs/ilmbase-1.0.0)
[blocks B ] <sys-apps/baselayout-2.0.0_rc (is blocking sys-apps/makedev-3.23.1)
[blocks B ] app-crypt/libgssapi (is blocking net-libs/libgssglue-0.1)
I have been using Gentoo since version 1.2 so am not new to portage, but updating a fresh install of SL seems hardwork?
For the openexer block i just emerge -C openexr then emerge -av openexr which allows updated it to version 1.6.0 plus pulls in ilmbase, this cured that block, don't know why a problem as version 1.4 was installed!
From seaching i can get around baselayout by emerging it with no deps, have not found anything on libgssapi block yet?
Now have new problem in that nothing will compile, get error:
- Code: Select all
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/media-libs/ilmbase-1.0.0/work/ilmbase-1.0.0/config.log
*
* ERROR: media-libs/ilmbase-1.0.0 failed.
* Call stack:
* ebuild.sh, line 1648: Called dyn_compile
* ebuild.sh, line 988: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 659: Called econf
* ebuild.sh, line 591: Called die
Now problem seem to be "checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables" searching for this on SL forums returns nothing. Search GL forums and these say check make.conf setting, i have not changed default installed settings?
make.conf has
- Code: Select all
CFLAGS="-Os -march=x86-64 -pipe"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}
- Code: Select all
gcc-config -l
[1] x86_64-pc-linux-gnu-4.1.2 *
- Code: Select all
binutils-config -l
[1] x86_64-pc-linux-gnu-2.18.50.0.1