Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2007 14:38:42 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jylefort@FreeBSD.org
Subject:   ports/118972: [PATCH] devel/linux-js: Mark IGNORE on 7.x due to ABI breakage
Message-ID:  <200712231338.lBNDcgg9063488@medusa.sysfault.org>
Resent-Message-ID: <200712231340.lBNDe1dk011677@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118972
>Category:       ports
>Synopsis:       [PATCH] devel/linux-js: Mark IGNORE on 7.x due to ABI breakage
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 23 13:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 7.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 7.0-BETA4 FreeBSD 7.0-BETA4 #3: Sat Dec 15 19:50:53 CET 2007
>Description:

Mark devel/linux-js INGORE on RELENG_7 due to an ABI breakage within the
module.

Port maintainer is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:

Install the port and try to load the module:

# kldload linux_js
kldload: can't load linux_js: No such file or directory

dmesg will complain about loading it with

link_elf: symbol FILEDESC_UNLOCK undefined

>Fix:

--- linux-js-2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/linux-js/Makefile /usr/ports/devel/linux-js.new/Makefile
--- /usr/ports/devel/linux-js/Makefile	2007-06-29 11:16:36.000000000 +0200
+++ /usr/ports/devel/linux-js.new/Makefile	2007-12-23 14:27:17.000000000 +0100
@@ -33,6 +33,10 @@
 IGNORE=		requires FreeBSD 5.3 or superior
 .endif
 
+.if ${OSVERSION} >= 700000
+IGNORE=		module cannot be loaded on FreeBSD 7.x 
+.endif
+
 .if !exists(/usr/src/sys/Makefile)
 IGNORE=		requires kernel source files
 .endif
--- linux-js-2.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712231338.lBNDcgg9063488>