[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224209

            Bug ID: 224209
           Summary: devel/critcl: fails to package on armv6, armv7 and
                    aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcltk at FreeBSD.org
          Reporter: mikael.urankar at gmail.com
                CC: freebsd-arm at FreeBSD.org
                CC: freebsd-arm at FreeBSD.org
             Flags: maintainer-feedback?(tcltk at FreeBSD.org)
          Assignee: tcltk at FreeBSD.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list