Re: T&R Error

2025-01-20 Thread Jim Jagielski


> On Jan 20, 2025, at 2:20 PM, Eric Covener  wrote:
> 
> On Mon, Jan 20, 2025 at 2:17 PM Jim Jagielski  wrote:
>> 
>> When running:
>> 
>> dev/httpd-dev-tools/release/r1-make-tars.sh 2.4.63 -s 0x791485A8
>> 
>> I get
>> 
>> building dist tarballs ...
>> - create dist checksums ...
>> - create checksums for httpd-2.4.63-deps.tar.gz
>> - create checksums for httpd-2.4.63.tar.gz
>> - create checksums for httpd-2.4.63-deps.tar.bz2
>> - create checksums for httpd-2.4.63.tar.bz2
>> - signing dist files ...
>> - gpg2: creating asc signature file for dist/httpd-2.4.63-deps.tar.gz ...
>> gpg: WARNING: no command supplied.  Trying to guess what you mean ...
>> gpg: no valid OpenPGP data found.
>> gpg: processing message failed: Unknown system error
> 
> Do the args have to precede the version?
> 
> I have never supplied arguments there as I don't do anything else with gpg.
> 
> Probably need to flip on the `set -x` and see what gpg stuff it's doing.


That errored with:

~/src/asf/code/dev/httpd-dev-tools/release/r1-make-tars.sh -s 0x791485A8 2.4.63
ERROR: version major '0x791485A8' is not a number

Found a bug in the getops section. See r1923282.
--
Jim
"I don't need a compass to tell me which way the wind shines."





Re: T&R Error

2025-01-20 Thread Eric Covener
On Mon, Jan 20, 2025 at 2:17 PM Jim Jagielski  wrote:
>
> When running:
>
> dev/httpd-dev-tools/release/r1-make-tars.sh 2.4.63 -s 0x791485A8
>
> I get
>
> building dist tarballs ...
>  - create dist checksums ...
>  - create checksums for httpd-2.4.63-deps.tar.gz
>  - create checksums for httpd-2.4.63.tar.gz
>  - create checksums for httpd-2.4.63-deps.tar.bz2
>  - create checksums for httpd-2.4.63.tar.bz2
>  - signing dist files ...
>  - gpg2: creating asc signature file for dist/httpd-2.4.63-deps.tar.gz ...
> gpg: WARNING: no command supplied.  Trying to guess what you mean ...
> gpg: no valid OpenPGP data found.
> gpg: processing message failed: Unknown system error

Do the args have to precede the version?

I have never supplied arguments there as I don't do anything else with gpg.

Probably need to flip on the `set -x` and see what gpg stuff it's doing.


T&R Error

2025-01-20 Thread Jim Jagielski
When running:

dev/httpd-dev-tools/release/r1-make-tars.sh 2.4.63 -s 0x791485A8

I get

building dist tarballs ...
 - create dist checksums ...
 - create checksums for httpd-2.4.63-deps.tar.gz
 - create checksums for httpd-2.4.63.tar.gz
 - create checksums for httpd-2.4.63-deps.tar.bz2
 - create checksums for httpd-2.4.63.tar.bz2
 - signing dist files ...
 - gpg2: creating asc signature file for dist/httpd-2.4.63-deps.tar.gz ...
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
gpg: no valid OpenPGP data found.
gpg: processing message failed: Unknown system error
--
Jim
"I don't need a compass to tell me which way the wind shines."