Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CORE problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Mon Oct 28, 2013 4:47 pm    Post subject: CORE problem Reply with quote

Hello, I trying to install the following software http://cs.itd.nrl.navy.mil/work/core/.
but when you compile your sources riporato I get the following error.

Code:

make  all-recursive
make[1]: Entering directory `/home/intermedio/core-4.6'
Making all in gui
make[2]: Entering directory `/home/intermedio/core-4.6/gui'
Making all in icons
make[3]: Entering directory `/home/intermedio/core-4.6/gui/icons'
make[3]: Nessuna operazione da eseguire per «all».
make[3]: Leaving directory `/home/intermedio/core-4.6/gui/icons'
make[3]: Entering directory `/home/intermedio/core-4.6/gui'
make[3]: Nessuna operazione da eseguire per «all-am».
make[3]: Leaving directory `/home/intermedio/core-4.6/gui'
make[2]: Leaving directory `/home/intermedio/core-4.6/gui'
Making all in scripts
make[2]: Entering directory `/home/intermedio/core-4.6/scripts'
Making all in perf
make[3]: Entering directory `/home/intermedio/core-4.6/scripts/perf'
make[3]: Nessuna operazione da eseguire per «all».
make[3]: Leaving directory `/home/intermedio/core-4.6/scripts/perf'
make[3]: Entering directory `/home/intermedio/core-4.6/scripts'
make[3]: Nessuna operazione da eseguire per «all-am».
make[3]: Leaving directory `/home/intermedio/core-4.6/scripts'
make[2]: Leaving directory `/home/intermedio/core-4.6/scripts'
Making all in daemon
make[2]: Entering directory `/home/intermedio/core-4.6/daemon'
Making all in src
make[3]: Entering directory `/home/intermedio/core-4.6/daemon/src'
SBINDIR=/usr/local/sbin LDFLAGS=" -lev " CFLAGS="-O3 -Werror -Wall -D_GNU_SOURCE " /usr/bin/python setup.py build
running build
running build_ext
building 'netns' extension
creating build
creating build/temp.linux-x86_64-2.7
x86_64-pc-linux-gnu-gcc -pthread -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c netnsmodule.c -o build/temp.linux-x86_64-2.7/netnsmodule.o
x86_64-pc-linux-gnu-gcc -pthread -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c netns.c -o build/temp.linux-x86_64-2.7/netns.o
creating build/lib.linux-x86_64-2.7
x86_64-pc-linux-gnu-gcc -pthread -shared -march=core2 -O2 -pipe -Wl,--as-needed -L. -lev -O3 -Werror -Wall -D_GNU_SOURCE build/temp.linux-x86_64-2.7/netnsmodule.o build/temp.linux-x86_64-2.7/netns.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/netns.so
building 'vcmd' extension
x86_64-pc-linux-gnu-gcc -pthread -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vcmdmodule.c -o build/temp.linux-x86_64-2.7/vcmdmodule.o
vcmdmodule.c: In function ‘init_evloop’:
vcmdmodule.c:168:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c:168:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c:168:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c: In function ‘VCmdWait_complete’:
vcmdmodule.c:264:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c:266:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c: In function ‘VCmd_connected’:
vcmdmodule.c:439:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c:441:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c: In function ‘initvcmd’:
vcmdmodule.c:868:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
vcmdmodule.c:871:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
cc1: all warnings being treated as errors
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
make[3]: *** [libnetns.a] Errore 1
make[3]: Leaving directory `/home/intermedio/core-4.6/daemon/src'
make[2]: *** [all-recursive] Errore 1
make[2]: Leaving directory `/home/intermedio/core-4.6/daemon'
make[1]: *** [all-recursive] Errore 1
make[1]: Leaving directory `/home/intermedio/core-4.6'
make: *** [all] Errore 2


in the phase configuration choice

Code:

./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for brctl... /sbin
checking for sysctl... /sbin
checking for ebtables... /sbin
checking for ip... /bin
checking for tc... /sbin
checking for ifconfig... /bin
checking for ngctl... no
checking for vimage... no
checking for mount... /bin
checking for umount... /bin
checking for convert... yes
checking for help2man... yes
checking for NgMkSockNode in -lnetgraph... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for inline... inline
checking for int32_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for atexit... yes
checking for dup2... yes
checking for gettimeofday... yes
checking for memset... no
checking for socket... yes
checking for strerror... yes
checking for uname... yes
using architecture amd64
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libev... yes
found libev using pkgconfig OK
using startup option initd
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gui/core-gui
config.status: creating gui/version.tcl
config.status: creating gui/Makefile
config.status: creating gui/icons/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/perf/Makefile
config.status: creating scripts/xen/Makefile
config.status: creating doc/Makefile
config.status: creating doc/conf.py
config.status: creating doc/man/Makefile
config.status: creating doc/figures/Makefile
config.status: creating daemon/Makefile
config.status: creating daemon/src/Makefile
config.status: creating daemon/src/version.h
config.status: creating daemon/core/constants.py
config.status: creating daemon/ns3/Makefile
config.status: creating daemon/ns3/corens3/constants.py
config.status: creating daemon/doc/Makefile
config.status: creating daemon/doc/conf.py
config.status: creating packaging/deb/core-daemon.install
config.status: creating packaging/deb/core-gui.install
config.status: creating packaging/rpm/core.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
------------------------------------------------------------------------
core 4.6 Configuration:

  Host System Type:           
  C Compiler and flags:       gcc  -O3 -Werror -Wall -D_GNU_SOURCE
  Install prefix:             /usr/local
  Build GUI:                  yes
  GUI path:                   /usr/local/lib/core
  GUI config:                 ${HOME}/.core
  Daemon path:                /usr/local/sbin
  Daemon config:              /etc/core
  Python modules:             ${prefix}/lib64/python2.7/site-packages
  Logs:                       /var/log

Features to build:
  Python bindings:            yes
  Linux Namespaces emulation: yes
  FreeBSD Jails emulation:    no
  Documentation:              yes

------------------------------------------------------------------------
On this platform you should run core-gui as a normal user.
------------------------------------------------------------------------




what could be the problem?
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Oct 28, 2013 5:06 pm    Post subject: Reply with quote

Code:
cc1: all warnings being treated as errors


See: Warnings as Errors
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Mon Oct 28, 2013 5:07 pm    Post subject: Reply with quote

its python, im on my fresh laptop and im not going to break it now. my 1st guess is its for 2.7 and gentoo is trying to compile under 3.2 which is radically different than 2.7.... give me a second and ill fire up the junker gentoo box to try to render you an exact solution.

http://code.google.com/p/coreemu/

edit: looks like its designed for 2.6 & 2.7 only and wont even go past configure unless set to either. both makes for me do the same thing as they do for original poster.
Back to top
View user's profile Send private message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Mon Oct 28, 2013 5:42 pm    Post subject: Reply with quote

eyoung100 wrote:
Code:
cc1: all warnings being treated as errors


See: Warnings as Errors



Thanks for the link!. I was advised by the mailing list to use
Code:

CFLAGS = "-fno-strict-aliasing $ CFLAGS". / Configure.



I try it and i had:

Code:


make
make  all-recursive
make[1]: Entering directory `/home/intermedio/core-4.6'
Making all in gui
make[2]: Entering directory `/home/intermedio/core-4.6/gui'
Making all in icons
make[3]: Entering directory `/home/intermedio/core-4.6/gui/icons'
make[3]: Nessuna operazione da eseguire per «all».
make[3]: Leaving directory `/home/intermedio/core-4.6/gui/icons'
make[3]: Entering directory `/home/intermedio/core-4.6/gui'
make[3]: Nessuna operazione da eseguire per «all-am».
make[3]: Leaving directory `/home/intermedio/core-4.6/gui'
make[2]: Leaving directory `/home/intermedio/core-4.6/gui'
Making all in scripts
make[2]: Entering directory `/home/intermedio/core-4.6/scripts'
Making all in perf
make[3]: Entering directory `/home/intermedio/core-4.6/scripts/perf'
make[3]: Nessuna operazione da eseguire per «all».
make[3]: Leaving directory `/home/intermedio/core-4.6/scripts/perf'
make[3]: Entering directory `/home/intermedio/core-4.6/scripts'
make[3]: Nessuna operazione da eseguire per «all-am».
make[3]: Leaving directory `/home/intermedio/core-4.6/scripts'
make[2]: Leaving directory `/home/intermedio/core-4.6/scripts'
Making all in daemon
make[2]: Entering directory `/home/intermedio/core-4.6/daemon'
Making all in src
make[3]: Entering directory `/home/intermedio/core-4.6/daemon/src'
SBINDIR=/usr/local/sbin LDFLAGS=" -lev " CFLAGS="-fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE " /usr/bin/python setup.py build
running build
running build_ext
building 'vcmd' extension
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vcmdmodule.c -o build/temp.linux-x86_64-2.7/vcmdmodule.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vnode_client.c -o build/temp.linux-x86_64-2.7/vnode_client.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vnode_chnl.c -o build/temp.linux-x86_64-2.7/vnode_chnl.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vnode_io.c -o build/temp.linux-x86_64-2.7/vnode_io.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vnode_msg.c -o build/temp.linux-x86_64-2.7/vnode_msg.o
x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE -fPIC -I/usr/include/python2.7 -c vnode_cmd.c -o build/temp.linux-x86_64-2.7/vnode_cmd.o
x86_64-pc-linux-gnu-gcc -pthread -shared -march=core2 -O2 -pipe -Wl,--as-needed -L. -lev -fno-strict-aliasing -O3 -Werror -Wall -D_GNU_SOURCE build/temp.linux-x86_64-2.7/vcmdmodule.o build/temp.linux-x86_64-2.7/vnode_client.o build/temp.linux-x86_64-2.7/vnode_chnl.o build/temp.linux-x86_64-2.7/vnode_io.o build/temp.linux-x86_64-2.7/vnode_msg.o build/temp.linux-x86_64-2.7/vnode_cmd.o -Lbuild/lib -L/usr/lib64 -lev -lpython2.7 -o build/lib.linux-x86_64-2.7/vcmd.so
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_msg.o -MD -MP -MF .deps/vnode_msg.Tpo -c -o vnode_msg.o vnode_msg.c
mv -f .deps/vnode_msg.Tpo .deps/vnode_msg.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_cmd.o -MD -MP -MF .deps/vnode_cmd.Tpo -c -o vnode_cmd.o vnode_cmd.c
mv -f .deps/vnode_cmd.Tpo .deps/vnode_cmd.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_chnl.o -MD -MP -MF .deps/vnode_chnl.Tpo -c -o vnode_chnl.o vnode_chnl.c
mv -f .deps/vnode_chnl.Tpo .deps/vnode_chnl.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_io.o -MD -MP -MF .deps/vnode_io.Tpo -c -o vnode_io.o vnode_io.c
mv -f .deps/vnode_io.Tpo .deps/vnode_io.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnoded_main.o -MD -MP -MF .deps/vnoded_main.Tpo -c -o vnoded_main.o vnoded_main.c
mv -f .deps/vnoded_main.Tpo .deps/vnoded_main.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_server.o -MD -MP -MF .deps/vnode_server.Tpo -c -o vnode_server.o vnode_server.c
mv -f .deps/vnode_server.Tpo .deps/vnode_server.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT netns.o -MD -MP -MF .deps/netns.Tpo -c -o netns.o netns.c
mv -f .deps/netns.Tpo .deps/netns.Po
gcc -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE   -o vnoded vnode_msg.o vnode_cmd.o vnode_chnl.o vnode_io.o vnoded_main.o vnode_server.o netns.o -lev 
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vcmd_main.o -MD -MP -MF .deps/vcmd_main.Tpo -c -o vcmd_main.o vcmd_main.c
mv -f .deps/vcmd_main.Tpo .deps/vcmd_main.Po
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT vnode_client.o -MD -MP -MF .deps/vnode_client.Tpo -c -o vnode_client.o vnode_client.c
mv -f .deps/vnode_client.Tpo .deps/vnode_client.Po
gcc -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE   -o vcmd vnode_msg.o vnode_cmd.o vnode_chnl.o vnode_io.o vcmd_main.o vnode_client.o -lev 
gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE -MT netns_main.o -MD -MP -MF .deps/netns_main.Tpo -c -o netns_main.o netns_main.c
mv -f .deps/netns_main.Tpo .deps/netns_main.Po
gcc -Wall -fno-strict-aliasing -O3 -g  -fno-strict-aliasing  -O3 -Werror -Wall -D_GNU_SOURCE   -o netns netns_main.o netns.o 
make[3]: Leaving directory `/home/intermedio/core-4.6/daemon/src'
Making all in ns3
make[3]: Entering directory `/home/intermedio/core-4.6/daemon/ns3'
/usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/corens3
copying corens3/obj.py -> build/lib/corens3
copying corens3/constants.py -> build/lib/corens3
copying corens3/__init__.py -> build/lib/corens3
make[3]: Leaving directory `/home/intermedio/core-4.6/daemon/ns3'
make[3]: Entering directory `/home/intermedio/core-4.6/daemon'
/usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/core
copying core/broker.py -> build/lib/core
copying core/coreobj.py -> build/lib/core
copying core/service.py -> build/lib/core
copying core/pycore.py -> build/lib/core
copying core/conf.py -> build/lib/core
copying core/location.py -> build/lib/core
copying core/constants.py -> build/lib/core
copying core/mobility.py -> build/lib/core
copying core/sdt.py -> build/lib/core
copying core/__init__.py -> build/lib/core
copying core/session.py -> build/lib/core
creating build/lib/core/addons
copying core/addons/__init__.py -> build/lib/core/addons
creating build/lib/core/api
copying core/api/data.py -> build/lib/core/api
copying core/api/coreapi.py -> build/lib/core/api
copying core/api/__init__.py -> build/lib/core/api
creating build/lib/core/emane
copying core/emane/rfpipe.py -> build/lib/core/emane
copying core/emane/ieee80211abg.py -> build/lib/core/emane
copying core/emane/universal.py -> build/lib/core/emane
copying core/emane/nodes.py -> build/lib/core/emane
copying core/emane/bypass.py -> build/lib/core/emane
copying core/emane/emane.py -> build/lib/core/emane
copying core/emane/__init__.py -> build/lib/core/emane
copying core/emane/commeffect.py -> build/lib/core/emane
creating build/lib/core/misc
copying core/misc/quagga.py -> build/lib/core/misc
copying core/misc/LatLongUTMconversion.py -> build/lib/core/misc
copying core/misc/utm.py -> build/lib/core/misc
copying core/misc/__init__.py -> build/lib/core/misc
copying core/misc/ipaddr.py -> build/lib/core/misc
copying core/misc/xmlutils.py -> build/lib/core/misc
copying core/misc/event.py -> build/lib/core/misc
copying core/misc/utils.py -> build/lib/core/misc
creating build/lib/core/bsd
copying core/bsd/vnode.py -> build/lib/core/bsd
copying core/bsd/nodes.py -> build/lib/core/bsd
copying core/bsd/vnet.py -> build/lib/core/bsd
copying core/bsd/__init__.py -> build/lib/core/bsd
copying core/bsd/netgraph.py -> build/lib/core/bsd
creating build/lib/core/netns
copying core/netns/vnode.py -> build/lib/core/netns
copying core/netns/nodes.py -> build/lib/core/netns
copying core/netns/vif.py -> build/lib/core/netns
copying core/netns/vnodeclient.py -> build/lib/core/netns
copying core/netns/vnet.py -> build/lib/core/netns
copying core/netns/__init__.py -> build/lib/core/netns
creating build/lib/core/phys
copying core/phys/pnodes.py -> build/lib/core/phys
copying core/phys/__init__.py -> build/lib/core/phys
creating build/lib/core/xen
copying core/xen/xenconfig.py -> build/lib/core/xen
copying core/xen/xen.py -> build/lib/core/xen
copying core/xen/__init__.py -> build/lib/core/xen
creating build/lib/core/services
copying core/services/quagga.py -> build/lib/core/services
copying core/services/utility.py -> build/lib/core/services
copying core/services/ucarp.py -> build/lib/core/services
copying core/services/xorp.py -> build/lib/core/services
copying core/services/nrl.py -> build/lib/core/services
copying core/services/bird.py -> build/lib/core/services
copying core/services/security.py -> build/lib/core/services
copying core/services/__init__.py -> build/lib/core/services
make[3]: Leaving directory `/home/intermedio/core-4.6/daemon'
make[2]: Leaving directory `/home/intermedio/core-4.6/daemon'
Making all in doc
make[2]: Entering directory `/home/intermedio/core-4.6/doc'
Making all in man
make[3]: Entering directory `/home/intermedio/core-4.6/doc/man'
make[3]: Nessuna operazione da eseguire per «all».
make[3]: Leaving directory `/home/intermedio/core-4.6/doc/man'
Making all in figures
make[3]: Entering directory `/home/intermedio/core-4.6/doc/figures'
Using GUI file ../../gui/icons/tiny/select.gif
convert -background white -flatten ../../gui/icons/tiny/select.gif select.jpg
Using GUI file ../../gui/icons/tiny/start.gif
convert -background white -flatten ../../gui/icons/tiny/start.gif start.jpg
Using GUI file ../../gui/icons/tiny/router.gif
convert -background white -flatten ../../gui/icons/tiny/router.gif router.jpg
Using GUI file ../../gui/icons/tiny/host.gif
convert -background white -flatten ../../gui/icons/tiny/host.gif host.jpg
Using GUI file ../../gui/icons/tiny/pc.gif
convert -background white -flatten ../../gui/icons/tiny/pc.gif pc.jpg
Using GUI file ../../gui/icons/tiny/mdr.gif
convert -background white -flatten ../../gui/icons/tiny/mdr.gif mdr.jpg
Using GUI file ../../gui/icons/tiny/router_green.gif
convert -background white -flatten ../../gui/icons/tiny/router_green.gif router_green.jpg
Using GUI file ../../gui/icons/tiny/lanswitch.gif
convert -background white -flatten ../../gui/icons/tiny/lanswitch.gif lanswitch.jpg
Using GUI file ../../gui/icons/tiny/hub.gif
convert -background white -flatten ../../gui/icons/tiny/hub.gif hub.jpg
Using GUI file ../../gui/icons/tiny/wlan.gif
convert -background white -flatten ../../gui/icons/tiny/wlan.gif wlan.jpg
Using GUI file ../../gui/icons/tiny/link.gif
convert -background white -flatten ../../gui/icons/tiny/link.gif link.jpg
Using GUI file ../../gui/icons/tiny/rj45.gif
convert -background white -flatten ../../gui/icons/tiny/rj45.gif rj45.jpg
Using GUI file ../../gui/icons/tiny/tunnel.gif
convert -background white -flatten ../../gui/icons/tiny/tunnel.gif tunnel.jpg
Using GUI file ../../gui/icons/tiny/marker.gif
convert -background white -flatten ../../gui/icons/tiny/marker.gif marker.jpg
Using GUI file ../../gui/icons/tiny/oval.gif
convert -background white -flatten ../../gui/icons/tiny/oval.gif oval.jpg
Using GUI file ../../gui/icons/tiny/rectangle.gif
convert -background white -flatten ../../gui/icons/tiny/rectangle.gif rectangle.jpg
Using GUI file ../../gui/icons/tiny/text.gif
convert -background white -flatten ../../gui/icons/tiny/text.gif text.jpg
Using GUI file ../../gui/icons/tiny/stop.gif
convert -background white -flatten ../../gui/icons/tiny/stop.gif stop.jpg
Using GUI file ../../gui/icons/tiny/observe.gif
convert -background white -flatten ../../gui/icons/tiny/observe.gif observe.jpg
Using GUI file ../../gui/icons/tiny/plot.gif
convert -background white -flatten ../../gui/icons/tiny/plot.gif plot.jpg
Using GUI file ../../gui/icons/tiny/twonode.gif
convert -background white -flatten ../../gui/icons/tiny/twonode.gif twonode.jpg
Using GUI file ../../gui/icons/tiny/run.gif
convert -background white -flatten ../../gui/icons/tiny/run.gif run.jpg
Using GUI file ../../gui/icons/tiny/document-properties.gif
convert -background white -flatten ../../gui/icons/tiny/document-properties.gif document-properties.jpg
make  all-am
make[4]: Entering directory `/home/intermedio/core-4.6/doc/figures'
make[4]: Nessuna operazione da eseguire per «all-am».
make[4]: Leaving directory `/home/intermedio/core-4.6/doc/figures'
make[3]: Leaving directory `/home/intermedio/core-4.6/doc/figures'
make[3]: Entering directory `/home/intermedio/core-4.6/doc'
make[3]: Nessuna operazione da eseguire per «all-am».
make[3]: Leaving directory `/home/intermedio/core-4.6/doc'
make[2]: Leaving directory `/home/intermedio/core-4.6/doc'
make[2]: Entering directory `/home/intermedio/core-4.6'
make[2]: Leaving directory `/home/intermedio/core-4.6'
make[1]: Leaving directory `/home/intermedio/core-4.6'



Everything seems ok, but then the relevant daemon does not start .... and does not return any error ... why?
Back to top
View user's profile Send private message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Mon Oct 28, 2013 5:45 pm    Post subject: Reply with quote

666threesixes666 wrote:
its python, im on my fresh laptop and im not going to break it now. my 1st guess is its for 2.7 and gentoo is trying to compile under 3.2 which is radically different than 2.7.... give me a second and ill fire up the junker gentoo box to try to render you an exact solution.

http://code.google.com/p/coreemu/

edit: looks like its designed for 2.6 & 2.7 only and wont even go past configure unless set to either. both makes for me do the same thing as they do for original poster.




Thanks for the reply. What do you suggest I (emerge-C) python 3?
Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Mon Oct 28, 2013 5:51 pm    Post subject: Reply with quote

no,

(as root)
eselect python list
eselect python set python2.6
or
eselect python set python2.7

will set that... &

eselect python set python3.2

will set it back to the way it was....

the package looks like it really likes 2.6.... eyoungs post was much more too the point than mine :oops:
Back to top
View user's profile Send private message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Mon Oct 28, 2013 9:26 pm    Post subject: Reply with quote

666threesixes666 wrote:
no,

(as root)
eselect python list
eselect python set python2.6
or
eselect python set python2.7

will set that... &

eselect python set python3.2

will set it back to the way it was....

the package looks like it really likes 2.6.... eyoungs post was much more too the point than mine :oops:



Any advice is welcome so thanks again!

When I did the first time was selected with eselect 2.7. Now I also tried to install python 2.6 but the result is the same.
Qaundo do / etc /init.d/core-daemon start do not get any message.
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Mon Oct 28, 2013 9:31 pm    Post subject: Reply with quote

First, let's make sure the service you're trying to start exists:
Code:
ls /etc/init.d

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Mon Oct 28, 2013 10:29 pm    Post subject: Reply with quote

eyoung100 wrote:
First, let's make sure the service you're trying to start exists:
Code:
ls /etc/init.d



yes, it seems to be

Code:

ls /etc/init.d
acpid             consolefont   device-mapper  gpm         localmount      nscd        rfcomm       swapfiles       vdr
alsasound         consolekit    dhcpcd         hostname    lvm             numlock     root         swclock         vixie-cron
apache2           core          dmesg          hsqldb      lvm-monitoring  nvidia-smi  rsyncd       sysctl          wakeup-reboot-halt
avahi-daemon      core-daemon   dmeventd       hwclock     lxc             pciparm     saslauthd    sysfs           wicd
avahi-dnsconfd    cpufrequtils  ebtables       ip6tables   modules         procfs      savecache    sysklogd        wpa_supplicant
bluetooth         crypto-loop   fancontrol     iptables    mount-ro        pwcheck     shutdown.sh  termencoding    xdm
bootmisc          cups-browsed  fsck           keymaps     mtab            pydoc-2.6   slapd        tmpfiles.setup  xdm-setup
busybox-ntpd      cupsd         functions.sh   killprocs   mysql           pydoc-2.7   sshd         udev
busybox-watchdog  dbus          fuse           lm_sensors  net.lo          pydoc-3.2   svnserve     udev-mount
calibre-server    devfs         git-daemon     local       netmount        reboot.sh   swap         urandom

Back to top
View user's profile Send private message
666threesixes666
Veteran
Veteran


Joined: 31 May 2011
Posts: 1248
Location: 42.68n 85.41w

PostPosted: Mon Oct 28, 2013 11:36 pm    Post subject: Reply with quote

thats because its shebang is not #!/sbin/runscript

/etc/init.d/core-daemon status

might show its started, or might not depending on how the bash scripts been written....

id say just move forward blindly to see what

/etc/init.d/core start

gets going....

and past that you probably need to run some core related command.... im pretty sure it wont run though because of path issues.
Back to top
View user's profile Send private message
Netparadoss
n00b
n00b


Joined: 26 Oct 2013
Posts: 10

PostPosted: Fri Nov 01, 2013 6:31 pm    Post subject: Reply with quote

Maybe I found the problem. The daemon core, is highly dependent on the lxc package. What about a Gentoo machine must be properly configured.
This is the manual available for the Gentoo distribution.
http://wiki.gentoo.org/wiki/LXC
From which means that each virtual machine must be configured and started by hand, problem bypassed use of the daemon core.
For a full integration with the daemon CORE advise me how to proceed?


Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum