On Tue, Feb 28, 2017 at 11:48 AM, Kevin Fenzi <ke...@scrye.com> wrote:
> So, something about the aarch64 'time' package? Nothing really leaps to
> out at a quick glance, and wouldn't other packages hit this? and whats
> pulling in the time package anyhow?

The maxima package BuildRequires: time, for what purpose I don't know.
It's not like the time package has unusual scriptlets, either:

postinstall scriptlet (using /bin/sh):
/sbin/install-info /usr/share/info/time.info.gz /usr/share/info/dir \
    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
preuninstall scriptlet (using /bin/sh):
if [ "$1" = 0 ]; then
    /sbin/install-info --delete /usr/share/info/time.info.gz
/usr/share/info/dir \
    --entry="* time: (time).        GNU time Utility" >/dev/null 2>&1 || :
fi

I'm really not sure what to check next.  If an aarch64 box for
packagers will be available in the not too distant future, I will try
to debug this.  Thanks for the information, Kevin.
-- 
Jerry James
http://www.jamezone.org/
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to