gfan 0.7 #666
Annotations
17 errors and 13 warnings
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#L23
In file included from src/buchberger.cpp:17:
In file included from src/divisionobject.h:21:
In file included from src/gfanlibglue.h:14:
In file included from src/gfanlib.h:12:
In file included from src/gfanlib_vector.h:17:
src/gfanlib_memoryresource.h:9:10: fatal error: 'experimental/memory_resource' file not found
9 | #include <experimental/memory_resource>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [src/buchberger.o] Error 1
make: *** Waiting for unfinished jobs....
==> Formula
Tap: macaulay2/tap
Path: /opt/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 HEAD: db9a843066d27d7217ab0e813b17a7f6c880af52
Core tap last commit: 7 days ago
Core tap JSON: 20 Oct 20:53 UTC
Core cask tap HEAD: c0fd9d20c432ea2470b6f46415cce46ced667348
Core cask tap last commit: 7 days ago
Core cask tap JSON: 20 Oct 20:53 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CACHE: /Users/runner/Library/Caches/Homebrew
HOMEBREW_CASK_OPTS: ["--no-quarantine"]
HOMEBREW_COLOR: set
HOMEBREW_CURL_PATH: /usr/bin/curl
HOMEBREW_FAIL_LOG_LINES: 150
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_GIT_EMAIL: [email protected]
HOMEBREW_GIT_NAME: BrewTestBot
HOMEBREW_GIT_PATH: /usr/bin/git
HOMEBREW_LOGS: /Users/runner/work/homebrew-tap/homebrew-tap/logs
HOMEBREW_MAKE_JOBS: 3
HOMEBREW_NO_AUTO_UPDATE: set
HOMEBREW_NO_EMOJI: set
HOMEBREW_NO_ENV_HINTS: set
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set
HOMEBREW_NO_INSTALL_CLEANUP: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.5 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.5/bin/ruby
CPU: 3-core 64-bit dunno
Clang: 16.0.0 build 1600
Git: 2.39.5 => /usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.0-arm64
CLT: 16.0.0.0.1.1724870825
Xcode: 16.0 => /Applications/Xcode_16.app/Contents/Developer
Rosetta 2: false
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j3
CMAKE_PREFIX_PATH: /opt/homebrew
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/cddlib/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/15
HOMEBREW_MAKE_JOBS: 3
HOMEBREW_GIT: /usr/bin/git
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk
PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/cddlib/bin:/usr/bin:/bin:/usr/sbin:/sbin
Logs:
/Users/runner/work/homebrew-tap/homebrew-tap/logs/gfan/00.options.out
/Users/runner/work/homebrew-tap/homebrew-tap/logs/gfan/01.make
/Users/runner/work/homebrew-tap/homebrew-tap/logs/gfan/01.make.cc
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/macaulay2/homebrew-tap/issues
::error::macaulay2/tap/gfan 0.7 did not build
|
test-bot (macos-15)
install failed
|
test-bot (macos-15)
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#L23
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/opt/homebrew/opt/cddlib/include/cddlib -g -I/opt/homebrew/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/wallideal.cpp -o src/wallideal.o
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/opt/homebrew/opt/cddlib/include/cddlib -g -I/opt/homebrew/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/lp.cpp -o src/lp.o
In file included from src/buchberger.cpp:17:
In file included from src/divisionobject.h:22:
In file included from src/gfanlib_tableau.h:14:
src/gfanlib_circuittableint.h:617:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v);
^
src/gfanlib_tableau.h:466:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::scaleVector' requested here
mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::findOrthogonalComplementAndDimension' requested here
findOrthogonalComplementAndDimension();
^
src/gfanlib_tableau.h:1889:4: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::ensureStateAsMinimum' requested here
ensureStateAsMinimum(2);
^
src/gfanlib_tableau.h:2548:20: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::getGenericSupportingHyperplane' requested here
return dualCone.getGenericSupportingHyperplane(mr);
^
src/divisionobject.h:676:28: note: in instantiation of member function 'gfan::Cone<gfan::CircuitTableInt32>::getRelativeInteriorPoint' requested here
return toIntegerVector(C2.getRelativeInteriorPoint());
^
src/gfanlib_circuittableint.h:25:29: note: template is declared here
template<typename> struct MyMakeUnsigned;
^
src/gfanlib_circuittableint.h:430:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v)+extMul(negabs(t).v,boundB.v);
^
src/gfanlib_tableau.h:468:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::dotDivVector' requested here
mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::G
|
test-bot (macos-14)
install failed
|
test-bot (macos-14)
Process completed with exit code 1.
|
test-bot (macos-13)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Ventura (13)!:
Formula/gfan.rb#L23
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/enumeration.cpp -o src/enumeration.o
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/ep_standard.cpp -o src/ep_standard.o
In file included from src/buchberger.cpp:17:
In file included from src/divisionobject.h:22:
In file included from src/gfanlib_tableau.h:14:
src/gfanlib_circuittableint.h:617:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v);
^
src/gfanlib_tableau.h:466:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::scaleVector' requested here
mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::findOrthogonalComplementAndDimension' requested here
findOrthogonalComplementAndDimension();
^
src/gfanlib_tableau.h:1889:4: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::ensureStateAsMinimum' requested here
ensureStateAsMinimum(2);
^
src/gfanlib_tableau.h:2548:20: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::getGenericSupportingHyperplane' requested here
return dualCone.getGenericSupportingHyperplane(mr);
^
src/divisionobject.h:676:28: note: in instantiation of member function 'gfan::Cone<gfan::CircuitTableInt32>::getRelativeInteriorPoint' requested here
return toIntegerVector(C2.getRelativeInteriorPoint());
^
src/gfanlib_circuittableint.h:25:29: note: template is declared here
template<typename> struct MyMakeUnsigned;
^
src/gfanlib_circuittableint.h:430:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v)+extMul(negabs(t).v,boundB.v);
^
src/gfanlib_tableau.h:468:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::dotDivVector' requested here
mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member functio
|
test-bot (macos-13)
install failed
|
test-bot (macos-13)
Process completed with exit code 1.
|
test-bot (macos-12)
macaulay2/tap/gfan 0.7 did not build
|
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.
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Monterey (12)!:
Formula/gfan.rb#L23
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/lp.cpp -o src/lp.o
clang++ -O2 -DGMPRATIONAL -DNDEBUG -I/usr/local/opt/cddlib/include/cddlib -g -I/usr/local/opt/gmp/include -g -DNOCDDPREFIX -std=c++2a -c src/enumeration.cpp -o src/enumeration.o
In file included from src/buchberger.cpp:17:
In file included from src/divisionobject.h:22:
In file included from src/gfanlib_tableau.h:14:
src/gfanlib_circuittableint.h:617:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v);
^
src/gfanlib_tableau.h:466:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::scaleVector' requested here
mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::findOrthogonalComplementAndDimension' requested here
findOrthogonalComplementAndDimension();
^
src/gfanlib_tableau.h:1889:4: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::ensureStateAsMinimum' requested here
ensureStateAsMinimum(2);
^
src/gfanlib_tableau.h:2548:20: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::getGenericSupportingHyperplane' requested here
return dualCone.getGenericSupportingHyperplane(mr);
^
src/divisionobject.h:676:28: note: in instantiation of member function 'gfan::Cone<gfan::CircuitTableInt32>::getRelativeInteriorPoint' requested here
return toIntegerVector(C2.getRelativeInteriorPoint());
^
src/gfanlib_circuittableint.h:25:29: note: template is declared here
template<typename> struct MyMakeUnsigned;
^
src/gfanlib_circuittableint.h:430:12: error: implicit instantiation of undefined template 'gfan::MyMakeUnsigned<long long>'
typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v)+extMul(negabs(t).v,boundB.v);
^
src/gfanlib_tableau.h:468:15: note: in instantiation of member function 'gfan::CircuitTableIntPOD<int, long long>::dotDivVector' requested here
mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
^
src/gfanlib_tableau.h:554:20: note: in instantiation of member function 'gfan::Tableau<gfan::CircuitTableInt32>::exchange' requested here
Tableau<mvtyp>::exchange(i,j);
^
src/gfanlib_tableau.h:1093:12: note: in instantiation of member function 'gfan::GeneratedCone<gfan::CircuitTableInt32>::exchange' requested here
this->exchange(i,j);
^
src/gfanlib_tableau.h:1722:5: note: in instantiation of member function 'gfan::Generated
|
test-bot (macos-12)
install failed
|
test-bot (macos-12)
Process completed with exit code 1.
|
test-bot (macos-15)
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-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (ubuntu-latest)
Cannot verify integrity of 'gfan--0.7.x86_64_linux.bottle.tar.gz'.
No checksum was provided.
For your reference, the checksum is:
sha256 "16b4b9fa61b2ab567aea9337460cff15ea7f0ee168605f4f20907c95da2e82ec"
|
test-bot (ubuntu-latest)
/home/linuxbrew/.linuxbrew/Cellar/gmp/6.3.0 and /home/linuxbrew/.linuxbrew/Cellar/cddlib/0.94m are required by gfan, which is currently installed.
You can silence this warning with:
brew uninstall --ignore-dependencies cddlib gmp
|
test-bot (ubuntu-latest)
Already linked: /home/linuxbrew/.linuxbrew/Cellar/gfan/0.7
|
test-bot (ubuntu-latest)
gfan: no `post_install` method was defined in the formula!
|
test-bot (ubuntu-latest)
The following openssl@3 configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/home/linuxbrew/.linuxbrew/etc/openssl@3
/home/linuxbrew/.linuxbrew/etc/openssl@3/cert.pem
/home/linuxbrew/.linuxbrew/etc/openssl@3/certs
/home/linuxbrew/.linuxbrew/etc/openssl@3/certs/.keepme
/home/linuxbrew/.linuxbrew/etc/openssl@3/ct_log_list.cnf
/home/linuxbrew/.linuxbrew/etc/openssl@3/ct_log_list.cnf.dist
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/CA.pl
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/tsget
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/tsget.pl
/home/linuxbrew/.linuxbrew/etc/openssl@3/openssl.cnf
/home/linuxbrew/.linuxbrew/etc/openssl@3/openssl.cnf.dist
/home/linuxbrew/.linuxbrew/etc/openssl@3/private
/home/linuxbrew/.linuxbrew/etc/openssl@3/private/.keepme
|
test-bot (ubuntu-latest)
The following ca-certificates configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/home/linuxbrew/.linuxbrew/etc/ca-certificates
/home/linuxbrew/.linuxbrew/etc/ca-certificates/cert.pem
|
test-bot (macos-12)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bottles_ubuntu-latest
|
2.64 MB |
|
logs (macos-12)
|
1.82 MB |
|
logs (macos-13)
|
7.61 KB |
|
logs (macos-14)
|
3.74 KB |
|
logs (macos-15)
|
5.07 KB |
|