Bug 107664 - net/rexx-sock missing header file
Summary: net/rexx-sock missing header file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-07 22:10 UTC by Colin Brace
Modified: 2007-01-19 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Brace 2007-01-07 22:10:20 UTC
I think the following should be pretty self-evident. I rexx was previously installed (lang/oorexx): oorexx-3.0.0

$ sudo make install clean
=> RxSock-1.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/rxsock/.
RxSock-1.4.tar.gz                             100% of  121 kB  327 kBps
===>  Extracting for rexx-sock-1.4
=> MD5 Checksum OK for RxSock-1.4.tar.gz.
=> SHA256 Checksum OK for RxSock-1.4.tar.gz.
===>  Patching for rexx-sock-1.4
===>   rexx-sock-1.4 depends on executable in : rexx - found
===>   rexx-sock-1.4 depends on executable in : gmake - found
===>  Configuring for rexx-sock-1.4
creating cache ./config.cache
checking for one of the following C compilers: gcc acc cc c89... using cc specified in CC env variable
checking for gcc... (cached) cc
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  -pthread) works... yes
checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  -pthread) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for POSIXized ISC... no
checking host system type... i386-portbld-freebsd6.1
checking target system type... i386-portbld-freebsd6.1
checking build system type... i386-portbld-freebsd6.1
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking for ranlib... ranlib
checking for regina-config... no
checking for library containing dlopen... none required
checking for library containing crypt... -lcrypt
checking for flex... flex
checking for yywrap in -lfl... yes
checking for location of Rexx header file: rexxsaa.h... configure: error: Cannot find Rexx header file: rexxsaa.h; cannot configure
===>  Script "configure" failed unexpectedly.
Please report the problem to ports@FreeBSD.org [maintainer] and attach the
"/usr/ports/net/rexx-sock/work/RxSock-1.4/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

[...]
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-01-19 21:03:33 UTC
itetcu      2007-01-19 21:03:20 UTC

  FreeBSD ports repository

  Modified files:
    net/rexx-sock        Makefile 
  Log:
  - RUN_DEPENDS explicitly on lang/rexx-regina, as it's the only rexx flavour we
  know it builds with and it's supported by author.
  
  PR:             ports/107664 (prompted by)
  Submitted by:   Colin Brace
  
  Revision  Changes    Path
  1.7       +2 -2      ports/net/rexx-sock/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-19 21:05:49 UTC
State Changed
From-To: open->closed

I changed the port to depend explicitly on lang/rexx-regina, as it's the 
only rexx flavour we have we know it builds with and it's supported by 
author. Since the port is unmaintained, if you wish it fixed to work 
with other rexx'es you probably will have to send patches. Maybe you're 
interested in maintaining it ?