EOP install hangs on Mac - problem with awk?

42 views
Skip to first unread message

William Ferreira

unread,
Sep 4, 2015, 8:43:44 AM9/4/15
to eop-users

Hello


I'm trying to install EOP on a MacBook Pro running OS X Yosemite. I'm following the instructions here:



When I get to step 5. and execute the following command to install the treetagger:


bash ./install.sh {_version_} treetagger

The installation reports a warning about awk, and then hangs (see the output below copy-pasted from the terminal). Can I run EOP on a Mac, and if yes, how do I fix this awk issue?


Kind regards


Will


williamferreira$ bash ./install.sh 1.2.3 treetagger


Testing Maven ...  

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T12:57:37+01:00)

Maven home: /Users/williamferreira/apache-maven-3.3.3

Java version: 1.8.0_25, vendor: Oracle Corporation

Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre

Default locale: en_US, platform encoding: UTF-8

OS name: "mac os x", version: "10.10.2", arch: "x86_64", family: "mac"

OK


Testing Java ...  

java version "1.8.0_25"

Java(TM) SE Runtime Environment (build 1.8.0_25-b17)

Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

OK


Testing ant ...  

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

OK


Testing awk ...  

awk: unknown option -W ignored

Roberto Ferrari

unread,
Sep 4, 2015, 9:03:01 AM9/4/15
to eop-...@googlegroups.com
Hello,

Given that you have awk installed (testing awk is not necessary) you could open the install.sh script and then you could comment the row:
#echo "Testing awk ...  "
#awk -W version
#check

i.e.

# ant and awk test for installing TreeTagger
if [ "$INSTALLING_TREETAGGER" == "treetagger" ]; then
        echo ""
    echo "Testing ant ...  "
      /opt/share/apache-ant-1.9.3/bin/ant -version
    check
        echo ""
        #echo "Testing awk ...  "
        #awk -W version
        #check
fi

this should solve the issue

Best,
Roberto

--
You received this message because you are subscribed to the Google Groups "eop-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eop-users+...@googlegroups.com.
To post to this group, send email to eop-...@googlegroups.com.
Visit this group at http://groups.google.com/group/eop-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/eop-users/0a151f1b-13bd-4d33-b19a-62381dc4417e%40googlegroups.com.

William Ferreira

unread,
Sep 4, 2015, 9:15:24 AM9/4/15
to eop-users
Thanks. That has moved the install along quite a bit.
Reply all
Reply to author
Forward
0 new messages