gfan 0.7 #673
Annotations
20 errors and 8 warnings
test-bot (ubuntu-latest)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on Linux!:
Formula/gfan.rb#L25
/home/linuxbrew/.linuxbrew/opt/gcc/bin/g++-14 -O2 -DGMPRATIONAL -DNDEBUG -I/home/linuxbrew/.linuxbrew/opt/cddlib/include/cddlib -g -I/home/linuxbrew/.linuxbrew/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/wallideal.cpp -o src/wallideal.o
In file included from src/gfanlib_tableau.h:14,
from src/divisionobject.h:22,
from src/buchberger.cpp:17:
src/gfanlib_circuittableint.h: At global scope:
src/gfanlib_circuittableint.h:96:20: error: redefinition of 'std::string gfan::toStr(long int)'
96 | static std::string toStr(long int b)
| ^~~~~
src/gfanlib_circuittableint.h:68:20: note: 'std::string gfan::toStr(__int64_t)' previously defined here
68 | static std::string toStr(__int64_t b)
| ^~~~~
In file included from src/polynomialring.h:8,
from src/polynomial.h:9,
from src/wallideal.h:4,
from src/wallideal.cpp:1:
src/field.h: In member function 'virtual int FieldElementImplementation::getIntegerRepresentation() const':
src/field.h:211:3: warning: no return statement in function returning non-void [-Wreturn-type]
211 | }
| ^
src/field.h: In member function 'Field& FieldElementImplementation::operator=(const Field&)':
src/field.h:226:5: warning: no return statement in function returning non-void [-Wreturn-type]
226 | }//assignment
| ^
src/field.h: In member function 'virtual FieldElement FieldImplementation::random()':
src/field.h:274:3: warning: no return statement in function returning non-void [-Wreturn-type]
274 | }
| ^
/home/linuxbrew/.linuxbrew/opt/gcc/bin/g++-14 -O2 -DGMPRATIONAL -DNDEBUG -I/home/linuxbrew/.linuxbrew/opt/cddlib/include/cddlib -g -I/home/linuxbrew/.linuxbrew/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/lp.cpp -o src/lp.o
make: *** [Makefile:636: src/buchberger.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/linalg.h:5,
from src/lp.cpp:7:
src/field.h: In member function 'virtual int FieldElementImplementation::getIntegerRepresentation() const':
src/field.h:211:3: warning: no return statement in function returning non-void [-Wreturn-type]
211 | }
| ^
src/field.h: In member function 'Field& FieldElementImplementation::operator=(const Field&)':
src/field.h:226:5: warning: no return statement in function returning non-void [-Wreturn-type]
226 | }//assignment
| ^
src/field.h: In member function 'virtual FieldElement FieldImplementation::random()':
src/field.h:274:3: warning: no return statement in function returning non-void [-Wreturn-type]
274 | }
| ^
src/lp.cpp: In member function 'virtual bool LpSolver::hasInteriorPoint(const IntegerVectorList&, bool, const IntegerVector*)':
src/lp.cpp:62:1: warning: no return statement in function returning non-void [-Wreturn-type]
62 | }
| ^
src/lp.cpp: In member function 'virtual bool LpSolver::hasHomogeneousSolution(int, const IntegerVectorList&, const IntegerVectorList&)':
src/lp.cpp:122:1: warning: no return statement in function returning non-void [-Wreturn-type]
122 | }
| ^
==> Formula
Tap: macaulay2/tap
Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/macaulay2/homebrew-tap/Formula/gfan.rb
==> Configuration
HOMEBREW_VERSION: 4.4.1-64-gd0ab3d3
ORIGIN: https://github.com/Homebrew/brew
HEAD: d0ab3d3bc881291b00d2fc9a598d851b2726885d
Last commit: 3 hours ago
Core tap JSON: 20 Oct 21:29 UTC
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_BOOTSNAP: set
HOMEBREW_CACHE: /home/runner/.cache/Homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: 3650
HOMEBREW_COLOR: set
HOMEBREW_CURL_PATH: /usr/bin/curl
HOMEBREW_FAIL_LOG_LINES: 150
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_GIT_EMAIL: 1589480+BrewTestBot@users.noreply.github.com
HOMEBREW_GIT_NAME: BrewTestBot
HOMEBREW_GIT_PATH: /usr/bin/git
HOMEBREW_LOGS: /home/runner/work/homebrew-tap/homebrew-tap/logs
HOMEBREW_MAKE_JOBS: 4
HOMEBREW_NO_AUTO_UPDATE: set
HOMEBREW_NO_EMOJI: set
HOMEBREW_NO_ENV_HINTS: set
HOM
|
test-bot (ubuntu-latest)
install failed
|
test-bot (ubuntu-latest)
Process completed with exit code 1.
|
test-bot (macos-14)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Sonoma (14) on Apple Silicon!:
Formula/gfan.rb#L25
src/field.h: In member function 'virtual FieldElement FieldImplementation::random()':
src/field.h:274:3: warning: no return statement in function returning non-void [-Wreturn-type]
274 | }
| ^
clang++ -L/opt/homebrew/opt/cddlib/lib -static-libgcc -static-libstdc++ -ld_classic src/polynomialgcd.o src/lp_cdd.o src/parser.o src/field.o src/monomial.o src/printer.o src/polynomial.o src/termorder.o src/term.o src/vektor.o src/division.o src/buchberger.o src/wallideal.o src/lp.o src/enumeration.o src/ep_standard.o src/ep_xfig.o src/reversesearch.o src/application.o src/timer.o src/renderer.o src/field_rationals.o src/symmetry.o src/breadthfirstsearch.o src/genericwalk.o src/minkowskisum.o src/newtonpolytope.o src/tropical.o src/dimension.o src/bergman.o src/subspace.o src/polyhedralcone.o src/gfanapplication.o src/polyhedralfan.o src/tropical2.o src/field_zmodpz.o src/binomial.o src/matrix.o src/latticeideal.o src/scarf.o src/xfig.o src/halfopencone.o src/lll.o src/multiplicity.o src/substitute.o src/polymakefile.o src/saturation.o src/determinant.o src/polynomialring.o src/log.o src/tropicalbasis.o src/symmetriccomplex.o src/linalg.o src/minors.o src/continuedfractions.o src/triangulation.o src/minkowskidual.o src/regularsubdivision.o src/fieldlp.o src/field_rationalfunctions.o src/tropical_weildivisor.o src/intsinpolytope.o src/lattice.o src/graph.o src/restrictedautoreduction.o src/tropicaltraverse.o src/groebnerengine.o src/ge_gfan.o src/nbody.o src/codimoneconnectedness.o src/tropicalmap.o src/traverser_tropical.o src/traverser_groebnerfan.o src/field_rationalfunctions2.o src/mixedvolume.o src/traverser_stableintersection.o src/traverser_secondaryfan.o src/linalgfloat.o src/primarydecomposition.o src/tropicaldeterminant.o src/determinantpoly.o src/traverser_sphere.o src/gfanlib_zcone.o src/gfanlib_symmetry.o src/gfanlib_symmetriccomplex.o src/gfanlib_polyhedralfan.o src/gfanlib_zfan.o src/gfanlib_polymakefile.o src/gfanlib_mixedvolume.o src/gfanlib_circuittableint.o src/gfanlib_paralleltraverser.o src/padic.o src/integergb.o src/traverser_resultantfan.o src/bsptree.o src/traverser_resultantfanspecialization.o src/myassert.o src/traverser_bsptree.o src/gfanlib_traversal.o src/tropicalcurve.o src/packedmonomial.o src/gmpallocator.o src/gfanlib_memoryresource.o src/gfanlib_hypersurfaceintersection.o src/divisionobject.o src/gfanlibglue.o src/app_main.o src/app_buchberger.o src/app_doesidealcontain.o src/app_facets.o src/app_groebnercone.o src/app_homogeneityspace.o src/app_homogenize.o src/app_initialforms.o src/app_interactive.o src/app_isgroebnerbasis.o src/app_ismarkedgroebnerbasis.o src/app_krulldimension.o src/app_leadingterms.o src/app_multiplymatrix.o src/app_polynomialsetunion.o src/app_render.o src/app_renderstaircase.o src/app_stats.o src/app_substitute.o src/app_supportindices.o src/app_tolatex.o src/app_transposematrix.o src/app_tropicalbasis.o src/app_tropicalintersection.o src/app_tropicalstartingcone.o src/app_tropicaltraverse.o src/app_walk.o src/app_weightvector.o src/app_scarfisgeneric.o src/app_scarfvisualize.o src/app_scarfcomplex.o src/app_sturmsequence.o src/app_latticeideal.o src/app_lll.o src/app_tropicalmultiplicity.o src/app_idealintersection.o src/app_test.o src/app_saturation.o src/app_idealproduct.o src/app_representatives.o src/app_tropicallifting.o src/app_topolyhedralfan.o src/app_tropicalbruteforce.o src/app_secondaryfan.o src/app_composepermutations.o src/app_minors.o src/app_tropicalrank.o src/app_minkowski.o src/app_triangulate.o src/app_tropicallinearspace.o src/app_combinerays.o src/app_regularsubdivision.o src/app_lpsolve.o src/app_tropicalweildivisor.o src/app_lattice.o src/app_intsinpolytope.o src/app_tropicalevaluation.o src/app_smalessixth.o src/app_smalessixth2.o src/app_nbody.o src/app_spolynomial.o src/app_link.o src/app_normalfancleanup.o src/app_tropicalfunction.o src/app_volume.o src/app_isconnected.o src/app_tropicalhypersurface.o src/app_product.o src/app_commonrefinement.o src/app_tropicalimage.o src/app_groebnerfan.o src/app_fanhomology.o src/app_generic
|
test-bot (macos-14)
install failed
|
test-bot (macos-14)
Process completed with exit code 1.
|
test-bot (macos-15)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Sequoia (15) on Apple Silicon!:
Formula/gfan.rb#L25
src/field.h: In member function 'virtual FieldElement FieldImplementation::random()':
src/field.h:274:3: warning: no return statement in function returning non-void [-Wreturn-type]
274 | }
| ^
clang++ -L/opt/homebrew/opt/cddlib/lib -static-libgcc -static-libstdc++ -ld_classic src/polynomialgcd.o src/lp_cdd.o src/parser.o src/field.o src/monomial.o src/printer.o src/polynomial.o src/termorder.o src/term.o src/vektor.o src/division.o src/buchberger.o src/wallideal.o src/lp.o src/enumeration.o src/ep_standard.o src/ep_xfig.o src/reversesearch.o src/application.o src/timer.o src/renderer.o src/field_rationals.o src/symmetry.o src/breadthfirstsearch.o src/genericwalk.o src/minkowskisum.o src/newtonpolytope.o src/tropical.o src/dimension.o src/bergman.o src/subspace.o src/polyhedralcone.o src/gfanapplication.o src/polyhedralfan.o src/tropical2.o src/field_zmodpz.o src/binomial.o src/matrix.o src/latticeideal.o src/scarf.o src/xfig.o src/halfopencone.o src/lll.o src/multiplicity.o src/substitute.o src/polymakefile.o src/saturation.o src/determinant.o src/polynomialring.o src/log.o src/tropicalbasis.o src/symmetriccomplex.o src/linalg.o src/minors.o src/continuedfractions.o src/triangulation.o src/minkowskidual.o src/regularsubdivision.o src/fieldlp.o src/field_rationalfunctions.o src/tropical_weildivisor.o src/intsinpolytope.o src/lattice.o src/graph.o src/restrictedautoreduction.o src/tropicaltraverse.o src/groebnerengine.o src/ge_gfan.o src/nbody.o src/codimoneconnectedness.o src/tropicalmap.o src/traverser_tropical.o src/traverser_groebnerfan.o src/field_rationalfunctions2.o src/mixedvolume.o src/traverser_stableintersection.o src/traverser_secondaryfan.o src/linalgfloat.o src/primarydecomposition.o src/tropicaldeterminant.o src/determinantpoly.o src/traverser_sphere.o src/gfanlib_zcone.o src/gfanlib_symmetry.o src/gfanlib_symmetriccomplex.o src/gfanlib_polyhedralfan.o src/gfanlib_zfan.o src/gfanlib_polymakefile.o src/gfanlib_mixedvolume.o src/gfanlib_circuittableint.o src/gfanlib_paralleltraverser.o src/padic.o src/integergb.o src/traverser_resultantfan.o src/bsptree.o src/traverser_resultantfanspecialization.o src/myassert.o src/traverser_bsptree.o src/gfanlib_traversal.o src/tropicalcurve.o src/packedmonomial.o src/gmpallocator.o src/gfanlib_memoryresource.o src/gfanlib_hypersurfaceintersection.o src/divisionobject.o src/gfanlibglue.o src/app_main.o src/app_buchberger.o src/app_doesidealcontain.o src/app_facets.o src/app_groebnercone.o src/app_homogeneityspace.o src/app_homogenize.o src/app_initialforms.o src/app_interactive.o src/app_isgroebnerbasis.o src/app_ismarkedgroebnerbasis.o src/app_krulldimension.o src/app_leadingterms.o src/app_multiplymatrix.o src/app_polynomialsetunion.o src/app_render.o src/app_renderstaircase.o src/app_stats.o src/app_substitute.o src/app_supportindices.o src/app_tolatex.o src/app_transposematrix.o src/app_tropicalbasis.o src/app_tropicalintersection.o src/app_tropicalstartingcone.o src/app_tropicaltraverse.o src/app_walk.o src/app_weightvector.o src/app_scarfisgeneric.o src/app_scarfvisualize.o src/app_scarfcomplex.o src/app_sturmsequence.o src/app_latticeideal.o src/app_lll.o src/app_tropicalmultiplicity.o src/app_idealintersection.o src/app_test.o src/app_saturation.o src/app_idealproduct.o src/app_representatives.o src/app_tropicallifting.o src/app_topolyhedralfan.o src/app_tropicalbruteforce.o src/app_secondaryfan.o src/app_composepermutations.o src/app_minors.o src/app_tropicalrank.o src/app_minkowski.o src/app_triangulate.o src/app_tropicallinearspace.o src/app_combinerays.o src/app_regularsubdivision.o src/app_lpsolve.o src/app_tropicalweildivisor.o src/app_lattice.o src/app_intsinpolytope.o src/app_tropicalevaluation.o src/app_smalessixth.o src/app_smalessixth2.o src/app_nbody.o src/app_spolynomial.o src/app_link.o src/app_normalfancleanup.o src/app_tropicalfunction.o src/app_volume.o src/app_isconnected.o src/app_tropicalhypersurface.o src/app_product.o src/app_commonrefinement.o src/app_tropicalimage.o src/app_groebnerfan.o src/app_fanhomology.o src/app_generic
|
test-bot (macos-15)
install failed
|
test-bot (macos-15)
Process completed with exit code 1.
|
test-bot (macos-12)
The run was canceled by @mahrud.
|
test-bot (macos-12)
The following formula cannot be installed from bottle and must be
built from source.
xz
|
test-bot (macos-12)
The following formula cannot be installed from bottle and must be
built from source.
xz
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Monterey (12)!:
Formula/gfan.rb#L25
::error::The following formula cannot be installed from bottle and must be%0Abuilt from source.%0A xz%0A
|
test-bot (macos-12)
install failed
|
test-bot (macos-12)
The operation was canceled.
|
test-bot (macos-13)
The run was canceled by @mahrud.
|
test-bot (macos-13)
The operation was canceled.
|
test-bot (ubuntu-latest)
No files were found with the provided path: /home/runner/.cache/Homebrew/Logs/*/*
/Users/runner/Library/Logs/Homebrew/*/*. No artifacts will be uploaded.
|
test-bot (ubuntu-latest)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-14)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-15)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-12)
You are using macOS 12.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
|
test-bot (macos-12)
You are using macOS 12.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
|
test-bot (macos-12)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
logs (macos-14)
Expired
|
3.74 KB |
|
logs (macos-15)
Expired
|
5.07 KB |
|