Now I have been able to continue with the build from step 10 in my list:

From step 10,
    cd ~/genode/libports; make prepare
    cd ~/genode/qt4; make prepare

This step completed well.

11.  Now go into the "build" directory and do the make for seoul

      cd ~/genode/gnova64
      make run/seoul-fancy      

A lot of compiling and then errors here:
--------------------------------------------------------------
    .
    .
    . 
    COMPILE  model/vbios.o
    COMPILE  model/vcpu.o
    COMPILE  model/vga.o
    COMPILE  network.o
    COMPILE  nova_user_env.o
    LINK     vancouver
  Library launchpad
    COMPILE  launchpad.o
    MERGE    launchpad.lib.a
  Program app/launchpad/launchpad
    COMPILE  launcher.o
    COMPILE  launchpad_window.o
    COMPILE  main.o
    LINK     launchpad
make[1]: Leaving directory `/home/lonnie/genode/gnova64'
genode build completed
cp: cannot stat `bin/nic_drv': No such file or directory
    while executing
"exec cp bin/$binary [run_dir]/genode"
    (procedure "copy_and_strip_genode_binaries_to_run_dir" line 4)
    invoked from within
"copy_and_strip_genode_binaries_to_run_dir $binaries"
    (procedure "build_boot_image" line 6)
    invoked from within
"build_boot_image $boot_modules"
    (file "/home/lonnie/genode/ports/run/seoul.inc" line 403)
    invoked from within
"source ${genode_dir}/ports/run/seoul.inc"
    (file "/home/lonnie/genode/ports/run/seoul-fancy.run" line 52)
    invoked from within
"source $include_name"
    ("foreach" body line 3)
    invoked from within
"foreach include_name [get_cmd_arg --include ""] {
puts "using run script $include_name"
source $include_name
}"
    (file "/home/lonnie/genode/tool/run" line 812)
make: *** [run/seoul-fancy] Error 1
lonnie@...223...:~/genode/gnova64$ 
--------------------------------------------------

Looks like I am making progress, but still some things not yet completed.

 Any ideas folks?

Kind Regards and have a great day,
Lonnie 

On Thu, Dec 26, 2013 at 1:46 PM, Lonnie Cumberland <lonnie@...218...> wrote:
I have also had to update the version to pcre-8.34.tar.bz2 instead of pcre-8.30.tar.bz2 which is specified in the 

genode/libports/ports/pcre.inc

Kind Regards and have a great day,
Lonnie

On Thu, Dec 26, 2013 at 1:42 PM, Lonnie Cumberland <lonnie@...218...> wrote:
Hi Christian,

I resolved the OPENSSL problem by adding "--no-check-certificate" to wget in the "openssl.mk" file in the libports/ports directory:

-----------------------------------------------------------------------------------

OPENSSL_VERSION  = 1.0.1c
OPENSSL          = openssl-$(OPENSSL_VERSION)
OPENSSL_TGZ      = $(OPENSSL).tar.gz
OPENSSL_SIG      = $(OPENSSL_TGZ).asc
OPENSSL_URL      = $(OPENSSL_BASE_URL)/$(OPENSSL_TGZ)
OPENSSL_URL_SIG  = $(OPENSSL_BASE_URL)/$(OPENSSL_SIG)
OPENSSL_KEY      = "49A563D9 26BB437D F295C759 9C58A66D 2118CF83 F709453B 5A6A9B85"

# local openssl src
OPENSSL_SRC      = src/lib/openssl

#
# Interface to top-level prepare Makefile
#
PORTS += $(OPENSSL)

prepare-openssl: $(CONTRIB_DIR)/$(OPENSSL) include/openssl generate_asm

#$(CONTRIB_DIR)/$(OPENSSL):

#
# Port-specific local rules
#
$(DOWNLOAD_DIR)/$(OPENSSL_TGZ):
        $(VERBOSE)wget  --no-check-certificate -c -P $(DOWNLOAD_DIR) $(OPENSSL_URL) && touch $@

$(DOWNLOAD_DIR)/$(OPENSSL_SIG):
        $(VERBOSE)wget  --no-check-certificate -c -P $(DOWNLOAD_DIR) $(OPENSSL_URL_SIG) && touch $@

-----------------------------------------------------------------------------------

Regards,
Lonnie

On Thu, Dec 26, 2013 at 1:21 PM, Christian Prochaska <christian.prochaska@...1...> wrote:
Hello Lonnie,


On 26.12.2013 17:20, Lonnie Cumberland wrote:
ERROR HERE-------------------------------
Resolving www.openssl.org (www.openssl.org)... 185.9.166.106
Connecting to www.openssl.org (www.openssl.org)|185.9.166.106|:443... connected.
ERROR: The certificate of `www.openssl.org' is not trusted.
ERROR: The certificate of `www.openssl.org' hasn't got a known issuer.
make: *** [download/openssl-1.0.1c.tar.gz] Error 5

does 'sudo apt-get install ca-certificates' solve this problem?

Regards,
Christian


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Genode-main mailing list
Genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main