-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make deb-utils
fails when there is a whitespace in the existing $PATH
environment variable
#14338
Labels
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
martin-rueegg
added a commit
to metaworx/zfs
that referenced
this issue
Dec 29, 2022
#openzfs/issues/14338 #openzfs/zfs/14338 openzfs#14338 openzfs#14338
martin-rueegg
added a commit
to metaworx/zfs
that referenced
this issue
Dec 29, 2022
Fix openzfs#14338, failing to build deb-utils if existing `$PATH` variable would include a whitespace. Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 13, 2023
Fix openzfs#14338, failing to build deb-utils if existing `$PATH` variable would include a whitespace. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch> Closes openzfs#14339
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 18, 2023
Fix openzfs#14338, failing to build deb-utils if existing `$PATH` variable would include a whitespace. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch> Closes openzfs#14339
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 19, 2023
Fix openzfs#14338, failing to build deb-utils if existing `$PATH` variable would include a whitespace. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch> Closes openzfs#14339
lundman
pushed a commit
to openzfsonwindows/openzfs
that referenced
this issue
Mar 3, 2023
Fix openzfs#14338, failing to build deb-utils if existing `$PATH` variable would include a whitespace. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch> Closes openzfs#14339
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
When trying to build the deb tools with
make -j1 deb-utils
the build fails with the following error:env: ‘Files’: No such file or directory
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: