Page MenuHomeFreeBSD

New port: math/eprover : Theorem prover for full first-order logic with equality
ClosedPublic

Authored by yuri on Nov 18 2017, 10:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:29 PM
Unknown Object (File)
Mar 18 2024, 1:56 AM
Unknown Object (File)
Mar 18 2024, 1:55 AM
Unknown Object (File)
Mar 18 2024, 1:55 AM
Unknown Object (File)
Mar 18 2024, 1:55 AM
Unknown Object (File)
Mar 18 2024, 1:55 AM
Unknown Object (File)
Mar 13 2024, 8:17 PM
Unknown Object (File)
Mar 11 2024, 9:50 PM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12847
Build 13111: arc lint + arc unit

Event Timeline

math/eprover/Makefile
33

^ this could use a line-break

I see the following error

cp: DOC/man/e_deduction_server.1: No such file or directory
*** Error code 1 (ignored)

I see the following error

cp: DOC/man/e_deduction_server.1: No such file or directory
*** Error code 1 (ignored)

This error was fixed later, and doesn't break the build.
So we need to patch it, or just wait for the next release?

In D13150#273822, @yuri wrote:

I see the following error

cp: DOC/man/e_deduction_server.1: No such file or directory
*** Error code 1 (ignored)

This error was fixed later, and doesn't break the build.
So we need to patch it, or just wait for the next release?

If you can back port the fix without much effort I would go for it. Otherwise it can wait.

The author, professor from Germany, actually answered my e-mail about this error. :)

In D13150#273828, @yuri wrote:

Backported the fix.

good job

This revision is now accepted and ready to land.Nov 19 2017, 9:54 PM
In D13150#273828, @yuri wrote:

Backported the fix.

good job

Thanks

This revision was automatically updated to reflect the committed changes.
head/math/eprover/Makefile
23–24 ↗(On Diff #35477)

Is this really needed ? Wouldn't USES=desthack work ?

yuri marked an inline comment as done.Nov 24 2017, 8:45 PM
yuri added inline comments.
head/math/eprover/Makefile
23–24 ↗(On Diff #35477)

It breaks with USES=desthack:

strip: open /usr/ports/math/eprover/work/stage/usr/local/bin/checkproof failed: No such file or directory

yuri marked 2 inline comments as done.Nov 24 2017, 8:45 PM