[Bug 1887572] [NEW] rsync blocked in -proposed due to configure.sh warning (dep8 test)
Sergio Durigan Junior
1887572 at bugs.launchpad.net
Tue Jul 14 19:41:51 UTC 2020
Public bug reported:
rsync 3.2.1-1ubuntu1 has been blocked in proposed due to a problem when
invoking configure.sh inside the debian/tests/upstream-tests script:
autopkgtest [18:04:18]: @@@@@@@@@@@@@@@@@@@@ summary
upstream-tests FAIL stderr: configure.sh: WARNING: you should use --build, --host, --target
Exit request sent.
The problem is that configure.sh is being executed like this:
./configure.sh "$CROSS_COMPILE"
in this scenario, $CROSS_COMPILE is an empty variable, which means that
this will evaluate to:
./configure.sh ""
which will trigger the autotools warning above. The easy solution here
is to just remove the quotes.
I'm working on this.
** Affects: rsync (Ubuntu)
Importance: Undecided
Assignee: Sergio Durigan Junior (sergiodj)
Status: In Progress
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1887572
Title:
rsync blocked in -proposed due to configure.sh warning (dep8 test)
Status in rsync package in Ubuntu:
In Progress
Bug description:
rsync 3.2.1-1ubuntu1 has been blocked in proposed due to a problem
when invoking configure.sh inside the debian/tests/upstream-tests
script:
autopkgtest [18:04:18]: @@@@@@@@@@@@@@@@@@@@ summary
upstream-tests FAIL stderr: configure.sh: WARNING: you should use --build, --host, --target
Exit request sent.
The problem is that configure.sh is being executed like this:
./configure.sh "$CROSS_COMPILE"
in this scenario, $CROSS_COMPILE is an empty variable, which means
that this will evaluate to:
./configure.sh ""
which will trigger the autotools warning above. The easy solution
here is to just remove the quotes.
I'm working on this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1887572/+subscriptions
More information about the foundations-bugs
mailing list