maintainer-feedback requested: [Bug 224209] devel/critcl: fails to package on armv6, armv7 and aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 9 16:30:29 UTC 2017


mikael.urankar at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to tcltk at FreeBSD.org:
Bug 224209: devel/critcl: fails to package on armv6, armv7 and aarch64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224209



--- Description ---
Created attachment 188657
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188657&action=edit
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


More information about the freebsd-tcltk mailing list