Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Dec 2017 16:30:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        tcltk@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 224209] devel/critcl: fails to package on armv6, armv7 and aarch64
Message-ID:  <bug-224209-30738-vFPiAbYJkE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224209-30738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224209-30738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
mikael.urankar@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to tcltk@FreeBSD.o=
rg:
Bug 224209: devel/critcl: fails to package on armv6, armv7 and aarch64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224209



--- Description ---
Created attachment 188657
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188657&action=
=3Dedit
patch

the error on arm* is: pkg-static: Unable to access file
lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory

tcl defines the arm* arch as arm:
from tcl86-8.6.7, lib/tcl8.6/platform-1.0.14.tm:

proc ::platform::generic {} {
snip
    set cpu  $tcl_platform(machine)
    switch -glob -- $cpu {
	"arm*" {
	    set cpu arm
	}

the attached patch fixes the problem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224209-30738-vFPiAbYJkE>