Re: [gentoo-user] Install Gentoo 64bit from 32bit running enviroment

2009-12-24 Thread alex ponomarev
Hello.
If you want to test for 64bit extensions processor support, why won't
you try it in VirtualBox or VMware? I think it's better for tests than
install a second system on your second partition. Much faster and easier to
use virtualization, no?


Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread alex ponomarev
On Sat, Nov 7, 2009 at 4:02 PM, Grant emailgr...@gmail.com wrote:

 I haven't used wine's /usr/bin/iexplore to test a website in IE for a
 while, and now it looks like that binary is no longer installed.  Does
 anyone know how to get it, or if there is a replacement of some sort?
 I looked at the files installed by wine in /usr/bin but didn't see
 anything.

 - Grant

 It seems like there is a loadable module for iexpolre. I found it in my
/usr/lib32/wine/. It's name is iexplore.exe.so, so I think you need to load
this module... I just don't know how - I haven't even do it.


Re: [gentoo-user] ipsec-tools-0.7.3 fails to build

2009-11-07 Thread alex ponomarev
On Sat, Nov 7, 2009 at 8:10 PM, Mick michaelkintz...@gmail.com wrote:

 Like so:

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../libipsec   -
 D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h
 -I./src/include-glibc -
 I./src/include-glibc  -I./../../src/racoon/missing -D_GNU_SOURCE -include
 ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -
 I../../src/include-glibc -DSYSCONFDIR=\/etc\ -
 DADMINPORTDIR=\/var/lib/racoon\ -O2 -march=pentium3 -fomit-frame-pointer
 -
 msse -mmmx -pipe  -Wall  -Wno-unused -MT session.o -MD -MP -MF
 .deps/session.Tpo -c -o session.o session.c
 mv -f .deps/session.Tpo .deps/session.Po
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../libipsec   -
 D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h
 -I./src/include-glibc -
 I./src/include-glibc  -I./../../src/racoon/missing -D_GNU_SOURCE -include
 ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -
 I../../src/include-glibc -DSYSCONFDIR=\/etc\ -
 DADMINPORTDIR=\/var/lib/racoon\ -O2 -march=pentium3 -fomit-frame-pointer
 -
 msse -mmmx -pipe  -Wall  -Wno-unused -MT isakmp.o -MD -MP -MF
 .deps/isakmp.Tpo
 -c -o isakmp.o isakmp.c
 In file included from ../../src/include-
 glibc/linux/byteorder/little_endian.h:12,
 from /usr/include/asm/byteorder.h:79,
 from ../../src/include-glibc/linux/ip.h:20,
 from isakmp.c:115:
 ../../src/include-glibc/linux/swab.h:6:22: error: asm/swab.h: No such file
 or
 directory
 make[4]: *** [isakmp.o] Error 1
 make[4]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
 tools-0.7.3/work/ipsec-tools-0.7.3/src/racoon'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
 tools-0.7.3/work/ipsec-tools-0.7.3/src/racoon'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
 tools-0.7.3/work/ipsec-tools-0.7.3/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
 tools-0.7.3/work/ipsec-tools-0.7.3'
 make: *** [all] Error 2
  *
  * ERROR: net-firewall/ipsec-tools-0.7.3 failed.
  * Call stack:
  *   ebuild.sh, line   49:  Called src_compile
  * environment, line 4014:  Called die
  * The specific snippet of code:
  *   emake -j1 || die
  *  The die message:
  *   (no error message)

 Has anyone managed to build it?
 --
 Regards,
 Mick

Why don't you try to compile it with another version of gcc, selecting
another version with 'gcc-config'? May be it'll help?