Opened 15 years ago

Closed 15 years ago

#21027 closed defect (invalid)

gnuplot build error.

Reported by: ksaito11+macport@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port:

Description

When I try to run mpirun I get the following error.

$ sudo port install gnuplot
--->  Computing dependencies for gnuplot
Error: Target org.macports.activate returned: Registry error: automake 1.11_0 not registered as installed.
Error: The following dependencies failed to build: gd2 automake jpeg libpng libtool xpm pkgconfig xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans pdflib readline
Error: Status 1 encountered during processing.
$

Change History (3)

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

Keywords: snowleopard removed

What is the output of the following?

port installed automake

comment:2 Changed 15 years ago by ksaito11+macport@…

This is output.

$ sudo port installed automake
None of the specified ports are installed.
$ sudo port install automake
--->  Computing dependencies for automake
Error: Target org.macports.activate returned: Registry error: automake 1.11_0 not registered as installed.
Error: Status 1 encountered during processing.
$ sudo port clean --all automake
--->  Cleaning automake
$ sudo port install automake
--->  Computing dependencies for automake
--->  Fetching automake
--->  Attempting to fetch automake-1.11.tar.bz2 from ftp://ftp.dti.ad.jp/pub/GNU/automake
--->  Verifying checksum(s) for automake
--->  Extracting automake
--->  Configuring automake
--->  Building automake
--->  Staging automake into destroot
--->  Installing automake @1.11_0
--->  Activating automake @1.11_0
Error: Target org.macports.activate returned: Image error: /opt/local/bin/aclocal already exists and does not belong to a registered port.  Unable to activate port automake.
Error: Status 1 encountered during processing.
$

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

You either need to delete that file and activate or simply force the activate.

sudo port -f activate automake
Note: See TracTickets for help on using tickets.