https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196929
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- The ar format only allows 6 decimal characters for the uid/gid, so there's no way to encode your uid. Using the -D option (deterministic mode) should avoid this issue, because it replaces the time, uid and gid fields with 0. Can you see how GNU ar (from the binutils port/pkg) handles this case? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
