Opened 19 years ago
Closed 19 years ago
#4242 closed defect (worksforme)
BUG: openjade fails to build, missing opensp dependency
Reported by: | dhazeghi@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Just had a go at building openjade with latest dports cvs. Looks like a missing dependency in the portfile:
cygnus:~ dara$ sudo port install openjade ---> Fetching mkcatalog ---> Attempting to fetch mkcatalog-1.1.tar.gz from http://soupnazi.org/OSX/dports/distfiles/ ---> Verifying checksum(s) for mkcatalog ---> Extracting mkcatalog ---> Configuring mkcatalog ---> Building mkcatalog with target all ---> Staging mkcatalog into destroot ---> Packaging tgz archive for mkcatalog 1.1_0 ---> Installing mkcatalog 1.1_0 ---> Activating mkcatalog 1.1_0 ---> Cleaning mkcatalog ---> Fetching openjade ---> Attempting to fetch openjade-1.3.2.tar.gz from http://puzzle.dl.sourceforge.net/openjade ---> Verifying checksum(s) for openjade ---> Extracting openjade ---> Applying patches to openjade ---> Configuring openjade Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_textproc_openjade /work/openjade-1.3.2" && LDFLAGS="-L/opt/local/lib" LIBS="-L/opt/local/lib" CXXFLAGS="-I/opt/ local/include -fno-rtti" ./configure --prefix=/opt/local --enable-http --enable-html --enable-mif -- disable-dependency-tracking --enable-default-catalog=/opt/local/share/sgml/catalog --datadir=/ opt/local/share/sgml/openjade" returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking location of OpenSP include files... checking for /opt/local/include/OpenSP... no checking for /usr/local/include/OpenSP... no checking for /usr/include/OpenSP... no configure: error: "OpenSP include files do not exist"
Change History (3)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to kevin@… |
---|
comment:2 Changed 19 years ago by mww@…
Summary: | openjade fails to build, missing opensp dependency → BUG: openjade fails to build, missing opensp dependency |
---|
comment:3 Changed 19 years ago by olegb@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The dependency works for me, also when builing.
m00:~ olegb$ port deps openjade openjade has library dependencies on:
opensp
openjade has runtime dependencies on:
mkcatalog
m00:~ olegb$ grep -i opensp src/dports/textproc/openjade/Portfile depends_lib lib:libosp.3:opensp
please assign to maintainer;