Skip to content

[Build] Exclude specific module (r.geomorphon) at compilation #3731

@waarmond

Description

@waarmond

Describe the bug

I can't finish the GRASS build due to one module not compiling:

Cannot parse interface for module r.geomorphon. Empty strings will be placed instead of description and keywords. Reason: Unable to fetch interface description for command '<r.geomorphon>'.

This is certainly my fault. Is there any way to disable one specific module at configuration time?

To reproduce

    ./configure \
    --prefix=/opt/$pkgname \
    --with-freetype-includes=/usr/include/freetype2 \
    --with-wxwidgets \
    --with-readline \
    --with-pthread \
    --with-netcdf \
    --with-nls \
    --with-geos \
    --with-postgres \
    --with-pdal \
    --with-bzlib \
    --with-zstd

    --disable-geomorphon ??

  make

System description

  • ArchLinux
  • git master

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions