Package: simh
Version: 3.7.0-1
Followup-For: Bug #392834

Hello

'libpcap' which is needed for VAX networking is already in Debian 4.0,
named as 'libpcap0.8*'

ii  libpcap0.8     0.9.5-1  System interface for user-level packet captu
ii  libpcap0.8-dev 0.9.5-1  Development library and header files for lib

I couldn't get simh 3.6 to work with libpcap0.8, but simh 3.7.0-1
compiles and VAX networking operates smoothly.

To compile, it needs a simple patch:

diff -u -r --new-file simh-3.7.0-orig/debian/control
simh-3.7.0/debian/control
--- simh-3.7.0-orig/debian/control      2007-04-25 12:39:40.000000000 +0200
+++ simh-3.7.0/debian/control   2007-04-25 12:37:09.260451910 +0200
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Vince Mulhollon <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libpcap-dev
+Build-Depends: debhelper (>= 5), libpcap0.8-dev
 Standards-Version: 3.7.2.2
 
 Package: simh
diff -u -r --new-file simh-3.7.0-orig/debian/rules simh-3.7.0/debian/rules
--- simh-3.7.0-orig/debian/rules        2007-04-25 12:39:40.000000000 +0200
+++ simh-3.7.0/debian/rules     2007-04-25 12:36:51.439436346 +0200
@@ -22,7 +22,7 @@
 
        # Add here commands to compile the package.
        $(MAKE)
-       $(MAKE) DESTDIR=$(CURDIR)/debian/simh
+       $(MAKE) DESTDIR=$(CURDIR)/debian/simh USE_NETWORK=1
        #/usr/bin/docbook-to-man debian/simh.sgml > simh.1
 
        touch build-stamp
diff -u -r --new-file simh-3.7.0-orig/makefile simh-3.7.0/makefile
--- simh-3.7.0-orig/makefile    2007-04-25 12:39:40.000000000 +0200
+++ simh-3.7.0/makefile 2007-04-25 12:34:21.758906541 +0200
@@ -5,7 +5,7 @@
 
 ifeq ($(USE_NETWORK),)
 else
-NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include -L /usr/local/lib
+NETWORK_OPT = -DUSE_NETWORK -isystem /usr/include /usr/lib/libpcap.a
 endif
 
 #

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20.7-prometeo
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages simh depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries

simh recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to