Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protobuf-3.0.0-alpha-2 Java ./configure error #337

Closed
marky-mark opened this issue May 3, 2015 · 2 comments
Closed

protobuf-3.0.0-alpha-2 Java ./configure error #337

marky-mark opened this issue May 3, 2015 · 2 comments

Comments

@marky-mark
Copy link

protobuf version: protobuf-3.0.0-alpha-2
OSX : 10.10.2
java version "1.8.0_40"
mvn: 3.3.3

Downloaded release version
on './configure' from the base directory e.g. '/Users/markkelly/workspace/apps/protobuf-3.0.0-alpha-2'

checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-apple-darwin14.1.0
checking host system type... x86_64-apple-darwin14.1.0
checking target system type... x86_64-apple-darwin14.1.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '501' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... [INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.085 s
[INFO] Finished at: 2015-05-03T18:48:01+01:00
[INFO] Final Memory: 6M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/Users/markkelly/workspace/apps/protobuf-3.0.0-alpha-2). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.084 s
[INFO] Finished at: 2015-05-03T18:48:02+01:00
[INFO] Final Memory: 6M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/Users/markkelly/workspace/apps/protobuf-3.0.0-alpha-2). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
[INFO] Scanning for projects...
@xfxyjwf
Copy link
Contributor

xfxyjwf commented Jan 20, 2016

The last part of the log message is from maven. Are you running ./configure only, or some other commands?

@TeBoring
Copy link
Contributor

TeBoring commented Mar 7, 2017

Close this for cleanup. Feel free to reopen the issue if problem still exists.

@TeBoring TeBoring closed this as completed Mar 7, 2017
bithium pushed a commit to bithium/protobuf that referenced this issue Sep 4, 2023
Size benchmarks for upb and protobuf binaries
yordis pushed a commit to yordis/protobuf that referenced this issue Dec 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…rs#337)

There are two new conformance tests that were added to the Protobuf
suite, related to encoding NaN/Infinity/-Infinity in JSON when contained inside a
Google.Protobuf.Value.

This commit adds a regression test and fixes the conformance tests.

See:

  - https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Value
  - protocolbuffers@ca1cb1b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants