Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#38420 closed defect (fixed)

gjdb @6.1.2 needs --disable-dependency-tracking removed from its configure.universal_args

Reported by: cooljeanius (Eric Gallager) Owned by: larryv (Lawrence Velázquez)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: gjdb

Description

Its configure script doesn't recognize the flag. This port is nomaintainer btw.

Change History (5)

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

Does the configure phase fail when the flag is given?

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

Yes:

DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_gjdb/gjdb/work/gjdb-6.1.2" && ./configure --prefix=/opt/local --disable-dependency-tracking'
DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_gjdb/gjdb/work/gjdb-6.1.2" && ./configure --prefix=/opt/local --disable-dependency-tracking 
Usage: SRCDIR/configure [OPTIONS] [CONFIG_FILE]

where SRCDIR is the top-level directory for the GJDB distribution and 
OPTIONS contains the following

	--apphome=DIR    The location at which java is installed.  That is,
			 java and javac are in DIR/bin, and DIR/lib contains
			 the compiled standard class libraries.  
			 This version of gjdb requires jdk1.5 or higher.

	--prefix=DIR     Default directory prefix for installation (see
			 below).  Default is $HOME.

	--sharedir=DIR   Directory containing architecture-independent code.
	                 Default is prefix/share/gjdb.

	--docdir=DIR     Directory in which to install gjdb.pdf.  Default
	                 is sharedir/doc.

	--libdir=DIR     Directory in which to install gjdb.jar.  Default
			 is sharedir/lib

	--bindir=DIR     Directory in which to install gjdb.  Default is
			 prefix/bin

	--emacsdir=DIR   Directory in which to install gjdb.el.  Default is
			 sharedir/emacs/lisp

If CONFIG_FILE is specified, re-creates only that file.

Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_gjdb/gjdb/work/gjdb-6.1.2" && ./configure --prefix=/opt/local --disable-dependency-tracking 
Exit code: 1
Error: org.macports.configure for port gjdb returned: configure failure: command execution failed

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

Owner: changed from macports-tickets@… to larryv@…
Status: newassigned

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

Resolution: fixed
Status: assignedclosed

Done in r104144.

comment:5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

It does not install any architecture-specific files so there shouldn't be any universal variant. r104146

Note: See TracTickets for help on using tickets.