Menu

#10 uuidlookup.c compilation failure on FreeBSD 9.3

v1.0.0
closed-fixed
jaybus
None
5
2015-06-10
2015-05-14
Devin Reade
No

When compiling for FreeBSD 9.3 (such as is used in the most recent stable version of FreeNAS), uuidlookup.c does not compile. That is because there is no field f_mnttoname in struct statfs. However, there is a f_mntonname field. ("on" instead of "to")

See line 215 of uuidlookup.c

I do not currently have a patch based on a modified configure script, et al.

Discussion

  • Devin Reade

    Devin Reade - 2015-05-15

    Typo. That should read line 218:

    strncpy(mountp, fs[n].f_mnttoname, mountp_sz);

     
  • jaybus

    jaybus - 2015-05-26
    • status: open --> open-accepted
    • assigned_to: jaybus
     
  • jaybus

    jaybus - 2015-06-10

    Fixed in release 1.0.1

     
  • jaybus

    jaybus - 2015-06-10
    • status: open-accepted --> closed-fixed
     

Log in to post a comment.