Hi Brice, I'm sorry for the double report. Now when you wrote it I remember that I have reported it:-)
Thanks for fixing the man page. I have one more question: RHEL has splitted hwloc into 2 subpackages * hwloc * hwloc-gui (it contains merely lstopo) The former one does not need any X11 dependencies. I have now tried to do the same for Fedora but it's not so easy. On Fedora I build the package with libXNVCtrl but libXNVCtrl needs libX11. So even CLI tools need libX11: ldd lstopo-no-graphics linux-vdso.so.1 => (0x00007fffbf1cb000) libhwloc.so.5 => /dev/shm/usr/lib/libhwloc.so.5 (0x00007f7a5277c000) libnuma.so.1 => /lib64/libnuma.so.1 (0x0000003c06a00000) libpciaccess.so.0 => /lib64/libpciaccess.so.0 (0x0000003c05e00000) libXNVCtrl.so.0 => /lib64/libXNVCtrl.so.0 (0x00007f7a52545000) libXext.so.6 => /lib64/libXext.so.6 (0x0000003c07a00000) libX11.so.6 => /lib64/libX11.so.6 (0x0000003c07600000) Is there any way around? (On RHEL it's easy. RHEL does not provide libXNVCtrl at all so the package is built without it. Then lstopo-no-graphics does not depend on libX11) I currently see two options: A) Accept the fact that lstopo-no-graphics depends on X11. The number of dependencies for lstopo (from hwloc-gui package) is still much lower compared to lstopo-no-graphics B) Compile it without libXNVCtrl but it will reduce the functionality. Is there any 3rd option? I guess not. It seems like A) is the best choice for Fedora. Any ideas on that? Thanks! Jirka On Tue, Apr 1, 2014 at 10:54 AM, Brice Goglin <brice.gog...@inria.fr> wrote: > Le 01/04/2014 10:43, Jiri Hladky a écrit : > > Hi Brice, > > > > I see some compiler warnings when building rpm package for Fedora: > > > > topology-windows.c: In function 'hwloc_win_get_VirtualAllocExNumaProc': > > topology-windows.c:338:30: warning: assignment from incompatible > > pointer type [enabled by default] > > topology-windows.c:343:28: warning: assignment from incompatible > > pointer type [enabled by default] > > topology-windows.c: In function 'hwloc_look_windows': > > topology-windows.c:500:36: warning: assignment from incompatible > > pointer type [enabled by default] > > topology-windows.c:501:38: warning: assignment from incompatible > > pointer type [enabled by default] > > > > You already reported those on February 13th and we replied that they are > harmless :) > > Moreover, these warnings come from make check under tests/ports when > verifying that the Windows backend builds fine using "emulated" Windows > headers under Linux. Something that for sure cannot be perfect. If you > have a way to ignore make check warnings, at least under tests/ports, > that'd be good. > > > > hwloc_backends.c: In function 'main': > > hwloc_backends.c:42:10: warning: ignoring return value of 'mkstemp', > > declared with attribute warn_unused_result [-Wunused-result] > > Another warning from make check. We mostly don't care, I'll see if I can > fix it. > > I am fixing the manpage problem and backporting it. > > thanks! > Brice > > _______________________________________________ > hwloc-users mailing list > hwloc-us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-users >