[Buildroot] [Bug 15904] New: squashfs compilation error

bugzilla at busybox.net bugzilla at busybox.net
Tue Dec 26 16:45:50 UTC 2023


https://bugs.busybox.net/show_bug.cgi?id=15904

            Bug ID: 15904
           Summary: squashfs compilation error
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: volodymyr.makhitko at databridge.co
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hi, 

Compilation error on the latest buildroot
https://fossies.org/linux/privat/buildroot-2023.11.tar.xz/index_ap.html

Error: 

2023-12-26T17:40:55 mksquashfs.c: In function 'create_inode':
2023-12-26T17:40:55 mksquashfs.c:993:38: error: called object 'major' is not a
function or function pointer
2023-12-26T17:40:55 993 |                 unsigned int major =
major(buf->st_rdev);
2023-12-26T17:40:55 |                                      ^~~
2023-12-26T17:40:55 mksquashfs.c:993:30: note: declared here
2023-12-26T17:40:55 993 |                 unsigned int major =
major(buf->st_rdev);
2023-12-26T17:40:55 |                              ^
2023-12-26T17:40:55 mksquashfs.c:994:38: error: called object 'minor' is not a
function or function pointer
2023-12-26T17:40:55 994 |                 unsigned int minor =
minor(buf->st_rdev);
2023-12-26T17:40:55 |                                      ^
2023-12-26T17:40:55 mksquashfs.c:994:30: note: declared here
2023-12-26T17:40:55 994 |                 unsigned int minor =
minor(buf->st_rdev);
2023-12-26T17:40:55 |                              ^
2023-12-26T17:40:55 mksquashfs.c:1017:38: error: called object 'major' is not a
function or function pointer
2023-12-26T17:40:55 1017 |                 unsigned int major =
major(buf->st_rdev);
2023-12-26T17:40:55 |                                      ^
2023-12-26T17:40:55 mksquashfs.c:1017:30: note: declared here
2023-12-26T17:40:55 1017 |                 unsigned int major =
major(buf->st_rdev);
2023-12-26T17:40:55 |                              ^
2023-12-26T17:40:55 mksquashfs.c:1018:38: error: called object 'minor' is not a
function or function pointer
2023-12-26T17:40:55 1018 |                 unsigned int minor =
minor(buf->st_rdev);
2023-12-26T17:40:55 |                                      ^~~
2023-12-26T17:40:55 mksquashfs.c:1018:30: note: declared here
2023-12-26T17:40:55 1018 |                 unsigned int minor =
minor(buf->st_rdev);
2023-12-26T17:40:55 |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list