Package Details: native-hdfs-fuse-git r38.60a5f6e-1

Git Clone URL: https://aur.archlinux.org/native-hdfs-fuse-git.git (read-only, click to copy)
Package Base: native-hdfs-fuse-git
Description: C HDFS FUSE implementation, no libhdfs
Upstream URL: https://github.com/remis-thoughts/native-hdfs-fuse
Licenses: Apache-2.0
Conflicts: native-hdfs-fuse
Provides: native-hdfs-fuse
Submitter: T_UNIX
Maintainer: T_UNIX
Last Packager: T_UNIX
Votes: 0
Popularity: 0.000000
First Submitted: 2017-05-18 19:33 (UTC)
Last Updated: 2017-05-18 19:33 (UTC)

Latest Comments

dreieck commented on 2018-11-29 14:04 (UTC)

Fails to build for me:

==> Starting build()...
mkdir build
protoc-c --proto_path proto --c_out proto proto/*.proto
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: ClientDatanodeProtocol.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: Security.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: hdfs.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: ClientNamenodeProtocol.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: acl.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: IpcConnectionContext.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: ProtobufRpcEngine.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: RpcHeader.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
[libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: datatransfer.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
uncrustify -c uncrustify.cfg -l C --replace --no-backup proto/*.[ch]
uncrustify.cfg:720: unknown symbol 'align_number_left'
Parsing: proto/ClientDatanodeProtocol.pb-c.c as language C
Parsing: proto/ClientDatanodeProtocol.pb-c.h as language C
Parsing: proto/ClientNamenodeProtocol.pb-c.c as language C
Parsing: proto/ClientNamenodeProtocol.pb-c.h as language C
Parsing: proto/IpcConnectionContext.pb-c.c as language C
Parsing: proto/IpcConnectionContext.pb-c.h as language C
Parsing: proto/ProtobufRpcEngine.pb-c.c as language C
Parsing: proto/ProtobufRpcEngine.pb-c.h as language C
Parsing: proto/RpcHeader.pb-c.c as language C
Parsing: proto/RpcHeader.pb-c.h as language C
Parsing: proto/Security.pb-c.c as language C
Parsing: proto/Security.pb-c.h as language C
Parsing: proto/acl.pb-c.c as language C
Parsing: proto/acl.pb-c.h as language C
Parsing: proto/datatransfer.pb-c.c as language C
Parsing: proto/datatransfer.pb-c.h as language C
Parsing: proto/hdfs.pb-c.c as language C
Parsing: proto/hdfs.pb-c.h as language C
make: *** [Makefile:13: build/proto] Error 1
==> ERROR: A failure occurred in build().
    Aborting...