Giter VIP home page Giter VIP logo

Comments (3)

acaudwell avatar acaudwell commented on August 18, 2024

Hi. What operating / distro are you using?

It looks like it might not know what the 'Pacific/Auckland' time zone is, so its just using UTC.

from gource.

jgarte avatar jgarte commented on August 18, 2024

Do the tests require internet access?

I'm on voidlinux building an update I'm making to the Guix package for gource:

(define-public gource
  (package
    (name "gource")
    (version "0.53")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://github.com/acaudwell/Gource/releases/download"
                    "/gource-" version "/gource-" version ".tar.gz"))
              (sha256
               (base32
                "0dvjvnw1asx47ih5y7pw6rhbr5yzb2c9mg0c69668bw1qv0n8prx"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
       (list (string-append "--with-boost-libdir="
                            (assoc-ref %build-inputs "boost")
                            "/lib"))))
    (native-inputs
     (list pkg-config pcre2))
    (inputs
     (list boost
           ftgl
           glew
           glm
           glu
           libpng
           ijg-libjpeg
           freetype
           mesa
           (sdl-union (list sdl2 sdl2-image))))
    (home-page "https://gource.io/")
    (synopsis "3D visualisation tool for source control repositories")
    (description "@code{gource} provides a software version control
visualization.  The repository is displayed as a tree where the root of the
repository is the centre, directories are branches and files are leaves.
Contributors to the source code appear and disappear as they contribute to
specific files and directories.")
    (license license:gpl3+)))

native-inputs is Guix jargon for testing/build only dependencies. Does anything look funny or missing from the dependencies (inputs, native-inputs) above?

I was also building this inside a Guix container that didn't have internet access.

from gource.

acaudwell avatar acaudwell commented on August 18, 2024

Shouldn't require internet.

Perhaps you need to depend on this tzdata package? https://voidlinux.pkgs.org/current/voidlinux-main-x86_64/tzdata-2022a_1.x86_64.xbps.html

Looks like it installs /usr/share/zoneinfo/Pacific/Auckland

from gource.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.