pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/52009: devel/libuv build breaks



>Number:         52009
>Category:       pkg
>Synopsis:       devel/libuv build breaks on netbsd-6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 27 15:40:00 +0000 2017
>Originator:     Hauke Fath
>Release:        NetBSD 6.1_STABLE
>Organization:
	
>Environment:
	
	
System: NetBSD Pfaffenbichl 6.1_STABLE NetBSD 6.1_STABLE (DMZ_DOMU) #0: Wed Jan 18 13:22:36 CET 2017 hf@Hochstuhl:/var/obj/netbsd-builds/6/amd64/sys/arch/amd64/compile/DMZ_DOMU amd64
Architecture: x86_64
Machine: amd64
>Description:

	The build fails with

[...]
src/unix/fs.c: In function 'uv__fs_scandir':
src/unix/fs.c:386:3: warning: passing argument 4 of 'scandir' from incompatible pointer type
/usr/include/dirent.h:105:5: note: expected 'int (*)(const void *, const void *)' but argument is of type 'int (*)(const struct uv__dirent_t **, const struct uv__dirent_t **)'
src/unix/fs.c: In function 'uv__to_stat':
src/unix/fs.c:813:28: error: 'struct stat' has no member named 'st_atim'
src/unix/fs.c:814:29: error: 'struct stat' has no member named 'st_atim'
src/unix/fs.c:815:28: error: 'struct stat' has no member named 'st_mtim'
src/unix/fs.c:816:29: error: 'struct stat' has no member named 'st_mtim'
src/unix/fs.c:817:28: error: 'struct stat' has no member named 'st_ctim'
src/unix/fs.c:818:29: error: 'struct stat' has no member named 'st_ctim'
src/unix/fs.c:821:32: error: 'struct stat' has no member named 'st_birthtim'
src/unix/fs.c:822:33: error: 'struct stat' has no member named 'st_birthtim'
[...]


	
>How-To-Repeat:

	Build devel/libuv on netbsd-6.

	
>Fix:
	Yes, please.

	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index