mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #17] "dnslookup undefined" in output #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Chaz6 on GitHub (Sep 30, 2021).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/17
Should I be concerned by this output? I do not expect to see
dnslookup undefinedand it is unclear what this means.@ameshkov commented on GitHub (Sep 30, 2021):
You should specify version when you build it:
VERSION=x.x make@Chaz6 commented on GitHub (Oct 1, 2021):
The installation instructions in README.md are as follows:-
Where should I enter
VERSION=x.x make?@ameshkov commented on GitHub (Oct 1, 2021):
Eh, my bad, I should either change the instruction or change the code so that the version was hardcoded.
@ainar-g commented on GitHub (Nov 3, 2021):
@ameshkov, I'd recommend using the module version when the buildtime one isn't available. In fact, it probably could replace the env hacks all together.