[Slackbuilds-users] rtl8821ce: Reason for removal

Dave Woodfall dave at slackbuilds.org
Fri Mar 4 20:43:57 UTC 2022


On 04/03/22 20:07,
Dave Woodfall <dave at slackbuilds.org> put forth the proposition:
> On 04/03/22 19:37,
> Andrzej Telszewski <andrzej at telszewski.com> put forth the proposition:
> > Hi,
> > I noticed that _network/rtl8821ce_ has been removed from master branch.
> > There is no info in the log why is it so.
> > Could you please explain?
> > Thank you! :-)
> Hi,
> I removed it because it failed to build when I tested it on 15.0.  It
> looks like a header file was moved, but I'll try to make a patch for
> it.

/tmp/SBo/rtl8821ce-20201006_fe97b50/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory
   20 |         #include <net/ipx.h>

however:

find /usr/include -name ipx.h
/usr/include/netipx/ipx.h

and

grep -wrs ipx.h /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/glibc-2.33-x86_64-5:usr/include/netipx/ipx.h

but changing it also fails:

sed -i "s,<net/ipx.h>,<netipx/ipx.h>," core/rtw_br_ext.c

/tmp/SBo/rtl8821ce-20201006_fe97b50/core/rtw_br_ext.c:20:18: fatal error: netipx/ipx.h: No such file or directory
   20 |         #include <netipx/ipx.h>

--
Dave


More information about the SlackBuilds-users mailing list