Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51945 - Construo works on AMD64
Summary: Construo works on AMD64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 14:14 UTC by dean lamper
Modified: 2004-05-27 08:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dean lamper 2004-05-24 14:14:43 UTC
Package Construo works on AMD64, it only needs ~amd64 keyword. 
Please add ~amd64 keyword to portage/games-puzzle/construo/construo-0.2.2.ebuild.

** Emerge log ********************************************************
bash-2.05b# ACCEPT_KEYWORDS="~amd64" emerge construo
Calculating dependencies ...done!
>>> emerge (1 of 1) games-puzzle/construo-0.2.2 to /
>>> Downloading http://gentoo.inode.at/distfiles/construo-0.2.2.tar.gz
--22:52:06--  http://gentoo.inode.at/distfiles/construo-0.2.2.tar.gz
           => `/usr/portage/distfiles/construo-0.2.2.tar.gz'
Resolving gentoo.inode.at... 81.223.20.162
Connecting to gentoo.inode.at[81.223.20.162]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 442,626 [text/plain]

100%[=============================================================================================>] 442,626      118.31K/s    ETA 00:00

22:52:10 (117.99 KB/s) - `/usr/portage/distfiles/construo-0.2.2.tar.gz' saved [442626/442626]

>>> md5 src_uri ;-) construo-0.2.2.tar.gz
>>> Unpacking source...
>>> Unpacking construo-0.2.2.tar.gz to /var/tmp/portage/construo-0.2.2/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether we are enabling debug-mode... no
checking whether we are enabling gprof profiling-support... no
checking whether we are enabling FunctionCheck profiling... no
checking how to run the C++ preprocessor... g++ -E
checking for egrep... 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 sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for gzopen in -lz... yes
checking for XMissingExtension in -lXext... yes
checking for XF86VidModeSwitchToMode in -lXxf86vm... yes
checking for glutMainLoop in -lglut... no
checking for glutMainLoop in -lfreeglut-1.3... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands

   CXXFLAGS      = -pipe -O2 -fomit-frame-pointer
   LIBS          = -lz
   Debugging     = no
   GProf         = no
   FunctionCheck = no
   Targets       = construo.x11

Now type 'make' and everything should work, if not, write a bug reports to:

  Ingo Ruhnke <grumbel@gmx.de>

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[2]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT bounding_box.o -MD -MP -MF ".deps/bounding_box.Tpo" \
  -c -o bounding_box.o `test -f 'bounding_box.cxx' || echo './'`bounding_box.cxx; \
then mv ".deps/bounding_box.Tpo" ".deps/bounding_box.Po"; \
else rm -f ".deps/bounding_box.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT colors.o -MD -MP -MF ".deps/colors.Tpo" \
  -c -o colors.o `test -f 'colors.cxx' || echo './'`colors.cxx; \
then mv ".deps/colors.Tpo" ".deps/colors.Po"; \
else rm -f ".deps/colors.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT command_line.o -MD -MP -MF ".deps/command_line.Tpo" \
  -c -o command_line.o `test -f 'command_line.cxx' || echo './'`command_line.cxx; \
then mv ".deps/command_line.Tpo" ".deps/command_line.Po"; \
else rm -f ".deps/command_line.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT config.o -MD -MP -MF ".deps/config.Tpo" \
  -c -o config.o `test -f 'config.cxx' || echo './'`config.cxx; \
then mv ".deps/config.Tpo" ".deps/config.Po"; \
else rm -f ".deps/config.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT construo.o -MD -MP -MF ".deps/construo.Tpo" \
  -c -o construo.o `test -f 'construo.cxx' || echo './'`construo.cxx; \
then mv ".deps/construo.Tpo" ".deps/construo.Po"; \
else rm -f ".deps/construo.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT controller.o -MD -MP -MF ".deps/controller.Tpo" \
  -c -o controller.o `test -f 'controller.cxx' || echo './'`controller.cxx; \
then mv ".deps/controller.Tpo" ".deps/controller.Po"; \
else rm -f ".deps/controller.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT globals.o -MD -MP -MF ".deps/globals.Tpo" \
  -c -o globals.o `test -f 'globals.cxx' || echo './'`globals.cxx; \
then mv ".deps/globals.Tpo" ".deps/globals.Po"; \
else rm -f ".deps/globals.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_buttons.o -MD -MP -MF ".deps/gui_buttons.Tpo" \
  -c -o gui_buttons.o `test -f 'gui_buttons.cxx' || echo './'`gui_buttons.cxx; \
then mv ".deps/gui_buttons.Tpo" ".deps/gui_buttons.Po"; \
else rm -f ".deps/gui_buttons.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_child_manager.o -MD -MP -MF ".deps/gui_child_manager.Tpo" \
  -c -o gui_child_manager.o `test -f 'gui_child_manager.cxx' || echo './'`gui_child_manager.cxx; \
then mv ".deps/gui_child_manager.Tpo" ".deps/gui_child_manager.Po"; \
else rm -f ".deps/gui_child_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_component.o -MD -MP -MF ".deps/gui_component.Tpo" \
  -c -o gui_component.o `test -f 'gui_component.cxx' || echo './'`gui_component.cxx; \
then mv ".deps/gui_component.Tpo" ".deps/gui_component.Po"; \
else rm -f ".deps/gui_component.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_directory.o -MD -MP -MF ".deps/gui_directory.Tpo" \
  -c -o gui_directory.o `test -f 'gui_directory.cxx' || echo './'`gui_directory.cxx; \
then mv ".deps/gui_directory.Tpo" ".deps/gui_directory.Po"; \
else rm -f ".deps/gui_directory.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_directory_button.o -MD -MP -MF ".deps/gui_directory_button.Tpo" \
  -c -o gui_directory_button.o `test -f 'gui_directory_button.cxx' || echo './'`gui_directory_button.cxx; \
then mv ".deps/gui_directory_button.Tpo" ".deps/gui_directory_button.Po"; \
else rm -f ".deps/gui_directory_button.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_file_button.o -MD -MP -MF ".deps/gui_file_button.Tpo" \
  -c -o gui_file_button.o `test -f 'gui_file_button.cxx' || echo './'`gui_file_button.cxx; \
then mv ".deps/gui_file_button.Tpo" ".deps/gui_file_button.Po"; \
else rm -f ".deps/gui_file_button.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_file_manager.o -MD -MP -MF ".deps/gui_file_manager.Tpo" \
  -c -o gui_file_manager.o `test -f 'gui_file_manager.cxx' || echo './'`gui_file_manager.cxx; \
then mv ".deps/gui_file_manager.Tpo" ".deps/gui_file_manager.Po"; \
else rm -f ".deps/gui_file_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_label.o -MD -MP -MF ".deps/gui_label.Tpo" \
  -c -o gui_label.o `test -f 'gui_label.cxx' || echo './'`gui_label.cxx; \
then mv ".deps/gui_label.Tpo" ".deps/gui_label.Po"; \
else rm -f ".deps/gui_label.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_manager.o -MD -MP -MF ".deps/gui_manager.Tpo" \
  -c -o gui_manager.o `test -f 'gui_manager.cxx' || echo './'`gui_manager.cxx; \
then mv ".deps/gui_manager.Tpo" ".deps/gui_manager.Po"; \
else rm -f ".deps/gui_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_new_file_button.o -MD -MP -MF ".deps/gui_new_file_button.Tpo" \
  -c -o gui_new_file_button.o `test -f 'gui_new_file_button.cxx' || echo './'`gui_new_file_button.cxx; \
then mv ".deps/gui_new_file_button.Tpo" ".deps/gui_new_file_button.Po"; \
else rm -f ".deps/gui_new_file_button.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT gui_window.o -MD -MP -MF ".deps/gui_window.Tpo" \
  -c -o gui_window.o `test -f 'gui_window.cxx' || echo './'`gui_window.cxx; \
then mv ".deps/gui_window.Tpo" ".deps/gui_window.Po"; \
else rm -f ".deps/gui_window.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT input_context.o -MD -MP -MF ".deps/input_context.Tpo" \
  -c -o input_context.o `test -f 'input_context.cxx' || echo './'`input_context.cxx; \
then mv ".deps/input_context.Tpo" ".deps/input_context.Po"; \
else rm -f ".deps/input_context.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT keep_alive_mgr.o -MD -MP -MF ".deps/keep_alive_mgr.Tpo" \
  -c -o keep_alive_mgr.o `test -f 'keep_alive_mgr.cxx' || echo './'`keep_alive_mgr.cxx; \
then mv ".deps/keep_alive_mgr.Tpo" ".deps/keep_alive_mgr.Po"; \
else rm -f ".deps/keep_alive_mgr.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT lisp_reader.o -MD -MP -MF ".deps/lisp_reader.Tpo" \
  -c -o lisp_reader.o `test -f 'lisp_reader.cxx' || echo './'`lisp_reader.cxx; \
then mv ".deps/lisp_reader.Tpo" ".deps/lisp_reader.Po"; \
else rm -f ".deps/lisp_reader.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT lisp_writer.o -MD -MP -MF ".deps/lisp_writer.Tpo" \
  -c -o lisp_writer.o `test -f 'lisp_writer.cxx' || echo './'`lisp_writer.cxx; \
then mv ".deps/lisp_writer.Tpo" ".deps/lisp_writer.Po"; \
else rm -f ".deps/lisp_writer.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT lispreader.o -MD -MP -MF ".deps/lispreader.Tpo" \
  -c -o lispreader.o `test -f 'lispreader.cxx' || echo './'`lispreader.cxx; \
then mv ".deps/lispreader.Tpo" ".deps/lispreader.Po"; \
else rm -f ".deps/lispreader.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT load_gui_manager.o -MD -MP -MF ".deps/load_gui_manager.Tpo" \
  -c -o load_gui_manager.o `test -f 'load_gui_manager.cxx' || echo './'`load_gui_manager.cxx; \
then mv ".deps/load_gui_manager.Tpo" ".deps/load_gui_manager.Po"; \
else rm -f ".deps/load_gui_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT particle.o -MD -MP -MF ".deps/particle.Tpo" \
  -c -o particle.o `test -f 'particle.cxx' || echo './'`particle.cxx; \
then mv ".deps/particle.Tpo" ".deps/particle.Po"; \
else rm -f ".deps/particle.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT particle_factory.o -MD -MP -MF ".deps/particle_factory.Tpo" \
  -c -o particle_factory.o `test -f 'particle_factory.cxx' || echo './'`particle_factory.cxx; \
then mv ".deps/particle_factory.Tpo" ".deps/particle_factory.Po"; \
else rm -f ".deps/particle_factory.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT path_manager.o -MD -MP -MF ".deps/path_manager.Tpo" \
  -c -o path_manager.o `test -f 'path_manager.cxx' || echo './'`path_manager.cxx; \
then mv ".deps/path_manager.Tpo" ".deps/path_manager.Po"; \
else rm -f ".deps/path_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT rect_collider.o -MD -MP -MF ".deps/rect_collider.Tpo" \
  -c -o rect_collider.o `test -f 'rect_collider.cxx' || echo './'`rect_collider.cxx; \
then mv ".deps/rect_collider.Tpo" ".deps/rect_collider.Po"; \
else rm -f ".deps/rect_collider.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT root_graphic_context.o -MD -MP -MF ".deps/root_graphic_context.Tpo" \
  -c -o root_graphic_context.o `test -f 'root_graphic_context.cxx' || echo './'`root_graphic_context.cxx; \
then mv ".deps/root_graphic_context.Tpo" ".deps/root_graphic_context.Po"; \
else rm -f ".deps/root_graphic_context.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT save_gui_manager.o -MD -MP -MF ".deps/save_gui_manager.Tpo" \
  -c -o save_gui_manager.o `test -f 'save_gui_manager.cxx' || echo './'`save_gui_manager.cxx; \
then mv ".deps/save_gui_manager.Tpo" ".deps/save_gui_manager.Po"; \
else rm -f ".deps/save_gui_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT screen_manager.o -MD -MP -MF ".deps/screen_manager.Tpo" \
  -c -o screen_manager.o `test -f 'screen_manager.cxx' || echo './'`screen_manager.cxx; \
then mv ".deps/screen_manager.Tpo" ".deps/screen_manager.Po"; \
else rm -f ".deps/screen_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT selection.o -MD -MP -MF ".deps/selection.Tpo" \
  -c -o selection.o `test -f 'selection.cxx' || echo './'`selection.cxx; \
then mv ".deps/selection.Tpo" ".deps/selection.Po"; \
else rm -f ".deps/selection.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT settings.o -MD -MP -MF ".deps/settings.Tpo" \
  -c -o settings.o `test -f 'settings.cxx' || echo './'`settings.cxx; \
then mv ".deps/settings.Tpo" ".deps/settings.Po"; \
else rm -f ".deps/settings.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT spring.o -MD -MP -MF ".deps/spring.Tpo" \
  -c -o spring.o `test -f 'spring.cxx' || echo './'`spring.cxx; \
then mv ".deps/spring.Tpo" ".deps/spring.Po"; \
else rm -f ".deps/spring.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT string_utils.o -MD -MP -MF ".deps/string_utils.Tpo" \
  -c -o string_utils.o `test -f 'string_utils.cxx' || echo './'`string_utils.cxx; \
then mv ".deps/string_utils.Tpo" ".deps/string_utils.Po"; \
else rm -f ".deps/string_utils.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT unix_system.o -MD -MP -MF ".deps/unix_system.Tpo" \
  -c -o unix_system.o `test -f 'unix_system.cxx' || echo './'`unix_system.cxx; \
then mv ".deps/unix_system.Tpo" ".deps/unix_system.Po"; \
else rm -f ".deps/unix_system.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT vector.o -MD -MP -MF ".deps/vector.Tpo" \
  -c -o vector.o `test -f 'vector.cxx' || echo './'`vector.cxx; \
then mv ".deps/vector.Tpo" ".deps/vector.Po"; \
else rm -f ".deps/vector.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT world.o -MD -MP -MF ".deps/world.Tpo" \
  -c -o world.o `test -f 'world.cxx' || echo './'`world.cxx; \
then mv ".deps/world.Tpo" ".deps/world.Po"; \
else rm -f ".deps/world.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT world_button.o -MD -MP -MF ".deps/world_button.Tpo" \
  -c -o world_button.o `test -f 'world_button.cxx' || echo './'`world_button.cxx; \
then mv ".deps/world_button.Tpo" ".deps/world_button.Po"; \
else rm -f ".deps/world_button.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT world_gui_manager.o -MD -MP -MF ".deps/world_gui_manager.Tpo" \
  -c -o world_gui_manager.o `test -f 'world_gui_manager.cxx' || echo './'`world_gui_manager.cxx; \
then mv ".deps/world_gui_manager.Tpo" ".deps/world_gui_manager.Po"; \
else rm -f ".deps/world_gui_manager.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_collider_tool.o -MD -MP -MF ".deps/worldview_collider_tool.Tpo" \
  -c -o worldview_collider_tool.o `test -f 'worldview_collider_tool.cxx' || echo './'`worldview_collider_tool.cxx; \
then mv ".deps/worldview_collider_tool.Tpo" ".deps/worldview_collider_tool.Po"; \
else rm -f ".deps/worldview_collider_tool.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_component.o -MD -MP -MF ".deps/worldview_component.Tpo" \
  -c -o worldview_component.o `test -f 'worldview_component.cxx' || echo './'`worldview_component.cxx; \
then mv ".deps/worldview_component.Tpo" ".deps/worldview_component.Po"; \
else rm -f ".deps/worldview_component.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_insert_tool.o -MD -MP -MF ".deps/worldview_insert_tool.Tpo" \
  -c -o worldview_insert_tool.o `test -f 'worldview_insert_tool.cxx' || echo './'`worldview_insert_tool.cxx; \
then mv ".deps/worldview_insert_tool.Tpo" ".deps/worldview_insert_tool.Po"; \
else rm -f ".deps/worldview_insert_tool.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_select_tool.o -MD -MP -MF ".deps/worldview_select_tool.Tpo" \
  -c -o worldview_select_tool.o `test -f 'worldview_select_tool.cxx' || echo './'`worldview_select_tool.cxx; \
then mv ".deps/worldview_select_tool.Tpo" ".deps/worldview_select_tool.Po"; \
else rm -f ".deps/worldview_select_tool.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_tool.o -MD -MP -MF ".deps/worldview_tool.Tpo" \
  -c -o worldview_tool.o `test -f 'worldview_tool.cxx' || echo './'`worldview_tool.cxx; \
then mv ".deps/worldview_tool.Tpo" ".deps/worldview_tool.Po"; \
else rm -f ".deps/worldview_tool.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT worldview_zoom_tool.o -MD -MP -MF ".deps/worldview_zoom_tool.Tpo" \
  -c -o worldview_zoom_tool.o `test -f 'worldview_zoom_tool.cxx' || echo './'`worldview_zoom_tool.cxx; \
then mv ".deps/worldview_zoom_tool.Tpo" ".deps/worldview_zoom_tool.Po"; \
else rm -f ".deps/worldview_zoom_tool.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -pipe -O2 -fomit-frame-pointer -MT zoom_graphic_context.o -MD -MP -MF ".deps/zoom_graphic_context.Tpo" \
  -c -o zoom_graphic_context.o `test -f 'zoom_graphic_context.cxx' || echo './'`zoom_graphic_context.cxx; \
then mv ".deps/zoom_graphic_context.Tpo" ".deps/zoom_graphic_context.Po"; \
else rm -f ".deps/zoom_graphic_context.Tpo"; exit 1; \
fi
rm -f libconstruo.a
ar cru libconstruo.a bounding_box.o colors.o command_line.o config.o construo.o controller.o globals.o gui_buttons.o gui_child_manager.o gui_component.o gui_directory.o gui_directory_button.o gui_file_button.o gui_file_manager.o gui_label.o gui_manager.o gui_new_file_button.o gui_window.o input_context.o keep_alive_mgr.o lisp_reader.o lisp_writer.o lispreader.o load_gui_manager.o particle.o particle_factory.o path_manager.o rect_collider.o root_graphic_context.o save_gui_manager.o screen_manager.o selection.o settings.o spring.o string_utils.o unix_system.o vector.o world.o world_button.o world_gui_manager.o worldview_collider_tool.o worldview_component.o worldview_insert_tool.o worldview_select_tool.o worldview_tool.o worldview_zoom_tool.o zoom_graphic_context.o
ranlib libconstruo.a
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -DUSE_X11_DISPLAY -pipe -O2 -fomit-frame-pointer  -I/usr/X11R6/include -pipe -O2 -fomit-frame-pointer -MT construo_x11-construo_main.o -MD -MP -MF ".deps/construo_x11-construo_main.Tpo" \
  -c -o construo_x11-construo_main.o `test -f 'construo_main.cxx' || echo './'`construo_main.cxx; \
then mv ".deps/construo_x11-construo_main.Tpo" ".deps/construo_x11-construo_main.Po"; \
else rm -f ".deps/construo_x11-construo_main.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -DUSE_X11_DISPLAY -pipe -O2 -fomit-frame-pointer  -I/usr/X11R6/include -pipe -O2 -fomit-frame-pointer -MT construo_x11-x11_display.o -MD -MP -MF ".deps/construo_x11-x11_display.Tpo" \
  -c -o construo_x11-x11_display.o `test -f 'x11_display.cxx' || echo './'`x11_display.cxx; \
then mv ".deps/construo_x11-x11_display.Tpo" ".deps/construo_x11-x11_display.Po"; \
else rm -f ".deps/construo_x11-x11_display.Tpo"; exit 1; \
fi
g++  -pipe -O2 -fomit-frame-pointer   -o construo.x11  construo_x11-construo_main.o construo_x11-x11_display.o libconstruo.a   -L/usr/X11R6/lib  -lSM -lICE  -lX11 -lXext -lXxf86vm -lz
make[2]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
make[1]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'

>>> Install construo-0.2.2 into /var/tmp/portage/construo-0.2.2/image/ category games-puzzle
Making install in examples
make[1]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[2]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples
mkdir -p -- /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 balance.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/balance.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 ball.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/ball.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 basketball.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/basketball.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bigthing.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bigthing.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 borg.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/borg.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridg4.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridg4.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge3.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge3.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge4.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge4.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge5.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge5.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge6-1.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge6-1.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridge6.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridge6.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bridgio.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bridgio.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 bug.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/bug.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 candle.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/candle.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 capsule.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/capsule.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 colido.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/colido.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 complex.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/complex.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 complexus.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/complexus.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 crashtest.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/crashtest.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 dancing.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/dancing.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 dodge.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/dodge.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 explosion.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/explosion.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 galactica.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/galactica.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 hangon.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/hangon.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 house.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/house.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 jesus.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/jesus.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 jesus2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/jesus2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 joe.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/joe.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 kamikaze.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/kamikaze.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 krahn.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/krahn.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 kran2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/kran2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 kranfree.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/kranfree.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 landingv2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/landingv2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 logo.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/logo.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 monster.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/monster.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 moonlander.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/moonlander.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 mrwooble.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/mrwooble.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 needle.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/needle.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 pendel45.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/pendel45.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 pendulum.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/pendulum.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 penguin.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/penguin.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 penguin2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/penguin2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 pig.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/pig.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 plane.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/plane.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 planelanding.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/planelanding.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 rocket.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/rocket.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 rocketlanding.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/rocketlanding.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 rotatium.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/rotatium.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 scorpion.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/scorpion.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 shangon.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/shangon.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 simple.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/simple.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 stabilo.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/stabilo.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 stretch.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/stretch.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 temple.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/temple.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 test.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/test.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 tetherball.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/tetherball.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 thingo.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/thingo.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 thingo2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/thingo2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 tower.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/tower.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 waaagggee45.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/waaagggee45.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 wheels.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/wheels.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 wooble.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/wooble.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 zeppelin.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/zeppelin.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 ziege.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/ziege.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave0.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave0.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave1.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave1.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave3.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave3.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave4.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave4.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave5.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave5.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave6.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave6.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave7.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave7.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave8.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave8.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh/quicksave9.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh/quicksave9.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave1.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave1.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave2.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave2.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave3.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave3.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave4.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave4.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave5.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave5.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave6.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave6.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave7.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave7.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave8.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave8.construo
 /var/tmp/portage/construo-0.2.2/work/construo-0.2.2/install-sh -c -m 644 choh2/quicksave9.construo /var/tmp/portage/construo-0.2.2/image//usr/share/games/construo/examples/choh2/quicksave9.construo
make[2]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[1]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2/examples'
make[1]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
make[2]: Entering directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
/bin/sh ./mkinstalldirs /var/tmp/portage/construo-0.2.2/image//usr/games/bin
mkdir -p -- /var/tmp/portage/construo-0.2.2/image//usr/games/bin
  /bin/install -c construo.x11 /var/tmp/portage/construo-0.2.2/image//usr/games/bin/construo.x11
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
make[1]: Leaving directory `/var/tmp/portage/construo-0.2.2/work/construo-0.2.2'
man:
prepallstrip:
strip:
strip:
   usr/games/bin/construo.x11
>>> Completed installing into /var/tmp/portage/construo-0.2.2/image/

>>> Merging games-puzzle/construo-0.2.2 to /
--- /usr/
--- /usr/share/
--- /usr/share/games/
>>> /usr/share/games/construo/
>>> /usr/share/games/construo/examples/
>>> /usr/share/games/construo/examples/choh/
>>> /usr/share/games/construo/examples/choh/quicksave0.construo
>>> /usr/share/games/construo/examples/choh/quicksave1.construo
>>> /usr/share/games/construo/examples/choh/quicksave2.construo
>>> /usr/share/games/construo/examples/choh/quicksave3.construo
>>> /usr/share/games/construo/examples/choh/quicksave4.construo
>>> /usr/share/games/construo/examples/choh/quicksave5.construo
>>> /usr/share/games/construo/examples/choh/quicksave6.construo
>>> /usr/share/games/construo/examples/choh/quicksave7.construo
>>> /usr/share/games/construo/examples/choh/quicksave8.construo
>>> /usr/share/games/construo/examples/choh/quicksave9.construo
>>> /usr/share/games/construo/examples/balance.construo
>>> /usr/share/games/construo/examples/ball.construo
>>> /usr/share/games/construo/examples/basketball.construo
>>> /usr/share/games/construo/examples/bigthing.construo
>>> /usr/share/games/construo/examples/borg.construo
>>> /usr/share/games/construo/examples/bridg4.construo
>>> /usr/share/games/construo/examples/bridge.construo
>>> /usr/share/games/construo/examples/bridge2.construo
>>> /usr/share/games/construo/examples/bridge3.construo
>>> /usr/share/games/construo/examples/bridge4.construo
>>> /usr/share/games/construo/examples/bridge5.construo
>>> /usr/share/games/construo/examples/bridge6-1.construo
>>> /usr/share/games/construo/examples/bridge6.construo
>>> /usr/share/games/construo/examples/bridgio.construo
>>> /usr/share/games/construo/examples/bug.construo
>>> /usr/share/games/construo/examples/candle.construo
>>> /usr/share/games/construo/examples/capsule.construo
>>> /usr/share/games/construo/examples/colido.construo
>>> /usr/share/games/construo/examples/complex.construo
>>> /usr/share/games/construo/examples/complexus.construo
>>> /usr/share/games/construo/examples/crashtest.construo
>>> /usr/share/games/construo/examples/dancing.construo
>>> /usr/share/games/construo/examples/dodge.construo
>>> /usr/share/games/construo/examples/explosion.construo
>>> /usr/share/games/construo/examples/galactica.construo
>>> /usr/share/games/construo/examples/hangon.construo
>>> /usr/share/games/construo/examples/house.construo
>>> /usr/share/games/construo/examples/jesus.construo
>>> /usr/share/games/construo/examples/jesus2.construo
>>> /usr/share/games/construo/examples/joe.construo
>>> /usr/share/games/construo/examples/kamikaze.construo
>>> /usr/share/games/construo/examples/krahn.construo
>>> /usr/share/games/construo/examples/kran2.construo
>>> /usr/share/games/construo/examples/kranfree.construo
>>> /usr/share/games/construo/examples/landingv2.construo
>>> /usr/share/games/construo/examples/logo.construo
>>> /usr/share/games/construo/examples/monster.construo
>>> /usr/share/games/construo/examples/moonlander.construo
>>> /usr/share/games/construo/examples/mrwooble.construo
>>> /usr/share/games/construo/examples/needle.construo
>>> /usr/share/games/construo/examples/pendel45.construo
>>> /usr/share/games/construo/examples/pendulum.construo
>>> /usr/share/games/construo/examples/penguin.construo
>>> /usr/share/games/construo/examples/penguin2.construo
>>> /usr/share/games/construo/examples/pig.construo
>>> /usr/share/games/construo/examples/plane.construo
>>> /usr/share/games/construo/examples/planelanding.construo
>>> /usr/share/games/construo/examples/rocket.construo
>>> /usr/share/games/construo/examples/rocketlanding.construo
>>> /usr/share/games/construo/examples/rotatium.construo
>>> /usr/share/games/construo/examples/scorpion.construo
>>> /usr/share/games/construo/examples/shangon.construo
>>> /usr/share/games/construo/examples/simple.construo
>>> /usr/share/games/construo/examples/stabilo.construo
>>> /usr/share/games/construo/examples/stretch.construo
>>> /usr/share/games/construo/examples/temple.construo
>>> /usr/share/games/construo/examples/test.construo
>>> /usr/share/games/construo/examples/tetherball.construo
>>> /usr/share/games/construo/examples/thingo.construo
>>> /usr/share/games/construo/examples/thingo2.construo
>>> /usr/share/games/construo/examples/tower.construo
>>> /usr/share/games/construo/examples/waaagggee45.construo
>>> /usr/share/games/construo/examples/wheels.construo
>>> /usr/share/games/construo/examples/wooble.construo
>>> /usr/share/games/construo/examples/zeppelin.construo
>>> /usr/share/games/construo/examples/ziege.construo
>>> /usr/share/games/construo/examples/choh2/
>>> /usr/share/games/construo/examples/choh2/quicksave1.construo
>>> /usr/share/games/construo/examples/choh2/quicksave2.construo
>>> /usr/share/games/construo/examples/choh2/quicksave3.construo
>>> /usr/share/games/construo/examples/choh2/quicksave4.construo
>>> /usr/share/games/construo/examples/choh2/quicksave5.construo
>>> /usr/share/games/construo/examples/choh2/quicksave6.construo
>>> /usr/share/games/construo/examples/choh2/quicksave7.construo
>>> /usr/share/games/construo/examples/choh2/quicksave8.construo
>>> /usr/share/games/construo/examples/choh2/quicksave9.construo
--- /usr/share/doc/
>>> /usr/share/doc/construo-0.2.2/
>>> /usr/share/doc/construo-0.2.2/AUTHORS.gz
>>> /usr/share/doc/construo-0.2.2/INSTALL.gz
>>> /usr/share/doc/construo-0.2.2/NEWS.gz
>>> /usr/share/doc/construo-0.2.2/INSTALL.configure.gz
>>> /usr/share/doc/construo-0.2.2/README.gz
>>> /usr/share/doc/construo-0.2.2/TODO.gz
--- /usr/games/
--- /usr/games/bin/
>>> /usr/games/bin/construo.x11
 * Remember, in order to play games, you have to
 * be in the 'games' group.

 * See the usermod(8) manpage for more information.

 * Caching service dependencies...
>>> games-puzzle/construo-0.2.2 merged.
>>> Recording games-puzzle/construo in "world" favorites file...

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

bash-2.05b#
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-05-27 08:54:26 UTC
[Hint: No need for a whole log of emerge, just give us your emerge info and the things you tested with it.]

In CVS now, thanks!