From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 15904] New: squashfs compilation error
Date: Tue, 26 Dec 2023 16:45:50 +0000 [thread overview]
Message-ID: <bug-15904-163@https.bugs.busybox.net/> (raw)
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@buildroot.uclibc.org
Reporter: volodymyr.makhitko@databridge.co
CC: buildroot@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.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2023-12-26 16:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-26 16:45 bugzilla [this message]
2024-01-10 9:50 ` [Buildroot] [Bug 15904] squashfs compilation error bugzilla
2024-06-15 15:24 ` bugzilla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-15904-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@uclibc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.