Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xfce4-dev-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • xfce4-dev-tools
  • Issues
  • #54
Closed
Open
Issue created Jan 26, 2022 by Ryan Schmidt@ryandesign

xdt-autogen: configure.ac\001: No such file or directory

xdt-autogen seems to have a problem at least when running on macOS 10.15.7 with its version of /bin/sh which is "GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)".

I tried xdt-autogen from xfce4-dev-tools 4.16.0 and 4.17.0.

When running xdt-autogen in the libxfce4util 4.16.0 source directory, it prints a bunch of nonsense like this:

egrep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
grep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
grep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
grep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
Preparing package directory /path/to/libxfce4util-4.16.0...
egrep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
grep: /path/to/libxfce4util-4.16.0/configure.ac\001: No such file or directory
Running autoreconf...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
^C

I gather that xdt-autogen would like to check whether configure.ac contains various things, but it's not getting very far since it has erroneously tacked a \001 onto the end of the filename.

Assignee
Assign to
Time tracking