Skip to content

Build fails with "ERROR: cannot find taglib 1.11.1 or later (found 1.11.1)." on Debian 11 #125

@RaphaelWimmer

Description

@RaphaelWimmer

On Debian 11 (i386) the build fails in the configure phase because configure complains that the right taglib version is not installed:

ERROR: cannot find taglib 1.11.1 or later (found 1.11.1).

I don't know what the root cause is. (Maybe it is another case issue that only happens when run as non-root user - I need to recompile and check the log file next time).

Workaround: once the configure file has been created - and before the tar archive is created, comment out lines 5871 to 5874:


  # if test $taglib_version -lt 1011001 || \
    #        ! check_class_headers_cpp "taglib/fileref.h stdlib.h" TagLib::FileRef $tagincludes $taglibs -lstdc++; then
     #   die "ERROR: cannot find taglib 1.11.1 or later (found $taglib_verstring)."
  #  fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions