Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 15:10:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 221784] [sysutils/p5-File-Stat-Bits] Failed for p5-File-Stat-Bits-1.01_1 in build/runaway
Message-ID:  <bug-221784-14331-yIuAzP4Au2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221784-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221784-14331@https.bugs.freebsd.org/bugzilla/>

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

mikael.urankar@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael.urankar@gmail.com

--- Comment #4 from mikael.urankar@gmail.com ---
Created attachment 187369
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187369&action=
=3Dedit
patch

Hi,

I'm experiencing the same problem on armv6.
The attached patch solves the issue for me.

unsigned long is 4 bytes on armv6 (dev_t is uint64_t) and it causes problem
with bit shift operation used in t/gen-stat.c

--=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-221784-14331-yIuAzP4Au2>