Skip to content
Permalink
726b4877f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
The option `--localdir` is unknown.

    [BEE] /dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --sysconfdir=/etc --sharedstatedir=/var --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --datadir=/usr/share --infodir=/usr/share/info --localedir=/usr/share/locale --mandir=/usr/share/man --docdir=/usr/share/doc/diffstat --exec-prefix=/usr
    configure: error: unrecognized option: --localedir=/usr/share/locale
    Try `/dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --help' for more information.
    Command exited with non-zero status 1

The build type checks for `datarootdir`, which is present here.

    #! /bin/sh
    # From configure.in Revision: 1.33 .
    # Guess values for system-dependent variables and create Makefiles.
    # Generated by Autoconf 2.52.20190901.
1 contributor

Users who have contributed to this file

executable file 39 lines (26 sloc) 489 Bytes
#!/usr/bin/env beesh
# BEE_VERSION diffstat-1.63-0
# more info: https://foo.bar.com
SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
BEE_CONFIGURE='compat'
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure "${@}"
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}