Packet Pad block uses deprecated block::remove_item_tag
block::remove_item_tag was deprecated in https://github.com/gnuradio/gnuradio/pull/282 and removed in https://github.com/gnuradio/gnuradio/pull/7640. (The removal was also backported to GNU Radio's maint-3.10 branch in https://github.com/gnuradio/gnuradio/pull/7667, but that may be reverted.)
As noted in https://github.com/gnuradio/gnuradio/pull/7640#issuecomment-2622051856, gr-foo's Packet Pad block uses remove_item_tag:
https://github.com/bastibl/gr-foo/blob/0a34f68565863218c3c010e69f6bd6a9bdfd7142/lib/packet_pad_impl.cc#L140
As a result, it now fails to build against GNU Radio's main and maint-3.10 branches.
/cc @marcusmueller @willcode
Thanks for bringing this up. I just deleted the Packet Pad block (https://github.com/bastibl/gr-foo/commit/4c2a471b0453b9dca669b2d9dfcbfba6278741d7). Let's see what happens. I think all my modules use the other variant.