dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.58k stars 120 forks source link

nimble package error #182

Closed luntik2012 closed 5 years ago

luntik2012 commented 5 years ago
nikita ~/http_time $ nimble install jester
Downloading https://github.com/dom96/jester using git
       Tip: 6 messages have been suppressed, use --verbose to show them.
     Error: Could not read package info file in /tmp/nimble_1241/githubcom_dom96jester/jester.nimble;
        ...   Reading as ini file failed with: 
        ...     Invalid section: .
        ...   Evaluating as NimScript file failed with: 
        ...     usr/lib/nim/system.nim(4093, 42) Error: list of key:value pairs expected.
nikita ~/http_time $ nim --version
Nim Compiler Version 0.19.0 [Linux: amd64]
Compiled at 2018-09-28
Copyright (c) 2006-2018 by Andreas Rumpf

active boot switches: -d:release -d:nativeStackTrace
nikita ~/http_time $ nimble --version
nimble v0.8.10 compiled at 2018-02-26 01:23:38
git hash: couldn't determine git hash
nikita ~/http_time $ uname -a
Linux example.com 4.19.9-arch1-1-ARCH #1 SMP PREEMPT Fri Dec 14 00:58:26 UTC 2018 x86_64 GNU/Linux
luntik2012 commented 5 years ago

sorry, arch package issue. works with this:

nikita ~/http_time $ nim --version
Nim Compiler Version 0.19.9 [Linux: amd64]
Compiled at 2018-12-28
Copyright (c) 2006-2018 by Andreas Rumpf

git hash: eba8ffcf70cca5dd802c5d33f6ecea814829f9fc
active boot switches: -d:release -d:nativeStackTrace
nikita ~/http_time $ nimble --version
nimble v0.9.0 compiled at 2018-12-28 09:16:52
git hash: 68bb97f30ae996ddd89938625c102d69cb0af650