~alpine/devel

NTPOPTS="-c openntpd" fails

Ladar Levison <ladar@lavabit.com>
Details
Message ID
<72946458-0ec8-d97b-38d4-d30ed5cd5e17@lavabit.com>
DKIM signature
missing
Download raw message
Somewhere along the way, using NTPOPTS="-c openntpd" started failing.
From what I can tell, the problem is the openntpd APK is missing from
the local index. The specific error looks like:

ERROR: unsatisfiable constraints:
  openntpd (missing)
    required by: world(openntpd)
 * rc-update: service 'openntpd' does not exist
 * rc-service: service 'openntpd' does not exist

I think the problem stems from having setup-ntp run before
setup-apkrepos, which is responsible for updating the APK index. If I
run "setup-ntp -c openntpd" first, it fails. If I run "setup-apkrepos
-1" and then run "setup-ntp -c openntpd" it works. Like wise if I run
"setup-ntp -c openntpd" after "setup-alpine -f answerfile" has finished,
it also works.

L~
Reply to thread Export thread (mbox)