Skip to content

guile: does not build #7468

@androidnisse

Description

@androidnisse

Please confirm there isn't an open report for this package

  • I have searched through packaging problem reports

Name

guile

Version

No response

Summary of the problem

Does not build with current recipe.

More information

array-map.c: In function 'scm_ramapc': array-map.c:231:35: error: too many arguments to function 'cproc'; expected 0, have 2 231 | return (SCM_UNBNDP (data) ? cproc(vra0, lvra) : cproc(vra0, data, lvra)); | ^~~~~ ~~~~ array-map.c:231:55: error: too many arguments to function 'cproc'; expected 0, have 3 231 | return (SCM_UNBNDP (data) ? cproc(vra0, lvra) : cproc(vra0, data, lvra)); | ^~~~~ ~~~~ array-map.c:301:43: error: too many arguments to function 'cproc'; expected 0, have 2 301 | if (0 == (SCM_UNBNDP (data) ? cproc(vra0, lvra) : cproc(vra0, data, lvra))) | ^~~~~ ~~~~ array-map.c:301:63: error: too many arguments to function 'cproc'; expected 0, have 3 301 | if (0 == (SCM_UNBNDP (data) ? cproc(vra0, lvra) : cproc(vra0, data, lvra))) | ^~~~~ ~~~~ make[3]: *** [Makefile:2530: libguile_2.0_la-array-map.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/home/build/YPKG/root/guile/build-32/guile-2.0.14/libguile' make[2]: *** [Makefile:2186: all] Error 2 make[2]: Leaving directory '/home/build/YPKG/root/guile/build-32/guile-2.0.14/libguile' make[1]: *** [Makefile:1841: all-recursive] Error 1 make[1]: Leaving directory '/home/build/YPKG/root/guile/build-32/guile-2.0.14' make: *** [Makefile:1727: all] Error 2 Command '['/bin/bash', '--norc', '--noprofile', '/tmp/ypkg-build0s8zfi26']' returned non-zero exit status 2. [Build] build failed for guile

Metadata

Metadata

Assignees

No one assigned

    Labels

    Packaging ProblemBuilding the package as-is fails ("FTBFS"), or other problem with the packaging of softwarePriority: NormalNormal priority

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions