ports/118972: [PATCH] devel/linux-js: Mark IGNORE on 7.x due to ABI breakage

Marcus von Appen mva at sysfault.org
Sun Dec 23 13:40:02 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list