Bug #3223
closeddsynth - security/acme.sh
0%
Description
Attempting to build security/acme.sh results in the following error:
- Badly formatted pkg info line
It appears the "." is not accepted as valid input.
Updated by liweitianux almost 5 years ago
Hi aswell,
Can you provide us with the following information:
1. The DragonFly version: output of 'uname -a'
2. Is the world in sync with the kernel? i.e., did you do both 'installkernel' and 'installworld'?
3. Output of 'ls -l /usr/bin/dsynth'
4. Is your '/usr/dports' up-to-date? Show the output of 'git log -1' in '/usr/dports'.
Thanks.
Updated by liweitianux almost 5 years ago
Please also include the exact 'dsynth' command to build 'security/acme.sh' and the full error output.
Thanks
Updated by aswell almost 5 years ago
Dsynth is new to 5.8, and the error has to do with unrecognized input.
- dsynth build /etc/dsynth/build.txt
produces the error, as the "." between acme and sh is considered invalid input.
- dsynth build security/acme.sh
produces a failed build with no information.
Matt can likely fix in 2 minutes or less, as acme.sh is likely the only FreeBSD package with a "." dot in it's name, so this is new territory...
Updated by aswell almost 5 years ago
- Status changed from New to Closed
Closing this ticket. User error. It appears acme.sh did actually build.
The "Badly formatted pkg info line:" notice message appears if there are carriage returns after the last package listed in the build file.