Skip to content
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

Autotools build improvement -- to support OpenBSD #1670

Closed
mcuee opened this issue Feb 7, 2024 · 1 comment
Closed

Autotools build improvement -- to support OpenBSD #1670

mcuee opened this issue Feb 7, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@mcuee
Copy link
Collaborator

mcuee commented Feb 7, 2024

As of now, git main Autotools build last step failed under OpenBSD.

Warning: target ./libavrdude.a (prerequisite of: avrdude) does not have any command (BUG)
  CCLD     avrdude
cc: error: no such file or directory: './libavrdude.a'
*** Error 1 in . (Makefile:1043 'avrdude': @echo "  CCLD    " avrdude;/bin/sh ./libtool --silent --tag=CC    --mode=link cc -Wall -Wextra -W...)
*** Error 1 in . (Makefile:2820 'all-recursive': @fail=;  if (target_option=k; case ${target_option-} in  ?) ;;  *) echo "am__make_running_w...)
*** Error 2 in /home/mcuee/build/avrdude/src (Makefile:886 'all')

I have not looked into OpenBSD port to see how they build avrdude 6.3.
https://github.com/openbsd/ports/tree/master/devel/avrdude

@mcuee mcuee added enhancement New feature or request bug Something isn't working labels Feb 7, 2024
@mcuee
Copy link
Collaborator Author

mcuee commented Feb 7, 2024

Close this one and merge this into Issue #1664.

@mcuee mcuee closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant