Closed CRCinAU closed 9 years ago
Hmm, it's not finding GMutex? I assume the glib-devel package are installed (since the makefile got a path for them).
Would you like me to include the entire build log from mock to confirm anything you may need to know?
On 29/08/2015 6:49 AM, markfasheh wrote:
Hmm, it's not finding GMutex? I assume the glib-devel package are installed (since the makefile got a path for them).
— Reply to this email directly or view it on GitHub https://github.com/markfasheh/duperemove/issues/92#issuecomment-135884702.
Interestingly enough, this now works. Maybe it was a transient issue between upgrading from EL6.6 -> 6.7 packages?
Closing as for whatever reason this now works.
Hello,
I am hitting this same issue.
filerec.c:28: error: storage size of ‘filerec_fd_mutex’ isn’t known
make: *** [filerec.o] Error 1
[root@desktop duperemove]#
I have glib2-devel rpm installed, and I did move to a new kernel too.
Oracle Linux 6 with kernel from playgound channel
Any hint is welcome:
[root@desktop duperemove]# uname -r
4.0.0-4.0.y.20150414.ol6.x86_64
[root@desktop duperemove]# uname -a
Linux desktop 4.0.0-4.0.y.20150414.ol6.x86_64 #1 SMP Tue Apr 14 05:15:14 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux
[root@desktop duperemove]# rpm -q glib2-devel
glib2-devel-2.28.8-4.el6.x86_64
[root@desktop duperemove]#
When trying to build on EL6: