Page MenuHomeFreeBSD

textproc/R-cran-htmltools: add TEST_DEPENDS
Needs RevisionPublic

Authored by uzsolt on Mar 28 2024, 6:39 PM.
Tags
None
Referenced Files
F82796410: D44549.id136312.diff
Thu, May 2, 4:28 PM
Unknown Object (File)
Fri, Apr 26, 4:33 AM
Unknown Object (File)
Sat, Apr 20, 11:42 AM
Unknown Object (File)
Sat, Apr 20, 9:32 AM
Unknown Object (File)
Mar 30 2024, 5:47 PM
Subscribers
None

Details

Reviewers
bofh
diizzy
Summary

Now can run make test.
The R-cran-Cairo and R-cran-ragg are suggested but there aren't ports.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

uzsolt created this revision.
diizzy requested changes to this revision.Sat, Apr 20, 9:43 AM
* checking package dependencies ... ERROR
Package required but not available: 'utils'

Packages suggested but not available for checking: 'Cairo', 'ragg'

See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
* DONE

Status: 1 ERROR
See
  '/usr/ports/textproc/R-cran-htmltools/work/htmltools.Rcheck/00check.log'
for details.

*** Error code 1
This revision now requires changes to proceed.Sat, Apr 20, 9:43 AM
* checking package dependencies ... ERROR
Package required but not available: 'utils'

Packages suggested but not available for checking: 'Cairo', 'ragg'

See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
* DONE

Status: 1 ERROR
See
  '/usr/ports/textproc/R-cran-htmltools/work/htmltools.Rcheck/00check.log'
for details.

*** Error code 1

What and how did you run?

* checking package dependencies ... NOTE
Packages suggested but not available for checking: 'Cairo', 'ragg'
...
* checking examples ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'test-all.R'
 OK
* DONE

Status: 2 NOTEs
See
  '/wrkdirs/usr/ports/textproc/R-cran-htmltools/work/htmltools.Rcheck/00check.log'
for details.

I ran poudriere bulk -i and inside the jail make test (13.3-RELEASE).

make test in ports tree (without Poudriere) on 14.0

make test in ports tree (without Poudriere) on 14.0

I don't understand. I did it but works for me (make test in a ports tree, 14.0, without poudriere). Could you please copy the full output of error?