discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSWorkspace issue... build broken...


From: Gregory Casamento
Subject: Re: NSWorkspace issue... build broken...
Date: Mon, 11 Jul 2016 15:35:42 -0400

Just confirmed.  This breaks the build on my debian instance as well as the build server.   Please correct the issue or back out the change.   Additionally, no ChangeLog entry was made for this modification.

GC

On Mon, Jul 11, 2016 at 3:26 PM, Gregory Casamento <greg.casamento@gmail.com> wrote:
fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I./. -I. -I/var/lib/jenkins/GNUstep/Library/Headers -I/home/ubuntu/jenkins/gnustep/gcc/GNUstep/Local/Library/Headers -I/home/ubuntu/jenkins/gnustep/gcc/GNUstep/System/Library/Headers -I/usr/include/libpng12 \
14:24:39 	       -o obj/libgnustep-gui.obj/NSWorkspace.m.o
14:24:39 NSWorkspace.m: In function ‘-[NSWorkspace getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:]’:
14:24:39 NSWorkspace.m:1248:8: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    if (m.f_type == EXT2_SUPER_MAGIC)
14:24:39         ^
14:24:39 NSWorkspace.m:1250:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == EXT3_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1252:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == EXT4_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1254:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == ISOFS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1260:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == MSDOS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1262:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == NFS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1219:20: warning: variable ‘enc’ set but not used [-Wunused-but-set-variable]
14:24:39    NSStringEncoding enc;
14:24:39                     ^
14:24:39 NSWorkspace.m:1217:9: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
14:24:39    uid_t uid;
14:24:39          ^
14:24:39 make[4]: *** [obj/libgnustep-gui.obj/NSWorkspace.m.o] Error 1
14:24:39 make[3]: *** [internal-library-all_] Error 2
14:24:39 make[2]: *** [libgnustep-gui.all.library.variables] Error 2
14:24:39 make[1]: *** [internal-all] Error 2
14:24:39 make[1]: Leaving directory `/var/lib/jenkins/workspace/gnustep-linux-amd64/core/gui/Source'
14:24:39 make: *** [internal-all] Error 2
14:24:39 Build step 'Execute shell' marked build as failure
14:24:39 Finished: FAILURE

--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
http://ind.ie/phoenix/



--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
http://ind.ie/phoenix/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]