Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-05-08 Thread Matthias Schiffer
On 04/25/2016 11:41 AM, Weedy wrote:
> With the update to glibc 2.23, sys/types.h doesn't inherit
> sys/sysmacros.h anymore. We need to include it manually.


Hi,
what kind of system are you building on? Many distributions have updated to
glibc 2.23 (Arch Linux, Ubuntu), but don't seem to be affected by your issue.

Regards,
Matthias


> 
> 
> --- /dev/null 2016-04-18 05:53:30.273258717 -0400
> +++ tools/make-ext4fs/patches/125-glibc-2.23-sysmacros.patch  2016-04-24
> 14:50:33.932873523 -0400
> @@ -0,0 +1,10 @@
> +--- a/ext4_utils.h   2016-04-24 14:47:50.207888150 -0400
>  b/ext4_utils.h   2016-04-24 14:48:11.761438966 -0400
> +@@ -30,6 +30,7 @@
> + #include 
> +
> + #include 
> ++#include 
> + #include 
> + #include 
> + #include 
> 
> 
> This is a test for my mail client.
> Please tell me if I need to change anything.
> I have patched the rest of the host packages this update broke.
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 




signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Jo-Philipp Wich
Hi,

no, I only cared about make-ext4fs as I maintain this fork.

~ Jo
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
On 25 Apr 2016 09:09, "Jo-Philipp Wich"  wrote:
>
> Hi!
>
> Thanks for the patch, I fixed the include issue directly in Git, so this
> patch can be dropped and make-ext4fs should be updated in tools/ to a
> newer version instead.
>
> ~ Jo

Have you fixed all the packages that need this?

Make-ext4fs, e2fsprogs, mtd-utils, findutils, and both the squashfs
packages.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Jo-Philipp Wich
Hi!

Thanks for the patch, I fixed the include issue directly in Git, so this
patch can be dropped and make-ext4fs should be updated in tools/ to a
newer version instead.

~ Jo
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread John Crispin


On 25/04/2016 11:41, Weedy wrote:
> With the update to glibc 2.23, sys/types.h doesn't inherit
> sys/sysmacros.h anymore. We need to include it manually.
> 
> 
> --- /dev/null 2016-04-18 05:53:30.273258717 -0400
> +++ tools/make-ext4fs/patches/125-glibc-2.23-sysmacros.patch  2016-04-24
> 14:50:33.932873523 -0400
> @@ -0,0 +1,10 @@
> +--- a/ext4_utils.h   2016-04-24 14:47:50.207888150 -0400
>  b/ext4_utils.h   2016-04-24 14:48:11.761438966 -0400
> +@@ -30,6 +30,7 @@
> + #include 
> +
> + #include 
> ++#include 
> + #include 
> + #include 
> + #include 
> 
> 
> This is a test for my mail client.
> Please tell me if I need to change anything.
> I have patched the rest of the host packages this update broke.
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 

patchwork failed to pick this up i am afraid...
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit
sys/sysmacros.h anymore. We need to include it manually.


--- /dev/null   2016-04-18 05:53:30.273258717 -0400
+++ tools/make-ext4fs/patches/125-glibc-2.23-sysmacros.patch2016-04-24
14:50:33.932873523 -0400
@@ -0,0 +1,10 @@
+--- a/ext4_utils.h 2016-04-24 14:47:50.207888150 -0400
 b/ext4_utils.h 2016-04-24 14:48:11.761438966 -0400
+@@ -30,6 +30,7 @@
+ #include 
+
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


This is a test for my mail client.
Please tell me if I need to change anything.
I have patched the rest of the host packages this update broke.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel