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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224209

            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@FreeBSD.org
          Reporter: mikael.urankar@gmail.com
                CC: freebsd-arm@FreeBSD.org
                CC: freebsd-arm@FreeBSD.org
             Flags: maintainer-feedback?(tcltk@FreeBSD.org)
          Assignee: tcltk@FreeBSD.org

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

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



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