Re: getuid.so

2019-01-16 Thread Jim Jagielski
No doubt, something in the underlying implementation of __lxstat64 has changed for those CentOS and Debian platforms that is causing our hack to not work. > On Jan 15, 2019, at 8:28 PM, Damjan Jovanovic wrote: > > Great work, thank you Jim! > > On Wed, Jan 16, 2019 at 3:29 AM Jim Jagielski wro

Re: getuid.so

2019-01-15 Thread Damjan Jovanovic
Great work, thank you Jim! On Wed, Jan 16, 2019 at 3:29 AM Jim Jagielski wrote: > OK, so I've been doing some digging and it looks like the reason for the > above is because we need to fool epm (and dpkg et. al.) into thinking we > are root in order to correctly build the DEB packages. > > The p

getuid.so

2019-01-15 Thread Jim Jagielski
OK, so I've been doing some digging and it looks like the reason for the above is because we need to fool epm (and dpkg et. al.) into thinking we are root in order to correctly build the DEB packages. The problem is that this is really, really system specific and even OS version specific. Most