Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2015 15:10:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199116] devel/aarch64 missing /usr/local/aarch64-freebsd/size
Message-ID:  <bug-199116-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 199116
           Summary: devel/aarch64 missing /usr/local/aarch64-freebsd/size
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: emaste@freebsd.org

Created attachment 155122
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155122&action=edit
Add aarch64-binutils/bin/size to pkg-plist

Size is not installed in /usr/local/aarch64-freebsd/bin:

% ls /usr/local/aarch64-freebsd/bin 
ar      as      ld      ld.bfd  nm      objcopy objdump ranlib  strip

But it is in the stage dir (as a symlink):

% ls -l work/stage/usr/local/aarch64-freebsd/bin/size  
lrwxr-xr-x  1 root  wheel  30 Apr  2 10:51
work/stage/usr/local/aarch64-freebsd/bin/size -> ../../bin/aarch64-freebsd-size

Attached patch adds it to pkg-plist.

-- 
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-199116-13>