Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#38201 closed defect (invalid)

Error: graphviz cannot be built while nawk is active.

Reported by: parag.deshpande@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: cooljeanius (Eric Gallager)
Port: graphviz

Description (last modified by mf2k (Frank Schima))

Hello,

I am trying to build the linphone on my Mac OS X 10.7.5 with Xcode 4.6 and Mac ports installed . I am following the building guidelines provided with linphone source code as follows.

Linphone for iPhone depends on liblinphone sdk. This SDK is generated from makefiles and shell scripts. You must first install both xcode with iPhone OS SDK and MacPorts (www.macports.org) for these scripts to work.

Once xccode and macports are installed, open a terminal and install the required build-time tools with:

	$ sudo port install nawk coreutils automake autoconf libtool intltool wget pkgconfig cmake yasm doxygen

when i try to execute same command on terminal it gives following error to me

Error: graphviz cannot be built while nawk is active.
Error: Please deactivate nawk and try again.
Error: You can reactivate nawk again later.
Error: org.macports.configure for port graphviz returned: nawk is active
Error: Failed to install graphviz
Please see the log file for port graphviz for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_graphviz/graphviz/main.log
Error: The following dependencies were not installed: graphviz
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port oxygen failed

And this is the log file

version:1
:debug:clean changing euid/egid - current euid: 0 - current egid: 0
:debug:clean egid changed to: 501
:debug:clean euid changed to: 502
:debug:main Executing org.macports.main (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (graphviz)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Mon Feb 25 18:12:59 IST 2013
:notice:configure --->  Configuring graphviz
:debug:configure Using compiler 'Mac OS X clang'
:debug:configure Executing proc-pre-org.macports.configure-configure-0
:error:configure graphviz cannot be built while nawk is active.
:error:configure Please deactivate nawk and try again.
:error:configure You can reactivate nawk again later.
:error:configure org.macports.configure for port graphviz returned: nawk is active
:debug:configure Error code: NONE
:debug:configure Backtrace: nawk is active
    while executing
"$pre $targetname"
:info:configure Warning: targets not executed for graphviz: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:error:configure Failed to install graphviz
:debug:configure Registry error: graphviz not registered as installed & active.
    invoked from within
"registry_active ${subport}"
    invoked from within
"$workername eval registry_active \${subport}"
:notice:configure Please see the log file for port graphviz for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_graphviz/graphviz/main.log

Can any one help me to sort the issue.

Regards,

Parag

Change History (6)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: graphviz added
Resolution: invalid
Status: newclosed

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainer(s).

The port is correct, you need to do what it says. Please use the Macports-users Mailing List for tech support issues.

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

It'd still be nice to have this build conflict removed someday. I'd like to be able to have nawk installed and still be able to build graphviz.

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)

Also, doxygen should not be depending on graphviz. But that's a little off-topic.

comment:5 in reply to:  2 ; Changed 11 years ago by larryv (Lawrence Velázquez)

Replying to egall@…:

It'd still be nice to have this build conflict removed someday. I'd like to be able to have nawk installed and still be able to build graphviz.

#35327

comment:6 in reply to:  5 Changed 11 years ago by cooljeanius (Eric Gallager)

Replying to larryv@…:

Replying to egall@…:

It'd still be nice to have this build conflict removed someday. I'd like to be able to have nawk installed and still be able to build graphviz.

#35327

OK, moved discussion there.

Note: See TracTickets for help on using tickets.