On 04/03/22 20:07,
Dave Woodfall <d...@slackbuilds.org> put forth the proposition:
> On 04/03/22 19:37,
> Andrzej Telszewski <andr...@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
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to