Skip to content

Travis fails because of removed jfsrec #4725

@MP2E

Description

@MP2E

Travis has been giving build failures because of this:

error: getting status of `/home/travis/build/NixOS/nixpkgs/pkgs/tools/filesystems/jfsrec': No such file or directory

commit 06f8885 seems to be at fault here..

The reason I didn't just fix this this bug and push upstream is because there are two different ways to approach this and I'm not sure which the best course of action is.
a) jfsrec removal was intentional, remove all references to jfsrec
b) restore jfsrec

Here is a listing of all current things pointing to jfsrec:

nixos/modules/profiles/base.nix:37:    #pkgs.jfsrec # disabled because of Boost dependency
nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix:79:      pkgs.jfsrec
pkgs/top-level/all-packages.nix:1478:  jfsrec = callPackage ../tools/filesystems/jfsrec {
pkgs/top-level/release.nix:132:      jfsrec = linux;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions