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

As deleting all local folder, became build fails at docgen. Commenting out the dokgen at dart.gyp, then build correctly. #16720

Closed
DartBot opened this issue Feb 11, 2014 · 4 comments
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.

Comments

@DartBot
Copy link

DartBot commented Feb 11, 2014

This issue was originally filed by @genericjp


What steps will reproduce the problem?
1.delete the local folder of bleeding edge, deps and dart folder.
2.new checkout the bleeding edge
3.build dartium without arg

What is the expected output? What do you see instead?
build not fail and continue

What version of the product are you using? On what operating system?
bleeding edge, Checked out revision 32546.
Fedora core 20, guest on VirtualBox 4.3.6 r91406

Please provide any additional information below.
same as trunk, build fail
but stable 1.1 build ok due to another method to docgen.

@DartBot
Copy link
Author

DartBot commented Feb 11, 2014

This comment was originally written by @genericjp


[generic@localhost ~]$ cd /home/generic/dart_build/bedge/dart
[generic@localhost dart]$ tools/build.py --mode=release --arch=x64
make -j 3 BUILDTYPE=ReleaseX64 all
  ACTION Running docgen: python ../../tools/only_in_release_mode.py "/home/generic/dart_build/bedge/dart/out/ReleaseX64/api_docs/docgen/index.json" -- ../../sdk/bin/dart "--package-root=/home/generic/dart_build/bedge/dart/out/ReleaseX64/packages" ../../pkg/docgen/bin/docgen.dart "--out=/home/generic/dart_build/bedge/dart/out/ReleaseX64/api_docs/docgen" --json --include-sdk "--package-root=/home/generic/dart_build/bedge/dart/out/ReleaseX64/packages" "--exclude-lib=async_helper" "--exclude-lib=expect" "--exclude-lib=docgen" ../../pkg out/ReleaseX64/api_docs/docgen/index.json
  ACTION Creating SDK. out/ReleaseX64/dart-sdk/README
../../sdk/bin/dart: line 33: /home/generic/dart_build/bedge/dart/sdk/bin/../../out/ReleaseIA32/dart: No such file or directory
make: *** [out/ReleaseX64/api_docs/docgen/index.json] Error 127
make: *** Waiting for unfinished jobs....
BUILD FAILED
[generic@localhost dart]$

@lrhn
Copy link
Member

lrhn commented Feb 11, 2014

Added Area-Tools, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Feb 12, 2014

This comment was originally written by @genericjp


Phenomenon of building fail has not changed so far. Building steps failed with docgen. I will continue to work around the process by dart.gyp change. I attached the operation log at this operation.


Attachment:
2014_0213_0811_fc20_same_phenomena_of_build_bleeding_edge_fail.log (2.46 MB)

@mit-mit mit-mit added area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. and removed Area-Tools labels Sep 1, 2015
@whesse
Copy link
Member

whesse commented Sep 1, 2015

Docgen is being removed. This issue is stale.

@whesse whesse closed this as completed Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
Projects
None yet
Development

No branches or pull requests

5 participants