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

Create PKGBUILD #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create PKGBUILD #14

wants to merge 1 commit into from

Conversation

sc74
Copy link

@sc74 sc74 commented Jun 6, 2024

No description provided.

@MattBlack85
Copy link
Collaborator

@sc74 it doesn't compile, I get this error

distcc[152959] Warning: failed to distribute mem.c to 10.0.1.47:3636/20, running locally instead
mem.c: In function ‘vm_i_byte’:
mem.c:581:12: error: implicit declaration of function ‘inb’; did you mean ‘ins’? [-Wimplicit-function-declaration]
  581 |     return inb(addr);
      |            ^~~
      |            ins
mem.c: In function ‘vm_i_word’:
mem.c:619:10: error: implicit declaration of function ‘inw’; did you mean ‘ins’? [-Wimplicit-function-declaration]
  619 |   return inw(addr);
      |          ^~~
      |          ins
mem.c: In function ‘vm_i_dword’:
mem.c:657:10: error: implicit declaration of function ‘inl’; did you mean ‘ins’? [-Wimplicit-function-declaration]
  657 |   return inl(addr);
      |          ^~~
      |          ins
mem.c: In function ‘vm_o_byte’:
mem.c:676:5: error: implicit declaration of function ‘outb’; did you mean ‘outs’? [-Wimplicit-function-declaration]
  676 |     outb(val, addr);
      |     ^~~~
      |     outs
mem.c: In function ‘vm_o_word’:
mem.c:711:3: error: implicit declaration of function ‘outw’; did you mean ‘outs’? [-Wimplicit-function-declaration]
  711 |   outw(val, addr);
      |   ^~~~
      |   outs
mem.c: In function ‘vm_o_dword’:
mem.c:748:3: error: implicit declaration of function ‘outl’; did you mean ‘outs’? [-Wimplicit-function-declaration]
  748 |   outl(val, addr);
      |   ^~~~
      |   outs
distcc[152959] ERROR: compile mem.c on localhost failed

@sc74
Copy link
Author

sc74 commented Jun 12, 2024

Indeed, we can no longer compile the package. Probably following a package update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants