You are not logged in.

#1 2013-09-26 00:50:16

jefdaj
Member
Registered: 2012-12-05
Posts: 25

[SOLVED] Is cabal-install broken, or am I using it wrong?

Hopefully this is the right place to post this. I've been having all sorts of "unresolved dependency" problems installing haskell packages from the [haskell-core] and [haskell-happstack] repos, which I gather is normal? Since the only packages I really need are pandoc and gitit, today I decided to try building them myself with cabal. I uninstalled all my Haskell stuff, then started from scratch with just `yaourt -S cabal-install` (also pulls in ghc of course). Then I `cabal update`, and get this:

Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install

So I try that and it fails:

[jefdaj@acro ~]$ cabal install cabal-install
Resolving dependencies...
Configuring cabal-install-1.18.0.1...
Building cabal-install-1.18.0.1...
Preprocessing executable 'cabal' for cabal-install-1.18.0.1...

Main.hs:116:8:
    Could not find module `Distribution.Version'
    There are files missing in the `Cabal-1.18.1' package,
    try running 'ghc-pkg check'.
    Use -v to see a list of the files searched for.
Failed to install cabal-install-1.18.0.1
cabal: Error: some packages failed to install:
cabal-install-1.18.0.1 failed during the building phase. The exception was:
ExitFailure 1

The same thing happens if I try to install gitit or cabal-dev. Do I need to reset ghc-pkg somehow to remove previous installations? Or is there something else I should be doing?
Thanks!

Last edited by jefdaj (2013-09-27 19:11:26)

Offline

#2 2013-09-26 01:12:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Not a Pacman issue, moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-09-26 02:04:32

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

jefdaj wrote:

I've been having all sorts of "unresolved dependency" problems installing haskell packages from the [haskell-core] and [haskell-happstack] repos, which I gather is normal?

No, that is not normal. Are you sure that your system is up-to-date? What is the full error? What commands are you running?


Btw, you should read this: https://ivanmiljenovic.wordpress.com/20 … e-manager/


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#4 2013-09-26 04:50:34

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Yeah I know it's not a package manager. I'm also developing some gitit plugins, so figured I'd end up wanting to build gitit and pandoc anyway. Keeping that separate from my working install would be ideal, but in the meantime any binary that still runs my lab wiki would be OK. smile Here's what happens in a lot more detail.....

My /etc/pacman.conf:

###########
# settings
###########

[options]
UseSyslog
Color
TotalDownload
CheckSpace
VerbosePkgLists
Architecture      = auto
SigLevel          = Required DatabaseOptional TrustedOnly
LocalFileSigLevel = Optional


#############
# infinality
#############
 
[infinality-bundle]
Server = http://ibn.net63.net/infinality-bundle/$arch

[infinality-bundle-multilib]
Server = http://ibn.net63.net/infinality-bundle-multilib/$arch


##########
# haskell
##########

[haskell-happstack]
Server = ftp://noaxiom.org/$repo/$arch

[haskell-core]
Server = http://xsounds.org/~haskell/core/$arch
Server = http://www.kiwilight.com/haskell/core/$arch


###########
# official
###########

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

All packages are up to date from earlier today, but I've just uncommented the haskell repos again so I update the cache:

[jefdaj@acro ~]$ yaourt -Syy
:: Synchronizing package databases...
 infinality-bundle          7.0 KiB   773K/s 00:00 [#################] 100%
 infinality-bundle.sig    287.0   B  0.00B/s 00:00 [#################] 100%
 infinality-bundle-m...     2.5 KiB   836K/s 00:00 [#################] 100%
 infinality-bundle-m...   287.0   B  0.00B/s 00:00 [#################] 100%
 haskell-happstack         79.4 KiB   251K/s 00:00 [#################] 100%
 haskell-happstack.sig    287.0   B  0.00B/s 00:00 [#################] 100%
 haskell-core             243.2 KiB   531K/s 00:00 [#################] 100%
 haskell-core.sig          96.0   B  0.00B/s 00:00 [#################] 100%
 core                     105.4 KiB   663K/s 00:00 [#################] 100%
 extra                   1444.3 KiB   667K/s 00:02 [#################] 100%
 community               2007.2 KiB   591K/s 00:03 [#################] 100%
 multilib                 108.0 KiB   639K/s 00:00 [#################] 100%

Then I try to install gitit:

[jefdaj@acro ~]$ yaourt -S haskell-gitit
resolving dependencies...
warning: cannot resolve "haskell-void=0.6.1-3", a dependency of "haskell-hstringtemplate"
warning: cannot resolve "haskell-hstringtemplate=0.7.1-5", a dependency of "haskell-gitit"
warning: cannot resolve "haskell-pandoc=1.11.1-16", a dependency of "haskell-gitit"
warning: cannot resolve "haskell-pandoc-types=1.10-5", a dependency of "haskell-gitit"
warning: cannot resolve "haskell-tagsoup=0.12.8-29", a dependency of "haskell-gitit"
warning: cannot resolve "haskell-tagsoup=0.12.8-29", a dependency of "haskell-xss-sanitize"
warning: cannot resolve "haskell-xss-sanitize=0.3.4-1", a dependency of "haskell-gitit"
:: The following package cannot be upgraded due to unresolvable dependencies:
      haskell-gitit

:: Do you want to skip the above package for this upgrade? [y/N] 
error: failed to prepare transaction (unexpected error)

Pandoc installed fine, but took two tries because the first time it didn't like the cached ghc package signature:

[jefdaj@acro ~]$ yaourt -S haskell-pandoc
resolving dependencies...
looking for inter-conflicts...

warning: insufficient columns available for table display
Packages (52): ghc-7.6.3-1  haskell-aeson-0.6.2.0-3
               haskell-attoparsec-0.10.4.0-4
               haskell-base-unicode-symbols-0.2.2.4-27
               haskell-base64-bytestring-1.0.0.1-2
               haskell-binary-0.7.1.0-1  haskell-blaze-builder-0.3.1.1-4
               haskell-blaze-html-0.6.1.1-5
               haskell-blaze-markup-0.5.1.5-5  haskell-conduit-1.0.7.4-4
               haskell-data-default-0.5.3-2
               haskell-data-default-class-0.0.1-2
               haskell-data-default-instances-base-0.0.1-2
               haskell-data-default-instances-containers-0.0.1-2
               haskell-data-default-instances-dlist-0.0.1-2
               haskell-data-default-instances-old-locale-0.0.1-2
               haskell-digest-0.0.1.2-3  haskell-dlist-0.5-27
               haskell-extensible-exceptions-0.1.1.4-27
               haskell-hashable-1.2.1.0-1
               haskell-highlighting-kate-0.5.5-1  haskell-hslua-0.3.6.1-1
               haskell-http-4000.2.8-5  haskell-lifted-base-0.2.1.0-1
               haskell-mmorph-1.0.0-2  haskell-monad-control-0.3.2.1-2
               haskell-mtl-2.1.2-27  haskell-nats-0.1.2-1
               haskell-network-2.4.1.2-4  haskell-pandoc-types-1.12.1.1-1
               haskell-parsec-3.1.3-29  haskell-pcre-light-0.4-27
               haskell-primitive-0.5.1.0-1  haskell-random-1.0.1.1-27
               haskell-resourcet-0.4.8-1  haskell-semigroups-0.11-2
               haskell-syb-0.4.1-2  haskell-tagsoup-0.13-1
               haskell-temporary-1.1.2.4-3  haskell-texmath-0.6.4-3
               haskell-text-0.11.3.1-1  haskell-transformers-0.3.0.0-27
               haskell-transformers-base-0.4.1-27
               haskell-unordered-containers-0.2.3.3-1
               haskell-utf8-string-0.3.7-27  haskell-vector-0.10.9.0-1
               haskell-void-0.6.1-4  haskell-xml-1.3.13-4
               haskell-yaml-0.8.5-2  haskell-zip-archive-0.1.3.4-3
               haskell-zlib-0.5.4.1-2  haskell-pandoc-1.12.0.2-2

Total Download Size:    44.13 MiB
Total Installed Size:   1467.55 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
 haskell-transformer...   591.3 KiB   469K/s 00:01 [#################]   1%
 haskell-mtl-2.1.2-2...   789.9 KiB   506K/s 00:02 [#################]   1%
 haskell-text-0.11.3...     2.7 MiB   647K/s 00:04 [#################]   6%
 haskell-parsec-3.1....     3.3 MiB   657K/s 00:05 [#################]   7%
 haskell-network-2.4...     4.3 MiB   670K/s 00:07 [#################]   9%
 haskell-http-4000.2...     5.2 MiB   678K/s 00:08 [#################]  11%
 haskell-attoparsec-...     6.2 MiB   686K/s 00:09 [#################]  14%
 haskell-blaze-build...     6.5 MiB   686K/s 00:10 [#################]  14%
 haskell-dlist-0.5-2...     6.5 MiB   685K/s 00:10 [#################]  14%
 haskell-hashable-1....     6.6 MiB   680K/s 00:10 [#################]  15%
 haskell-syb-0.4.1-2...     6.9 MiB   677K/s 00:10 [#################]  15%
 haskell-unordered-c...     7.2 MiB   676K/s 00:11 [#################]  16%
 haskell-primitive-0...     7.4 MiB   670K/s 00:11 [#################]  16%
 haskell-vector-0.10...    10.3 MiB   650K/s 00:16 [#################]  23%
 haskell-aeson-0.6.2...    11.4 MiB   656K/s 00:18 [#################]  25%
 haskell-base64-byte...    11.6 MiB   645K/s 00:18 [#################]  26%
 haskell-blaze-marku...    11.8 MiB   645K/s 00:19 [#################]  26%
 haskell-blaze-html-...    13.8 MiB   655K/s 00:22 [#################]  31%
 haskell-data-defaul...    13.8 MiB   654K/s 00:22 [#################]  31%
 haskell-data-defaul...    13.9 MiB   652K/s 00:22 [#################]  31%
 haskell-data-defaul...    13.9 MiB   651K/s 00:22 [#################]  31%
 haskell-data-defaul...    13.9 MiB   649K/s 00:22 [#################]  31%
 haskell-data-defaul...    13.9 MiB   649K/s 00:22 [#################]  31%
 haskell-data-defaul...    14.0 MiB   648K/s 00:22 [#################]  31%
 haskell-extensible-...    14.0 MiB   647K/s 00:22 [#################]  31%
 haskell-pcre-light-...    14.1 MiB   646K/s 00:22 [#################]  32%
^[[A haskell-highlightin...    19.7 MiB   746K/s 00:33 [##########-------]  haskell-highlightin...    22.7 MiB   670K/s 00:35 [#################]  51%
 haskell-hslua-0.3.6...    23.1 MiB   671K/s 00:35 [#################]  52%
 haskell-pandoc-type...    24.6 MiB   674K/s 00:37 [#################]  55%
 haskell-random-1.0....    24.9 MiB   673K/s 00:38 [#################]  56%
 haskell-tagsoup-0.1...    26.5 MiB   662K/s 00:41 [#################]  59%
 haskell-temporary-1...    26.5 MiB   661K/s 00:41 [#################]  60%
 haskell-xml-1.3.13-...    26.9 MiB   661K/s 00:42 [#################]  60%
 haskell-texmath-0.6...    28.1 MiB   662K/s 00:43 [#################]  63%
 haskell-base-unicod...    28.2 MiB   662K/s 00:44 [#################]  63%
 haskell-transformer...    28.2 MiB   662K/s 00:44 [#################]  63%
 haskell-monad-contr...    28.3 MiB   660K/s 00:44 [#################]  64%
 haskell-lifted-base...    28.4 MiB   657K/s 00:44 [#################]  64%
 haskell-mmorph-1.0....    28.5 MiB   655K/s 00:45 [#################]  64%
 haskell-resourcet-0...    28.7 MiB   654K/s 00:45 [#################]  65%
 haskell-nats-0.1.2-...    28.8 MiB   652K/s 00:45 [#################]  65%
 haskell-semigroups-...    29.2 MiB   640K/s 00:47 [#################]  66%
 haskell-void-0.6.1-...    29.3 MiB   638K/s 00:47 [#################]  66%
 haskell-conduit-1.0...    29.6 MiB   625K/s 00:49 [#################]  67%
 haskell-yaml-0.8.5-...    30.3 MiB   613K/s 00:51 [#################]  68%
 haskell-binary-0.7....    30.8 MiB   605K/s 00:52 [#################]  69%
 haskell-digest-0.0....    30.8 MiB   604K/s 00:52 [#################]  69%
 haskell-utf8-string...    31.0 MiB   602K/s 00:53 [#################]  70%
 haskell-zlib-0.5.4....    31.2 MiB   602K/s 00:53 [#################]  70%
 haskell-zip-archive...    31.4 MiB   602K/s 00:53 [#################]  71%
 haskell-pandoc-1.12...    44.1 MiB   625K/s 01:12 [#################] 100%
(52/52) checking keys in keyring                   [#################] 100%
(52/52) checking package integrity                 [#################] 100%
error: ghc: signature from "ArchHaskell (Magnus Therning) <magnus@therning.org>" is invalid
:: File /var/cache/pacman/pkg/ghc-7.6.3-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
[jefdaj@acro ~]$ yaourt -S haskell-pandoc
resolving dependencies...
looking for inter-conflicts...

warning: insufficient columns available for table display
Packages (52): ghc-7.6.3-1  haskell-aeson-0.6.2.0-3
               haskell-attoparsec-0.10.4.0-4
               haskell-base-unicode-symbols-0.2.2.4-27
               haskell-base64-bytestring-1.0.0.1-2
               haskell-binary-0.7.1.0-1  haskell-blaze-builder-0.3.1.1-4
               haskell-blaze-html-0.6.1.1-5
               haskell-blaze-markup-0.5.1.5-5  haskell-conduit-1.0.7.4-4
               haskell-data-default-0.5.3-2
               haskell-data-default-class-0.0.1-2
               haskell-data-default-instances-base-0.0.1-2
               haskell-data-default-instances-containers-0.0.1-2
               haskell-data-default-instances-dlist-0.0.1-2
               haskell-data-default-instances-old-locale-0.0.1-2
               haskell-digest-0.0.1.2-3  haskell-dlist-0.5-27
               haskell-extensible-exceptions-0.1.1.4-27
               haskell-hashable-1.2.1.0-1
               haskell-highlighting-kate-0.5.5-1  haskell-hslua-0.3.6.1-1
               haskell-http-4000.2.8-5  haskell-lifted-base-0.2.1.0-1
               haskell-mmorph-1.0.0-2  haskell-monad-control-0.3.2.1-2
               haskell-mtl-2.1.2-27  haskell-nats-0.1.2-1
               haskell-network-2.4.1.2-4  haskell-pandoc-types-1.12.1.1-1
               haskell-parsec-3.1.3-29  haskell-pcre-light-0.4-27
               haskell-primitive-0.5.1.0-1  haskell-random-1.0.1.1-27
               haskell-resourcet-0.4.8-1  haskell-semigroups-0.11-2
               haskell-syb-0.4.1-2  haskell-tagsoup-0.13-1
               haskell-temporary-1.1.2.4-3  haskell-texmath-0.6.4-3
               haskell-text-0.11.3.1-1  haskell-transformers-0.3.0.0-27
               haskell-transformers-base-0.4.1-27
               haskell-unordered-containers-0.2.3.3-1
               haskell-utf8-string-0.3.7-27  haskell-vector-0.10.9.0-1
               haskell-void-0.6.1-4  haskell-xml-1.3.13-4
               haskell-yaml-0.8.5-2  haskell-zip-archive-0.1.3.4-3
               haskell-zlib-0.5.4.1-2  haskell-pandoc-1.12.0.2-2

Total Download Size:    62.24 MiB
Total Installed Size:   1467.55 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
 ghc-7.6.3-1-x86_64        62.2 MiB   654K/s 01:37 [#################] 100%
(52/52) checking keys in keyring                   [#################] 100%
(52/52) checking package integrity                 [#################] 100%
(52/52) loading package files                      [#################] 100%
(52/52) checking for file conflicts                [#################] 100%
(52/52) checking available disk space              [#################] 100%
( 1/52) installing ghc                             [#################] 100%
( 2/52) installing haskell-transformers            [#################] 100%
Reading package info from stdin ... done.
( 3/52) installing haskell-mtl                     [#################] 100%
Reading package info from stdin ... done.
( 4/52) installing haskell-text                    [#################] 100%
Reading package info from stdin ... done.
( 5/52) installing haskell-parsec                  [#################] 100%
Reading package info from stdin ... done.
( 6/52) installing haskell-network                 [#################] 100%
Reading package info from stdin ... done.
( 7/52) installing haskell-http                    [#################] 100%
Reading package info from stdin ... done.
( 8/52) installing haskell-attoparsec              [#################] 100%
Reading package info from stdin ... done.
( 9/52) installing haskell-blaze-builder           [#################] 100%
Reading package info from stdin ... done.
(10/52) installing haskell-dlist                   [#################] 100%
Reading package info from stdin ... done.
(11/52) installing haskell-hashable                [#################] 100%
Reading package info from stdin ... done.
(12/52) installing haskell-syb                     [#################] 100%
Reading package info from stdin ... done.
(13/52) installing haskell-unordered-containers    [#################] 100%
Reading package info from stdin ... done.
(14/52) installing haskell-primitive               [#################] 100%
Reading package info from stdin ... done.
(15/52) installing haskell-vector                  [#################] 100%
Reading package info from stdin ... done.
(16/52) installing haskell-aeson                   [#################] 100%
Reading package info from stdin ... done.
(17/52) installing haskell-base64-bytestring       [#################] 100%
Reading package info from stdin ... done.
(18/52) installing haskell-blaze-markup            [#################] 100%
Reading package info from stdin ... done.
(19/52) installing haskell-blaze-html              [#################] 100%
Reading package info from stdin ... done.
(20/52) installing haskell-data-default-class      [#################] 100%
Reading package info from stdin ... done.
(21/52) installing haskell-data-default-instan...  [#################] 100%
Reading package info from stdin ... done.
(22/52) installing haskell-data-default-instan...  [#################] 100%
Reading package info from stdin ... done.
(23/52) installing haskell-data-default-instan...  [#################] 100%
Reading package info from stdin ... done.
(24/52) installing haskell-data-default-instan...  [#################] 100%
Reading package info from stdin ... done.
(25/52) installing haskell-data-default            [#################] 100%
Reading package info from stdin ... done.
(26/52) installing haskell-extensible-exceptions   [#################] 100%
Reading package info from stdin ... done.
(27/52) installing haskell-pcre-light              [#################] 100%
Reading package info from stdin ... done.
(28/52) installing haskell-highlighting-kate       [#################] 100%
Reading package info from stdin ... done.
(29/52) installing haskell-hslua                   [#################] 100%
Reading package info from stdin ... done.
(30/52) installing haskell-pandoc-types            [#################] 100%
Reading package info from stdin ... done.
(31/52) installing haskell-random                  [#################] 100%
Reading package info from stdin ... done.
(32/52) installing haskell-tagsoup                 [#################] 100%
Reading package info from stdin ... done.
(33/52) installing haskell-temporary               [#################] 100%
Reading package info from stdin ... done.
(34/52) installing haskell-xml                     [#################] 100%
Reading package info from stdin ... done.
(35/52) installing haskell-texmath                 [#################] 100%
Reading package info from stdin ... done.
(36/52) installing haskell-base-unicode-symbols    [#################] 100%
Reading package info from stdin ... done.
(37/52) installing haskell-transformers-base       [#################] 100%
Reading package info from stdin ... done.
(38/52) installing haskell-monad-control           [#################] 100%
Reading package info from stdin ... done.
(39/52) installing haskell-lifted-base             [#################] 100%
Reading package info from stdin ... done.
(40/52) installing haskell-mmorph                  [#################] 100%
Reading package info from stdin ... done.
(41/52) installing haskell-resourcet               [#################] 100%
Reading package info from stdin ... done.
(42/52) installing haskell-nats                    [#################] 100%
Reading package info from stdin ... done.
(43/52) installing haskell-semigroups              [#################] 100%
Reading package info from stdin ... done.
(44/52) installing haskell-void                    [#################] 100%
Reading package info from stdin ... done.
(45/52) installing haskell-conduit                 [#################] 100%
Reading package info from stdin ... done.
(46/52) installing haskell-yaml                    [#################] 100%
Reading package info from stdin ... done.
(47/52) installing haskell-binary                  [#################] 100%
Reading package info from stdin ... done.
(48/52) installing haskell-digest                  [#################] 100%
Reading package info from stdin ... done.
(49/52) installing haskell-utf8-string             [#################] 100%
Reading package info from stdin ... done.
(50/52) installing haskell-zlib                    [#################] 100%
Reading package info from stdin ... done.
(51/52) installing haskell-zip-archive             [#################] 100%
Reading package info from stdin ... done.
(52/52) installing haskell-pandoc                  [#################] 100%
Reading package info from stdin ... done.

Oh, and maybe it's relevant that the reason I started doing all this was I had gitit installed from [haskell-happstack], but these "cannot resolve..." errors were preventing the rest of my pacman upgrades. Probably what I should have done is add them to IgnorePkg, but instead the first thing that came to mind was uninstall them and see if that fixed it. Which it did, but then I couldn't get them back again. I uninstalled everything with `yaourt -Rcns ghc cabal-install`, and deleted my .cabal dir and /var/cache/pacman/pkg/{ghc*,haskell*}.

Offline

#5 2013-09-26 05:33:07

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Running -Sy $package breaks things. Use -Syu.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2013-09-26 05:48:43

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Hm it's possible I'm just confused, but when did I use -Sy $package? I normally do -Sua (the a adds AUR packages from yaourt, and -Syy is on a cron job), or -S $package.

Offline

#7 2013-09-26 05:51:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

-Syy is the same as -Sy, don't do it. Being on a cron job just makes it worse.

Last edited by Scimmia (2013-09-26 05:52:00)

Offline

#8 2013-09-26 06:07:25

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Oh weird, that totally doesn't work how I thought it worked. I've probably been screwing things up for upwards of a year! Should read about pacman more carefully. So syncing the package list and actually installing packages are coupled, and should only be done at once? Is that because new versions sometimes come out inbetween? What would my first step towards fixing it be?

Offline

#9 2013-09-26 06:09:43

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

... or did you mean I should update at the same time as installing a new package, like -Syu $package?

Offline

#10 2013-09-26 06:11:51

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Updating everything should fix it. The problem is that Arch doesn't keep around old versions of libs. When a new version comes out, all packages that link to it are rebuilt against the new version. If you do -Syy, your package database is updated so you could end up installing a package that's built against a new lib without actually updating that lib. Everything stops working. Technically, you can do -Sy or Syy, but you can't actually install anything afterwards without doing -Su first.

Offline

#11 2013-09-26 06:22:30

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Cool that makes sense. Except updating everything is just pacman -Syu right? I've already done that and still have the same errors. Do I need to force all the packages to actually reinstall/recompile somehow?

Offline

#12 2013-09-26 16:07:10

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Well after a tiny bit of researching, I might try a full backup followed by

sudo rm /var/cache/pacman/pkg/*
yaourt -S $(yaourt -Qeq) --noconfirm

later and see if it helps. Unless there's a better idea, because that sounds a bit drastic!

Offline

#13 2013-09-26 16:15:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

I wouldn't suggest using a helper like yaourt for an operation like that.

Before doing that, I would try pacman -Qkk first to see if there's any need. You'd only need to do it if there's a bunch of files missing. The "cannot resolve" errors were directly related to not updating your system, so if that's taken care of, you shouldn't get that any more.

Last edited by Scimmia (2013-09-26 16:26:25)

Offline

#14 2013-09-26 21:34:54

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

OK so I have a lot of warnings, but none that are obviously related to installing Haskell packages. Also none of them mention missing files, just modification time and permissions mismatches. Does that mean anything to you guys?

warning: acpid: /etc/acpi/handler.sh (UID mismatch)
warning: acpid: /etc/acpi/handler.sh (GID mismatch)
warning: acpid: /etc/acpi/handler.sh (Modification time mismatch)
warning: acpid: /etc/acpi/handler.sh (Size mismatch)
warning: acpid: /etc/acpi/events (UID mismatch)
warning: acpid: /etc/acpi/events (GID mismatch)
warning: acpid: /etc/acpi/events/anything (UID mismatch)
warning: acpid: /etc/acpi/events/anything (GID mismatch)
warning: acpid: /etc/acpi/events/anything (Modification time mismatch)
warning: avahi: /etc/avahi/avahi-daemon.conf (Modification time mismatch)
warning: avahi: /etc/avahi/hosts (Modification time mismatch)
warning: avahi: /etc/avahi/services/sftp-ssh.service (Modification time mismatch)
warning: avahi: /etc/avahi/services/ssh.service (Modification time mismatch)
warning: avahi: /usr/share/avahi/service-types (Modification time mismatch)
warning: bash: /etc/bash.bash_logout (Modification time mismatch)
warning: bash: /etc/bash.bashrc (Modification time mismatch)
warning: bash: /etc/skel/.bash_logout (Modification time mismatch)
warning: bash: /etc/skel/.bash_profile (Modification time mismatch)
warning: bash: /etc/skel/.bashrc (Modification time mismatch)
warning: ca-certificates-java: /etc/default/cacerts (Modification time mismatch)
warning: chromium: /etc/chromium/default (Modification time mismatch)
warning: colord: /etc/colord.conf (Modification time mismatch)
warning: cronie: /etc/anacrontab (Modification time mismatch)
warning: cronie: /etc/cron.deny (Modification time mismatch)
warning: cronie: /etc/cron.d/0hourly (Modification time mismatch)
warning: cronie: /etc/pam.d/crond (Modification time mismatch)
warning: cups: /etc/cups/classes.conf (Permissions mismatch)
warning: cups: /etc/cups/classes.conf (Modification time mismatch)
warning: cups: /etc/cups/classes.conf (Size mismatch)
warning: cups: /etc/cups/printers.conf (Permissions mismatch)
warning: cups: /etc/cups/printers.conf (Modification time mismatch)
warning: cups: /etc/cups/printers.conf (Size mismatch)
warning: cups: /etc/cups/subscriptions.conf (Permissions mismatch)
warning: cups: /etc/cups/subscriptions.conf (Modification time mismatch)
warning: cups: /etc/cups/subscriptions.conf (Size mismatch)
warning: cups: /etc/dbus-1/system.d/cups.conf (Permissions mismatch)
warning: cups: /etc/dbus-1/system.d/cups.conf (Modification time mismatch)
warning: cups: /etc/logrotate.d/cups (Modification time mismatch)
warning: cups: /etc/pam.d/cups (Modification time mismatch)
warning: cups: /etc/xinetd.d/cups-lpd (Permissions mismatch)
warning: cups: /etc/xinetd.d/cups-lpd (Modification time mismatch)
warning: cups: /run/cups (GID mismatch)
warning: cups: /var/spool/cups/tmp (Permission denied)
warning: cups-filters: /etc/cups (GID mismatch)
warning: cups-filters: /etc/cups/cups-browsed.conf (Modification time mismatch)
warning: cups-filters: /etc/fonts/conf.d/99pdftoopvp.conf (Modification time mismatch)
warning: davfs2: /etc/davfs2/davfs2.conf (Modification time mismatch)
warning: davfs2: /etc/davfs2/secrets (Modification time mismatch)
warning: dhcpcd: /etc/dhcpcd.conf (Modification time mismatch)
a52dec: 21 total files, 0 altered files
aalib: no mtree file
abiword: 348 total files, 0 altered files
abs: no mtree file
ack: 31 total files, 0 altered files
acl: 89 total files, 0 altered files
acpi: no mtree file
acpid: 28 total files, 3 altered files
advene: 364 total files, 0 altered files
alchemy: no mtree file
alsa-lib: 172 total files, 0 altered files
alsa-tools: 82 total files, 0 altered files
alsa-utils: 89 total files, 0 altered files
android-sdk: 921 total files, 0 altered files
android-sdk-platform-tools: 29 total files, 0 altered files
android-udev: 6 total files, 0 altered files
ape: 527 total files, 0 altered files
apr: 57 total files, 0 altered files
apr-util: 59 total files, 0 altered files
arandr: no mtree file
archlinux-artwork: no mtree file
archlinux-keyring: 8 total files, 0 altered files
archlinux-themes-slim: no mtree file
archlinux-wallpaper: no mtree file
arpack: no mtree file
aspell: no mtree file
at-spi2-atk: 17 total files, 0 altered files
at-spi2-core: no mtree file
atk: no mtree file
atkmm: 59 total files, 0 altered files
atool: no mtree file
attica: 52 total files, 0 altered files
attr: 66 total files, 0 altered files
audiofile: no mtree file
aurvote: 3 total files, 0 altered files
autoconf: no mtree file
automake: 139 total files, 0 altered files
automoc4: no mtree file
autossh: no mtree file
avahi: 341 total files, 5 altered files
babl: no mtree file
baobab: 612 total files, 0 altered files
bash: 108 total files, 5 altered files
bash-completion: 558 total files, 0 altered files
bc: no mtree file
binutils-multilib: 279 total files, 0 altered files
bison: 185 total files, 0 altered files
blas: no mtree file
bluez-libs: 20 total files, 0 altered files
boost: 10645 total files, 0 altered files
boost-libs: 73 total files, 0 altered files
bowtie2: 17 total files, 0 altered files
brasero: 1052 total files, 0 altered files
bzip2: no mtree file
bzr: 2630 total files, 0 altered files
ca-certificates: 175 total files, 0 altered files
ca-certificates-java: 16 total files, 1 altered file
cabextract: no mtree file
cairo-infinality-ultimate: 124 total files, 0 altered files
cairo-perl: 21 total files, 0 altered files
cairomm: 244 total files, 0 altered files
catdoc: 75 total files, 0 altered files
catdvi: no mtree file
cd-discid: 7 total files, 0 altered files
cddb-py: no mtree file
cdparanoia: no mtree file
cdrdao: no mtree file
cdrkit: 46 total files, 0 altered files
chromedriver: 3 total files, 0 altered files
chromium: 110 total files, 1 altered file
cifs-utils: 24 total files, 0 altered files
classpath: no mtree file
clisp: no mtree file
clojure: 11 total files, 0 altered files
cloog: 37 total files, 0 altered files
clucene: 399 total files, 0 altered files
cmake: 740 total files, 0 altered files
colord: 362 total files, 1 altered file
compositeproto: no mtree file
confuse: no mtree file
convertlit: no mtree file
convmv: no mtree file
coreutils: 421 total files, 0 altered files
cower: 16 total files, 0 altered files
cpio: 74 total files, 0 altered files
cracklib: 130 total files, 0 altered files
cronie: 39 total files, 4 altered files
cryptsetup: 58 total files, 0 altered files
cufflinks: 9 total files, 0 altered files
cuneiform: 293 total files, 0 altered files
cups: 866 total files, 9 altered files
cups-filters: 104 total files, 3 altered files
cups-pdf: no mtree file
curl: 86 total files, 0 altered files
curlftpfs: no mtree file
cvs: 39 total files, 0 altered files
cytoscape: 677 total files, 0 altered files
damageproto: no mtree file
davfs2: 49 total files, 2 altered files
db: no mtree file
dbus: 86 total files, 0 altered files
dbus-glib: no mtree file
dconf: 284 total files, 0 altered files
ddcxinfo-arch: 3 total files, 0 altered files
desktop-file-utils: no mtree file
device-mapper: 34 total files, 0 altered files
dhcpcd: 34 total files, 1 altered file
dialog: 183 total files, 0 altered files
diffutils: no mtree file
dirmngr: 76 total files, 0 altered files
djvulibre: no mtree file
dmenu-xft: 13 total files, 0 altered files
dmidecode: 18 total files, 0 altered files
dnssec-anchors: no mtreewarning: e2fsprogs: /etc/mke2fs.conf (Modification time mismatch)
warning: etckeeper: /etc/etckeeper/etckeeper.conf (Modification time mismatch)
warning: etckeeper: /etc/etckeeper/etckeeper.conf (Size mismatch)
warning: filesystem: /etc/crypttab (Modification time mismatch)
warning: filesystem: /etc/fstab (UID mismatch)
warning: filesystem: /etc/fstab (GID mismatch)
warning: filesystem: /etc/fstab (Modification time mismatch)
warning: filesystem: /etc/fstab (Size mismatch)
warning: filesystem: /etc/group (UID mismatch)
warning: filesystem: /etc/group (GID mismatch)
warning: filesystem: /etc/group (Modification time mismatch)
warning: filesystem: /etc/group (Size mismatch)
warning: filesystem: /etc/gshadow (Modification time mismatch)
warning: filesystem: /etc/gshadow (Size mismatch)
warning: filesystem: /etc/host.conf (Modification time mismatch)
warning: filesystem: /etc/hosts (Modification time mismatch)
warning: filesystem: /etc/hosts (Size mismatch)
warning: filesystem: /etc/issue (Modification time mismatch)
warning: filesystem: /etc/ld.so.conf (Modification time mismatch)
warning: filesystem: /etc/motd (Modification time mismatch)
warning: filesystem: /etc/nsswitch.conf (Modification time mismatch)
warning: filesystem: /etc/passwd (UID mismatch)
warning: filesystem: /etc/passwd (GID mismatch)
warning: filesystem: /etc/passwd (Modification time mismatch)
warning: filesystem: /etc/passwd (Size mismatch)
warning: filesystem: /etc/profile (Modification time mismatch)
warning: filesystem: /etc/resolv.conf (Modification time mismatch)
warning: filesystem: /etc/resolv.conf (Size mismatch)
warning: filesystem: /etc/securetty (Modification time mismatch)
warning: filesystem: /etc/shadow (Permissions mismatch)
warning: filesystem: /etc/shadow (Modification time mismatch)
warning: filesystem: /etc/shadow (Size mismatch)
warning: filesystem: /etc/shells (Modification time mismatch)
warning: filesystem: /root (Permissions mismatch)
warning: flashplugin: /etc/adobe/mms.cfg (UID mismatch)
warning: flashplugin: /etc/adobe/mms.cfg (GID mismatch)
warning: flashplugin: /etc/adobe/mms.cfg (Modification time mismatch)
warning: flashplugin: /etc/adobe/mms.cfg (Size mismatch)
warning: fontconfig-infinality-ultimate: /etc/fonts/fonts.conf (Modification time mismatch)
warning: foomatic-filters: /etc/foomatic/filter.conf (Modification time mismatch)
warning: freetype2-infinality-ultimate: /etc/profile.d/infinality-settings.sh (Modification time mismatch)
warning: fuse: /etc/fuse.conf (Modification time mismatch)
warning: ghc: /usr/lib/ghc-7.6.3/package.conf.d/package.cache (Modification time mismatch)
warning: ghc: /usr/lib/ghc-7.6.3/package.conf.d/package.cache (Size mismatch)
warning: glibc: /etc/gai.conf (Modification time mismatch)
warning: glibc: /etc/locale.gen (UID mismatch)
warning: glibc: /etc/locale.gen (GID mismatch)
warning: glibc: /etc/locale.gen (Modification time mismatch)
warning: glibc: /etc/locale.gen (Size mismatch)
warning: glibc: /etc/nscd.conf (Modification time mismatch)
 file
dnsutils: no mtree file
docbook-xml: no mtree file
docbook-xsl: 1229 total files, 0 altered files
dos2unix: no mtree file
dosfstools: 41 total files, 0 altered files
dotconf: no mtree file
downgrade: 23 total files, 0 altered files
dri2proto: no mtree file
dvd+rw-tools: no mtree file
dwb: no mtree file
dynamite: no mtree file
e2fsprogs: 166 total files, 1 altered file
easytag: no mtree file
ebook-tools: no mtree file
ecryptfs-utils: 87 total files, 0 altered files
eigen3: 421 total files, 0 altered files
elfutils: 89 total files, 0 altered files
enca: no mtree file
encfs: 189 total files, 0 altered files
enchant: no mtree file
esniper: 11 total files, 0 altered files
etckeeper: 61 total files, 1 altered file
ethtool: 7 total files, 0 altered files
eventlog: no mtree file
evince: 3331 total files, 0 altered files
evolution-data-server: 1135 total files, 0 altered files
exiv2: no mtree file
exo: no mtree file
expac: 10 total files, 0 altered files
expat: 20 total files, 0 altered files
faac: no mtree file
faad2: no mtree file
faenza-icon-theme: no mtree file
faience-icon-theme: no mtree file
fakeroot: 40 total files, 0 altered files
fdesktoprecorder-git: 12 total files, 0 altered files
feh: 40 total files, 0 altered files
festival: no mtree file
festival-us: no mtree file
ffmpeg: 184 total files, 0 altered files
ffmpegthumbnailer: 24 total files, 0 altered files
fftw: no mtree file
file: no mtree file
file-roller: 926 total files, 0 altered files
filesystem: 91 total files, 17 altered files
findutils: no mtree file
fixesproto: no mtree file
flac: 45 total files, 0 altered files
flashplugin: 39 total files, 1 altered file
flex: no mtree file
fltk: 199 total files, 0 altered files
foldingathome: 17 total files, 0 altered files
fontconfig-infinality-ultimate: 558 total files, 1 altered file
fontsproto: no mtree file
foomatic-db: 7747 total files, 0 altered files
foomatic-db-engine: 53 total files, 0 altered files
foomatic-db-nonfree: 232 total files, 0 altered files
foomatic-filters: 22 total files, 1 altered file
freeglut: 15 total files, 0 altered files
freetuxtv: 477 total files, 0 altered files
freetype2-infinality-ultimate: 72 total files, 1 altered file
frei0r-plugins: no mtree file
fribidi: no mtree file
fslint: no mtree file
fuse: 37 total files, 1 altered file
gambas3-devel: 5 total files, 0 altered files
gambas3-runtime: 58 total files, 0 altered files
gavl: no mtree file
gawk: 116 total files, 0 altered files
gc: no mtree file
gcc: 1941 total files, 0 altered files
gcc-fortran: 29 total files, 0 altered files
gcc-gcj: 4112 total files, 0 altered files
gcc-libs: 50 total files, 0 altered files
gcolor2: no mtree file
gconf: 361 total files, 0 altered files
gconf-perl: 33 total files, 0 altered files
gcr: 498 total files, 0 altered files
gd: 40 total files, 0 altered files
gdbm: no mtree file
gdk-pixbuf2: 420 total files, 0 altered files
gdl: 274 total files, 0 altered files
gegl: 195 total files, 0 altered files
geoclue: no mtree file
getmail: 65 total files, 0 altered files
gettext: 386 total files, 0 altered files
ghc: 5574 total files, 1 altered file
ghostscript: 668 total files, 0 altered files
giblib: no mtree file
gif2png: 12 total files, 0 altered files
giflib: 37 total files, 0 altered files
gimp: 2475 total files, 0 altered files
gimp-help-en: no mtree file
gimphelp-scriptfu: 103 total files, 0 altered files
girara-common: 59 total files, 0 altered files
girara-gtk2: 12 total files, 0 altered files
git: 750 total files, 0 altered files
gksu: no mtree file
glew: 23 total files, 0 altered files
glib: 36 total files, 0 altered files
glib-networking: 201 total files, 0 altered files
glib-perl: 58 total files, 0 altered files
glib2: 642 total files, 0 altered files
glibc: 1499 total files, 3 altered files
glibmm: 406 total files, 0 altered files
glpk: 15 total files, 0 altered files
glproto: no mtree file
glu: no mtree file
gmime: 163 total files, 0 altered files
gmp: 19 total files, 0 altered files
gnome-common: 13 total files, 0 altered files
gnome-desktop: 541 total files, 0 altered files
gnome-doc-utilswarning: gpsd: /etc/gpsd.conf (Modification time mismatch)
warning: grub: /boot/grub/grub.cfg (Modification time mismatch)
warning: grub: /boot/grub/grub.cfg (Size mismatch)
warning: grub: /etc/default/grub (Modification time mismatch)
warning: grub: /etc/default/grub (Size mismatch)
warning: grub: /etc/grub.d/40_custom (Modification time mismatch)
warning: gtk2: /etc/gtk-2.0/gtkrc (Modification time mismatch)
warning: gtk3: /etc/gtk-3.0/settings.ini (Modification time mismatch)
warning: gutenprint: /etc/cups (GID mismatch)
: no mtree file
gnome-icon-theme: 5954 total files, 0 altered files
gnome-icon-theme-symbolic: 385 total files, 0 altered files
gnome-menus: 358 total files, 0 altered files
gnome-mime-data: no mtree file
gnome-online-accounts: 277 total files, 0 altered files
gnome-panel: 684 total files, 0 altered files
gnome-perl: 68 total files, 0 altered files
gnome-vfs: 442 total files, 0 altered files
gnome-vfs-perl: 52 total files, 0 altered files
gnomecanvas-perl: 38 total files, 0 altered files
gnumeric: 1139 total files, 0 altered files
gnupg: 192 total files, 0 altered files
gnutls: 971 total files, 0 altered files
gobject-introspection: no mtree file
goffice: 549 total files, 0 altered files
goffice0.8: no mtree file
goocanvas1: no mtree file
google-earth: 302 total files, 0 altered files
gpart: no mtree file
gparted: 298 total files, 0 altered files
gpgme: 26 total files, 0 altered files
gpm: 37 total files, 0 altered files
gpsd: 90 total files, 1 altered file
gptfdisk: 17 total files, 0 altered files
grantlee: no mtree file
graphicsmagick: 320 total files, 0 altered files
graphite: 22 total files, 0 altered files
graphviz: 672 total files, 0 altered files
grep: no mtree file
groff: 607 total files, 0 altered files
grsync: 77 total files, 0 altered files
grub: 728 total files, 3 altered files
gsasl: no mtree file
gsettings-desktop-schemas: 172 total files, 0 altered files
gsfonts: no mtree file
gsl: no mtree file
gsm: no mtree file
gst-plugins-base: 10 total files, 0 altered files
gst-plugins-base-libs: 479 total files, 0 altered files
gst-plugins-good: 199 total files, 0 altered files
gst-plugins-ugly: 144 total files, 0 altered files
gstreamer: 409 total files, 0 altered files
gstreamer0.10: 416 total files, 0 altered files
gstreamer0.10-bad: 268 total files, 0 altered files
gstreamer0.10-bad-plugins: 68 total files, 0 altered files
gstreamer0.10-base: no mtree file
gstreamer0.10-base-plugins: no mtree file
gstreamer0.10-ffmpeg: no mtree file
gstreamer0.10-good: 175 total files, 0 altered files
gstreamer0.10-good-plugins: 30 total files, 0 altered files
gstreamer0.10-python: no mtree file
gtk: 327 total files, 0 altered files
gtk-doc: 93 total files, 0 altered files
gtk-engine-murrine: no mtree file
gtk-engine-unico: no mtree file
gtk-theme-murrine-arch: 9 total files, 0 altered files
gtk-update-icon-cache: 3 total files, 0 altered files
gtk2: 1441 total files, 1 altered file
gtk2-perl: 355 total files, 0 altered files
gtk3: 1549 total files, 1 altered file
gtkglext: no mtree file
gtkimageview: no mtree file
gtkmm: 450 total files, 0 altered files
gtkpod: 391 total files, 0 altered files
gtksourceview2: no mtree file
gtkspell: no mtree file
gts: 24 total files, 0 altered files
guisu: no mtree file
gutenprint: 2426 total files, 1 altered file
gvfs: 326 total files, 0 altered files
gvim: 220 total files, 0 altered files
gzip: 33 total files, 0 altered files
handbrake: 33 total files, 0 altered files
handbrake-cli: 3 total files, 0 altered files
harfbuzz: 34 total files, 0 altered files
harfbuzz-icu: 14 total files, 0 altered files
haskell-aeson: 85 total files, 0 altered files
haskell-attoparsec: 119 total files, 0 altered files
haskell-base-unicode-symbols: 110 total files, 0 altered files
haskell-base64-bytestring: 63 total files, 0 altered files
haskell-binary: 79 total files, 0 altered files
haskell-blaze-builder: 121 total files, 0 altered files
haskell-blaze-html: 179 total files, 0 altered files
haskell-blaze-markup: 69 total files, 0 altered files
haskell-conduit: 77 total files, 0 altered files
haskell-data-default: 42 total files, 0 altered files
haskell-data-default-class: 43 total files, 0 altered files
haskell-data-default-instances-base: 44 total files, 0 altered files
haskell-data-default-instances-containers: 44 total files, 0 altered files
haskell-data-default-instances-dlist: 44 total files, 0 altered files
haskell-data-default-instances-old-locale: 44 total files, 0 altered files
haskell-digest: 48 total files, 0 altered files
haskell-dlist: 42 total files, 0 altered files
haskell-extensible-exceptions: 4warning: hplip: /var/log/hp (Permissions mismatch)
warning: hplip: /var/log/hp/tmp (Permission denied)
warning: hplip-plugin: /var/lib/hp (Permissions mismatch)
warning: hplip-plugin: /var/lib/hp/hplip.state (Permission denied)
warning: hwd: /etc/hwd/pci-mpl.hw (Modification time mismatch)
warning: hwd: /etc/hwd/pci-mpl.hw (Size mismatch)
warning: hwd: /etc/hwd/pci.hw (Modification time mismatch)
warning: hwd: /etc/hwd/pci.hw (Size mismatch)
warning: hwd: /usr/share/hwd/xorgtable (Permissions mismatch)
warning: hwd: /usr/share/hwd/xorgtable (Modification time mismatch)
warning: hwids: /usr/share/hwdata/pci.ids (Modification time mismatch)
warning: hwids: /usr/share/hwdata/pci.ids (Size mismatch)
warning: i3lock: /etc/pam.d/i3lock (Modification time mismatch)
warning: idnkit: /etc/idn.conf (Modification time mismatch)
warning: idnkit: /etc/idnalias.conf (Modification time mismatch)
warning: ifplugd: /etc/ifplugd/ifplugd.conf (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/coder.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/colors.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/delegates.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/log.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/magic.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/mime.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/policy.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/quantization-table.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/thresholds.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/type-dejavu.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/type-ghostscript.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/type-windows.xml (Modification time mismatch)
warning: imagemagick: /etc/ImageMagick-6/type.xml (Modification time mismatch)
warning: inetutils: /etc/xinetd.d/rlogin (Modification time mismatch)
warning: inetutils: /etc/xinetd.d/rsh (Modification time mismatch)
warning: inetutils: /etc/xinetd.d/talk (Modification time mismatch)
warning: inetutils: /etc/xinetd.d/telnet (Modification time mismatch)
warning: iproute2: /etc/iproute2/ematch_map (Modification time mismatch)
warning: iproute2: /etc/iproute2/rt_dsfield (Modification time mismatch)
warning: iproute2: /etc/iproute2/rt_protos (Modification time mismatch)
warning: iproute2: /etc/iproute2/rt_realms (Modification time mismatch)
warning: iproute2: /etc/iproute2/rt_scopes (Modification time mismatch)
warning: iproute2: /etc/iproute2/rt_tables (Modification time mismatch)
warning: iputils: /etc/xinetd.d/tftp (Modification time mismatch)
warning: jdk7-openjdk: /etc/profile.d/jdk.csh (Modification time mismatch)
warning: jdk7-openjdk: /etc/profile.d/jdk.sh (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/calendars.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/content-types.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/flavormap.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/fontconfig.bfc (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/fontconfig.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/jvm.cfg (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/logging.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/net.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/psfont.properties.ja (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/psfontj2d.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/sound.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/tz.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/cursors/cursors.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/management/jmxremote.access (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/management/jmxremote.password (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/management/management.properties (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/management/snmp.acl (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/security/java.policy (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/security/java.policy (Size mismatch)
warning: jre7-openjdk-headless: /etc/java-7-openjdk/security/nss.cfg (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/profile.d/jre.csh (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/profile.d/jre.sh (Modification time mismatch)
warning: jre7-openjdk-headless: /etc/profile.d/jre.sh (Size mismatch)
warning: krb5: /etc/krb5.conf (Modification time mismatch)
warning: krb5: /var/lib/krb5kdc/kdc.conf (Modification time mismatch)
3 total files, 0 altered files
haskell-hashable: 49 total files, 0 altered files
haskell-highlighting-kate: 365 total files, 0 altered files
haskell-hslua: 48 total files, 0 altered files
haskell-http: 141 total files, 0 altered files
haskell-lifted-base: 75 total files, 0 altered files
haskell-mmorph: 43 total files, 0 altered files
haskell-monad-control: 44 total files, 0 altered files
haskell-mtl: 172 total files, 0 altered files
haskell-nats: 48 total files, 0 altered files
haskell-network: 112 total files, 0 altered files
haskell-pandoc: 392 total files, 0 altered files
haskell-pandoc-types: 84 total files, 0 altered files
haskell-parsec: 189 total files, 0 altered files
haskell-pcre-light: 55 total files, 0 altered files
haskell-primitive: 89 total files, 0 altered files
haskell-random: 42 total files, 0 altered files
haskell-resourcet: 50 total files, 0 altered files
haskell-semigroups: 48 total files, 0 altered files
haskell-syb: 137 total files, 0 altered files
haskell-tagsoup: 88 total files, 0 altered files
haskell-temporary: 51 total files, 0 altered files
haskell-texmath: 200 total files, 0 altered files
haskell-text: 227 total files, 0 altered files
haskell-transformers: 166 total files, 0 altered files
haskell-transformers-base: 43 total files, 0 altered files
haskell-unordered-containers: 68 total files, 0 altered files
haskell-utf8-string: 81 total files, 0 altered files
haskell-vector: 176 total files, 0 altered files
haskell-void: 48 total files, 0 altered files
haskell-xml: 95 total files, 0 altered files
haskell-yaml: 50 total files, 0 altered files
haskell-zip-archive: 43 total files, 0 altered files
haskell-zlib: 62 total files, 0 altered files
hdf5: 120 total files, 0 altered files
heimdall: 10 total files, 0 altered files
help2man: 104 total files, 0 altered files
hicolor-icon-theme: no mtree file
hplip: 2358 total files, 2 altered files
hplip-plugin: 42 total files, 2 altered files
hspell: no mtree file
htop: no mtree file
hunspell: no mtree file
hwd: 18 total files, 3 altered files
hwids: 5 total files, 1 altered file
hwloc: 413 total files, 0 altered files
hyphen: no mtree file
i3-wm: 43 total files, 0 altered files
i3lock: 13 total files, 1 altered file
i3status: no mtree file
iana-etc: no mtree file
icedtea-web-java7: 35 total files, 0 altered files
icon-naming-utils: no mtree file
icu: 263 total files, 0 altered files
id3: no mtree file
id3lib: no mtree file
id3v2: no mtree file
idnkit: 61 total files, 2 altered files
ifplugd: 20 total files, 1 altered file
ilmbase: 86 total files, 0 altered files
imagemagick: 480 total files, 13 altered files
imlib2: 69 total files, 0 altered files
inetutils: 45 total files, 4 altered files
inkscape: 1026 total files, 0 altered files
inputproto: no mtree file
intel-dri: 11 total files, 0 altered files
intel-tbb: 112 total files, 0 altered files
intltool: no mtree file
iproute2: 131 total files, 6 altered files
iptables: 184 total files, 0 altered files
iputils: 27 total files, 1 altered file
ipython: 1421 total files, 0 altered files
ipython2: 1414 total files, 0 altered files
iscan: 69 total files, 0 altered files
iscan-data: 75 total files, 0 altered files
isl: 65 total files, 0 altered files
iso-codes: 627 total files, 0 altered files
jack: no mtree file
jasper: no mtree file
jdk7-openjdk: 165 total files, 2 altered files
jfsutils: 21 total files, 0 altered files
jre7-openjdk: 42 total files, 0 altered files
jre7-openjdk-headless: 656 total files, 21 altered files
js: 76 total files, 0 altered files
js185: 106 total files, 0 altered files
json-c: 32 total files, 0 altered files
json-glib: 211 total files, 0 altered files
kactivities: 87 total files, 0 altered files
kazam: 250 total files, 0 altered files
kbd: 732 total files, 0 altered files
kbproto: no mtree file
kdebase-runtime: 2273 total files, 0 altered files
kdelibs: 3748 total files, 0 altered files
kdenlive: 598 total files, 0 altered files
keyutils: 52 total files, 0 altered files
kmod: 58 total files, 0 altered files
krb5: 177 total files, 2 altered files
lablgtk2: no mtree file
ladspa: no mtrwarning: laptop-mode-tools: /etc/acpi/events (UID mismatch)
warning: laptop-mode-tools: /etc/acpi/events (GID mismatch)
warning: laptop-mode-tools: /etc/laptop-mode/laptop-mode.conf (Modification time mismatch)
warning: laptop-mode-tools: /etc/laptop-mode/lm-profiler.conf (Modification time mismatch)
ee file
lame: no mtree file
lapack: no mtree file
laptop-mode-tools: 117 total files, 3 altered files
lcms: 30 total files, 0 altered files
lcms2: 25 total files, 0 altered files
ld-lsb: 6 total files, 0 altered files
ldb: 52 total files, 0 altered files
ldns: no mtree file
leiningen: 7 total files, 0 altered files
less: 11 total files, 0 altered files
lesstif: no mtree file
lib32-alsa-lib: 12 total files, 0 altered files
lib32-atk: 7 total files, 0 altered files
lib32-bzip2: no mtree file
lib32-cairo: 39 total files, 0 altered files
lib32-curl: 14 total files, 0 altered files
lib32-dbus: 14 total files, 0 altered files
lib32-e2fsprogs: 28 total files, 0 altered files
lib32-elfutils: 38 total files, 0 altered files
lib32-expat: no mtree file
lib32-flashplugin: 8 total files, 0 altered files
lib32-fontconfig: 16 total files, 0 altered files
lib32-freetype2-infinality-ultimate: 8 total files, 0 altered files
lib32-gcc-libs: 35 total files, 0 altered files
lib32-gdk-pixbuf2: 32 total files, 0 altered files
lib32-glib: no mtree file
lib32-glib2: 38 total files, 0 altered files
lib32-glibc: 363 total files, 0 altered files
lib32-gtk: no mtree file
lib32-gtk2: 46 total files, 0 altered files
lib32-harfbuzz: 14 total files, 0 altered files
lib32-icu: 44 total files, 0 altered files
lib32-intel-dri: 11 total files, 0 altered files
lib32-keyutils: no mtree file
lib32-krb5: 44 total files, 0 altered files
lib32-libcups: 12 total files, 0 altered files
lib32-libdrm: 26 total files, 0 altered files
lib32-libffi: no mtree file
lib32-libgcrypt: 5 total files, 0 altered files
lib32-libgpg-error: 5 total files, 0 altered files
lib32-libice: no mtree file
lib32-libjpeg-turbo: 13 total files, 0 altered files
lib32-libldap: 17 total files, 0 altered files
lib32-libpciaccess: 11 total files, 0 altered files
lib32-libpng: 19 total files, 0 altered files
lib32-libsm: 11 total files, 0 altered files
lib32-libssh2: no mtree file
lib32-libstdc++5: no mtree file
lib32-libtiff: 15 total files, 0 altered files
lib32-libtxc_dxtn: 7 total files, 0 altered files
lib32-libx11: 14 total files, 0 altered files
lib32-libxau: 11 total files, 0 altered files
lib32-libxcb: 102 total files, 0 altered files
lib32-libxcomposite: no mtree file
lib32-libxcursor: 10 total files, 0 altered files
lib32-libxdamage: no mtree file
lib32-libxdmcp: no mtree file
lib32-libxext: 10 total files, 0 altered files
lib32-libxfixes: 10 total files, 0 altered files
lib32-libxft: no mtree file
lib32-libxi: 10 total files, 0 altered files
lib32-libxinerama: 11 total files, 0 altered files
lib32-libxrandr: 11 total files, 0 altered files
lib32-libxrender: 10 total files, 0 altered files
lib32-libxt: 10 total files, 0 altered files
lib32-libxv: 10 total files, 0 altered files
lib32-libxxf86vm: 10 total files, 0 altered files
lib32-llvm-libs: 7 total files, 0 altered files
lib32-mesa: 46 total files, 0 altered files
lib32-mesa-libgl: 9 total files, 0 altered files
lib32-ncurses: no mtree file
lib32-nspr: 11 total files, 0 altered files
lib32-nss: 18 total files, 0 altered files
lib32-nss-mdns: no mtree file
lib32-openal: no mtree file
lib32-openssl: no mtree file
lib32-pango: 27 total files, 0 altered files
lib32-pcre: 31 total files, 0 altered files
lib32-pixman: 10 total files, 0 altered files
lib32-sdl: no mtree file
lib32-sqlite: 10 total files, 0 altered files
lib32-systemd: 30 total files, 0 altered files
lib32-util-linux: 18 total files, 0 altered files
lib32-xz: 12 total files, 0 altered files
lib32-zlib: 11 total files, 0 altered files
libanjuta: 136 total files, 0 altered files
libao: no mtree file
libarchive: 63 total files, 0 altered files
libart-lgpl: no mtree file
libass: no mtree file
libassuan: 15 total files, 0 altered files
libasyncns: no mtree file
libatasmart: 19 total files, 0 altered files
libavc1394: no mtree file
libbluray: 19 total files, 0 altered files
libbonobo: 475 total files, 0 altered files
libbonoboui: no mtree file
libbsd: 83 total files, 0 altered files
libburn: 16 total files, 0 altered files
libcaca: no mtree file
libcanberra: 78 total files, 0 altwarning: libcups: /etc/cups (GID mismatch)
warning: libcups: /etc/cups/client.conf (Modification time mismatch)
warning: libldap: /etc/openldap/ldap.conf (Modification time mismatch)
warning: libnl: /etc/libnl/classid (Modification time mismatch)
warning: libnl: /etc/libnl/pktloc (Modification time mismatch)
warning: libpulse: /etc/pulse/client.conf (Modification time mismatch)
warning: libreoffice-common: /etc/libreoffice/psprint.conf (Modification time mismatch)
warning: libreoffice-common: /etc/libreoffice/sofficerc (Modification time mismatch)
ered files
libcap: 53 total files, 0 altered files
libcap-ng: no mtree file
libcdaudio: no mtree file
libcddb: no mtree file
libcdio: no mtree file
libcdio-paranoia: 25 total files, 0 altered files
libcl: no mtree file
libcroco: no mtree file
libcups: 41 total files, 2 altered files
libdaemon: no mtree file
libdatrie: 22 total files, 0 altered files
libdbusmenu-qt: no mtree file
libdc1394: no mtree file
libdca: no mtree file
libdlo: no mtree file
libdrm: 60 total files, 0 altered files
libdv: no mtree file
libdvbpsi: 54 total files, 0 altered files
libdvdcss: no mtree file
libdvdnav: no mtree file
libdvdread: no mtree file
libebml: no mtree file
libedit: 43 total files, 0 altered files
libev: 16 total files, 0 altered files
libevent: no mtree file
libexif: no mtree file
libffi: 24 total files, 0 altered files
libfontenc: 15 total files, 0 altered files
libftdi: no mtree file
libgcrypt: 20 total files, 0 altered files
libgdata: 430 total files, 0 altered files
libgdiplus: 8 total files, 0 altered files
libgksu: no mtree file
libglade: no mtree file
libgme: no mtree file
libgnome: no mtree file
libgnome-data: no mtree file
libgnome-keyring: no mtree file
libgnomecanvas: no mtree file
libgnomeui: no mtree file
libgpg-error: 63 total files, 0 altered files
libgphoto2: 340 total files, 0 altered files
libgpod: 97 total files, 0 altered files
libgsf: 224 total files, 0 altered files
libgssglue: no mtree file
libgtop: 367 total files, 0 altered files
libgusb: 47 total files, 0 altered files
libgweather: 819 total files, 0 altered files
libgxps: 46 total files, 0 altered files
libhx: 28 total files, 0 altered files
libical: 64 total files, 0 altered files
libice: no mtree file
libid3tag: no mtree file
libidl2: no mtree file
libidn: 136 total files, 0 altered files
libiec61883: no mtree file
libieee1284: no mtree file
libimobiledevice: 58 total files, 0 altered files
libiodbc: 33 total files, 0 altered files
libirman: no mtree file
libisofs: 10 total files, 0 altered files
libjpeg-turbo: 45 total files, 0 altered files
libkate: 218 total files, 0 altered files
libksba: 15 total files, 0 altered files
libldap: 219 total files, 1 altered file
liblqr: 23 total files, 0 altered files
liblrdf: no mtree file
libltdl: 52 total files, 0 altered files
libmad: no mtree file
libmatroska: no mtree file
libmediainfo: 34 total files, 0 altered files
libmms: no mtree file
libmng: 22 total files, 0 altered files
libmodplug: 17 total files, 0 altered files
libmp4v2: no mtree file
libmpc: no mtree file
libmpcdec: no mtree file
libmpdclient: 54 total files, 0 altered files
libmpeg2: no mtree file
libmtp: no mtree file
libmythes: no mtree file
libnl: 160 total files, 2 altered files
libnotify: no mtree file
liboauth: 16 total files, 0 altered files
libofa: no mtree file
libogg: 106 total files, 0 altered files
libopenraw: no mtree file
libpcap: 100 total files, 0 altered files
libpciaccess: 14 total files, 0 altered files
libpeas: 294 total files, 0 altered files
libpipeline: 77 total files, 0 altered files
libplist: 38 total files, 0 altered files
libpng: 36 total files, 0 altered files
libpng12: 20 total files, 0 altered files
libpng15: 15 total files, 0 altered files
libproxy: 33 total files, 0 altered files
libpulse: 81 total files, 1 altered file
libquvi: no mtree file
libquvi-scripts: 80 total files, 0 altered files
libqzeitgeist: no mtree file
libraw1394: no mtree file
libreoffice-base: 44 total files, 0 altered files
libreoffice-calc: 27 total files, 0 altered files
libreoffice-common: 3461 total files, 2 altered files
libreoffice-draw: 22 total files, 0 altered files
libreoffice-en-US: 80 total files, 0 altered files
libreoffice-impress: 28 total files, 0 altered files
libreoffice-math: 18 total files, 0 altered files
libreoffice-sdk: 4619 total files, 0 altered files
libreoffice-sdk-doc: 11120 total files, 0 altered files
libreoffice-writer: 27 total files, 0 altered files
librpcsecgss: no mtree file
librsvg: 72 total files, 0 altered files
libsamplerate: 31 total files, 0 altered files
libsasl: 52 total files, 0 altered files
libsecret: 1warning: libtirpc: /etc/netconfig (Modification time mismatch)
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.11.1-2-ARCH/modules.symbols.bin (Size mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.alias (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.alias.bin (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.builtin.bin (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.dep (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.dep.bin (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.devname (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.softdep (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.symbols (Modification time mismatch)
warning: linux-jefdaj: /usr/lib/modules/3.10.10-1-jefdaj/modules.symbols.bin (Modification time mismatch)
warning: lm_sensors: /etc/healthd.conf (Modification time mismatch)
warning: lm_sensors: /etc/sensors3.conf (Modification time mismatch)
warning: logrotate: /etc/logrotate.conf (Modification time mismatch)
warning: lyx: /etc/lyx/lyxrc.dist (Modification time mismatch)
warning: man-db: /etc/man_db.conf (Modification time mismatch)
warning: man-db: /etc/cron.daily/man-db (Modification time mismatch)
warning: mercurial: /etc/mercurial/hgrc (Modification time mismatch)
38 total files, 0 altered files
libshout: no mtree file
libsidplay: no mtree file
libsigc++: no mtree file
libsigsegv: no mtree file
libsm: 22 total files, 0 altered files
libsndfile: no mtree file
libsoup: 312 total files, 0 altered files
libspectre: no mtree file
libssh: no mtree file
libssh2: no mtree file
libtasn1: 59 total files, 0 altered files
libthai: 29 total files, 0 altered files
libtheora: 104 total files, 0 altered files
libtiff: 271 total files, 0 altered files
libtiger: no mtree file
libtirpc: 71 total files, 1 altered file
libtool: 31 total files, 0 altered files
libtorrent: 74 total files, 0 altered files
libtracker-sparql: 29 total files, 0 altered files
libunique: no mtree file
libupnp: no mtree file
libusb-compat: 11 total files, 0 altered files
libusbx: 10 total files, 0 altered files
libutempter: no mtree file
libva: 70 total files, 0 altered files
libva-intel-driver: 8 total files, 0 altered files
libvdpau: 21 total files, 0 altered files
libvisual: no mtree file
libvorbis: no mtree file
libvpx: 29 total files, 0 altered files
libwbclient: 13 total files, 0 altered files
libwebp: 43 total files, 0 altered files
libwmf: 50 total files, 0 altered files
libwnck: no mtree file
libwnck3: 353 total files, 0 altered files
libwpd: 30 total files, 0 altered files
libwps: 16 total files, 0 altered files
libx11: 1250 total files, 0 altered files
libx86: no mtree file
libxau: 26 total files, 0 altered files
libxaw: 143 total files, 0 altered files
libxcb: 2181 total files, 0 altered files
libxcomposite: no mtree file
libxcursor: 49 total files, 0 altered files
libxdamage: no mtree file
libxdmcp: no mtree file
libxext: 100 total files, 0 altered files
libxfce4ui: no mtree file
libxfce4util: 210 total files, 0 altered files
libxfcegui4: no mtree file
libxfixes: 18 total files, 0 altered files
libxfont: 29 total files, 0 altered files
libxft: no mtree file
libxi: 96 total files, 0 altered files
libxinerama: 24 total files, 0 altered files
libxkbcommon: 110 total files, 0 altered files
libxkbfile: no mtree file
libxml-perl: 44 total files, 0 altered files
libxml2: 355 total files, 0 altered files
libxmu: 45 total files, 0 altered files
libxp: 48 total files, 0 altered files
libxpm: 21 total files, 0 altered files
libxrandr: 33 total files, 0 altered files
libxrender: 18 total files, 0 altered files
libxres: 23 total files, 0 altered files
libxslt: 168 total files, 0 altered files
libxss: no mtree file
libxt: 340 total files, 0 altered files
libxtst: 33 total files, 0 altered files
libxv: 43 total files, 0 altered files
libxvmc: 21 total files, 0 altered files
libxxf86dga: 39 total files, 0 altered files
libxxf86vm: 39 total files, 0 altered files
libyaml: no mtree file
libzen: 55 total files, 0 altered files
libzip: 87 total files, 0 altered files
licenses: no mtree file
liferea: 270 total files, 0 altered files
links: 28 total files, 0 altered files
linux: 3849 total files, 10 altered files
linux-api-headers: 725 total files, 0 altered files
linux-firmware: 894 total files, 0 altered files
linux-headers: 12825 total files, 0 altered files
linux-jefdaj: 221 total files, 9 altered files
linux-jefdaj-docs: 2820 total files, 0 altered files
linux-jefdaj-headers: 12632 total files, 0 altered files
lirc-utils: 205 total files, 0 altered files
llvm-libs: 7 total files, 0 altered files
lm_sensors: 44 total files, 2 altered files
logrotate: 14 total files, 1 altered file
lpsolve: no mtree file
lsof: 25 total files, 0 altered files
lua: no mtree file
lvm2: 150 total files, 0 altered files
lxappearance: 152 total files, 0 altered files
lxrandr: no mtree file
lynx: no mtree file
lyx: 1911 total files, 1 altered file
lzo2: no mtree file
m4: 12 total files, 0 altered files
make: 85 total files, 0 altered files
man-db: 202 total files, 2 altered files
man-pages: 3580 total files, 0 altered files
mcpp: no mtree file
media-player-info: 267 total files, 0 altered files
mediainfo: 3 total files, 0 altered files
meld: 377 total files, 0 altered files
menu-cache: 14 total files, 0 altered files
mercurial: 799 total files, 1 altered fwarning: mkinitcpio: /etc/mkinitcpio.conf (UID mismatch)
warning: mkinitcpio: /etc/mkinitcpio.conf (GID mismatch)
warning: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
warning: mono: /usr/bin/mono (Modification time mismatch)
warning: mono: /usr/bin/mono (Symlink path mismatch)
warning: mpd: /etc/mpd.conf (Modification time mismatch)
warning: mplayer: /etc/mplayer/codecs.conf (Modification time mismatch)
warning: mplayer: /etc/mplayer/input.conf (Modification time mismatch)
warning: nfs-utils: /etc/exports (Modification time mismatch)
warning: nfs-utils: /etc/idmapd.conf (Modification time mismatch)
warning: nfs-utils: /etc/nfsmount.conf (Modification time mismatch)
warning: nfs-utils: /etc/conf.d (UID mismatch)
warning: nfs-utils: /etc/conf.d (GID mismatch)
warning: nfs-utils: /etc/conf.d/nfs-common.conf (Modification time mismatch)
warning: nfs-utils: /etc/conf.d/nfs-server.conf (Modification time mismatch)
warning: ntp: /etc/ntp.conf (Modification time mismatch)
warning: openssh: /etc/pam.d/sshd (Modification time mismatch)
warning: pacaur: /etc/xdg/pacaur/config (Modification time mismatch)
warning: pacman: /etc/makepkg.conf (Modification time mismatch)
warning: pacman: /etc/makepkg.conf (Size mismatch)
warning: pacman: /etc/pacman.conf (Modification time mismatch)
warning: pacman: /etc/pacman.conf (Size mismatch)
warning: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
warning: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
warning: pam: /etc/environment (Modification time mismatch)
warning: pam: /etc/default/passwd (Modification time mismatch)
warning: pam: /etc/security/access.conf (Modification time mismatch)
warning: pam: /etc/security/group.conf (Modification time mismatch)
warning: pam: /etc/security/limits.conf (Modification time mismatch)
warning: pam: /etc/security/namespace.conf (Modification time mismatch)
warning: pam: /etc/security/namespace.init (Modification time mismatch)
warning: pam: /etc/security/pam_env.conf (Modification time mismatch)
warning: pam: /etc/security/time.conf (Modification time mismatch)
warning: pam_mount: /etc/security/pam_mount.conf.xml (UID mismatch)
warning: pam_mount: /etc/security/pam_mount.conf.xml (GID mismatch)
warning: pam_mount: /etc/security/pam_mount.conf.xml (Modification time mismatch)
warning: pam_mount: /etc/security/pam_mount.conf.xml (Size mismatch)
ile
mesa: 97 total files, 0 altered files
mesa-libgl: 13 total files, 0 altered files
mime-types: 2 total files, 0 altered files
minitube: 77 total files, 0 altered files
mjpegtools: 183 total files, 0 altered files
mkinitcpio: 65 total files, 1 altered file
mkinitcpio-busybox: 4 total files, 0 altered files
mlt: 453 total files, 0 altered files
mlt-python-bindings: 6 total files, 0 altered files
modprobed_db: 13 total files, 0 altered files
mono: 1815 total files, 1 altered file
mozilla-common: no mtree file
mpc: 20 total files, 0 altered files
mpd: 32 total files, 1 altered file
mpfr: no mtree file
mpg123: 23 total files, 0 altered files
mplayer: 46 total files, 2 altered files
msmtp: 42 total files, 0 altered files
msmtp-mta: 3 total files, 0 altered files
mtdev: no mtree file
mtools: no mtree file
mtr: 7 total files, 0 altered files
multimarkdown-git: 8 total files, 0 altered files
musicbrainz: no mtree file
mutagen: 74 total files, 0 altered files
mutt-trash: 173 total files, 0 altered files
muttprint: 63 total files, 0 altered files
mypaint-git: no mtree file
ncurses: no mtree file
neon: no mtree file
nepomuk-core: 224 total files, 0 altered files
net-snmp: 671 total files, 0 altered files
net-tools: 27 total files, 0 altered files
nettle: 71 total files, 0 altered files
nfs-utils: 97 total files, 6 altered files
nfsidmap: no mtree file
nitrogen: no mtree file
nspluginwrapper: no mtree file
nspr: 75 total files, 0 altered files
nss: 126 total files, 0 altered files
ntfs-3g: 99 total files, 0 altered files
ntp: 55 total files, 1 altered file
ocaml: no mtree file
octave: 1822 total files, 0 altered files
openal: no mtree file
openbabel: no mtree file
openconnect: 294 total files, 0 altered files
opencore-amr: no mtree file
opencv: 289 total files, 0 altered files
openexr: 132 total files, 0 altered files
openjpeg: 32 total files, 0 altered files
openmpi: 764 total files, 0 altered files
openshot: 2148 total files, 0 altered files
openssh: 58 total files, 1 altered file
openssl: no mtree file
opus: 21 total files, 0 altered files
orange: 17 total files, 0 altered files
orbit2: no mtree file
orc: 95 total files, 0 altered files
orion-gtk-theme: 126 total files, 0 altered files
oxygen-icons: 6938 total files, 0 altered files
p11-kit: 70 total files, 0 altered files
p7zip: 255 total files, 0 altered files
pacaur: 33 total files, 1 altered file
package-query: 7 total files, 0 altered files
pacman: 264 total files, 2 altered files
pacman-mirrorlist: 3 total files, 1 altered file
pam: 504 total files, 9 altered files
pam_mount: 37 total files, 1 altered file
pambase: no mtree file
pango: 147 total files, 0 altered files
pango-perl: 74 total files, 0 altered files
pangomm: 73 total files, 0 altered files
pangox-compat: no mtree file
parted: 118 total files, 0 altered files
patch: no mtree file
pciutils: 25 total files, 0 altered files
pcmciautils: 21 total files, 0 altered files
pcre: 216 total files, 0 altered files
pcsclite: 38 total files, 0 altered files
pdftk: 33 total files, 0 altered files
perl: 3229 total files, 0 altered files
perl-bit-vector: 20 total files, 0 altered files
perl-carp-clan: no mtree file
perl-class-accessor: no mtree file
perl-class-data-inheritable: no mtree file
perl-common-sense: 10 total files, 0 altered files
perl-data-random: 20 total files, 0 altered files
perl-date-calc: no mtree file
perl-digest-hmac: no mtree file
perl-digest-sha1: 15 total files, 0 altered files
perl-encode-locale: no mtree file
perl-error: 11 total files, 0 altered files
perl-extutils-depends: no mtree file
perl-extutils-pkgconfig: no mtree file
perl-file-basedir: no mtree file
perl-file-copy-recursive: no mtree file
perl-file-listing: no mtree file
perl-file-next: 9 total files, 0 altered files
perl-file-which: no mtree file
perl-gd: 30 total files, 0 altered files
perl-gnome2-wnck: 32 total files, 0 altered files
perl-goo-canvas: 57 total files, 0 altered files
perl-gtk2-imageview: 31 total files, 0 altered files
perl-gtk2-unique: 25 total files, 0 altered files
perl-html-form: no mtree file
perl-html-parser: 27 total warning: polkit: /etc/polkit-1/rules.d/50-default.rules (Permission denied)
warning: proxychains: /etc/proxychains.conf (Modification time mismatch)
warning: proxychains: /etc/proxychains.conf (Size mismatch)
warning: pydot: /usr/lib/python2.7/site-packages/pydot.py (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ConfigParser.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ConfigParser.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/StringIO.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/StringIO.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/UserDict.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/UserDict.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/__future__.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/__future__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/__future__.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/__future__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_abcoll.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_abcoll.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_sysconfigdata.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_sysconfigdata.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_weakrefset.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/_weakrefset.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/abc.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/abc.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/atexit.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/atexit.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/atexit.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/base64.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/base64.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/codecs.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/codecs.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/collections.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/collections.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/commands.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/commands.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/copy.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/copy.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/copy.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/copy_reg.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/copy_reg.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/dis.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/dis.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/fnmatch.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/fnmatch.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/fnmatch.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/functools.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/functools.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/genericpath.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/genericpath.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/getopt.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/getopt.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/getpass.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/getpass.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/gettext.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/gettext.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/glob.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/glob.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/gzip.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/gzip.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/hashlib.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/hashlib.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/hashlib.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/heapq.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/heapq.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/htmlentitydefs.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/htmlentitydefs.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/httplib.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/httplib.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/inspect.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/inspect.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/inspect.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/inspect.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/io.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/io.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/io.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/keyword.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/keyword.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/linecache.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/linecache.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/locale.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/locale.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/locale.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/mimetools.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/mimetools.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/opcode.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/opcode.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/opcode.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/opcode.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/optparse.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/optparse.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/os.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/os.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pickle.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/pickle.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pickle.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pipes.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pkgutil.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/platform.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/platform.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/posixpath.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/posixpath.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pprint.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/pty.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/pty.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/random.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/random.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/random.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/re.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/re.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/rfc822.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/rfc822.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/shutil.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/shutil.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/shutil.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/site.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/site.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/site.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/site.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/socket.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/socket.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_compile.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_compile.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_constants.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_constants.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_parse.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sre_parse.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ssl.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/ssl.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/stat.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/stat.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/string.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/string.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/struct.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/struct.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/struct.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/subprocess.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/subprocess.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/subprocess.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sysconfig.py (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sysconfig.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sysconfig.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/sysconfig.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/sysconfig.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/tarfile.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/tarfile.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/tempfile.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/tempfile.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/tempfile.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/textwrap.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/textwrap.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/textwrap.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/threading.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/threading.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/threading.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/token.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/token.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/tokenize.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/tokenize.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/traceback.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/traceback.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/tty.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/tty.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/types.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/types.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/urllib.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/urllib.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/urlparse.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/urlparse.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/warnings.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/warnings.pyc (Size mismatch)
warning: python2: /usr/lib/python2.7/warnings.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/warnings.pyo (Size mismatch)
warning: python2: /usr/lib/python2.7/weakref.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/weakref.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/weakref.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ctypes/__init__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ctypes/_endian.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/ctypes/util.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/__init__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/__init__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/aliases.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/aliases.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/ascii.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/ascii.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/utf_8.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/encodings/utf_8.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/encodings/utf_8.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/logging/__init__.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/logging/__init__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/logging/__init__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/__init__.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/__init__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/__init__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/ElementPath.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/ElementPath.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/ElementTree.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/ElementTree.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/__init__.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/etree/__init__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/__init__.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/__init__.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/__init__.pyo (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/expat.pyc (Permissions mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/expat.pyc (Modification time mismatch)
warning: python2: /usr/lib/python2.7/xml/parsers/expat.pyo (Modification time mismatch)
files, 0 altered files
perl-html-tagset: no mtree file
perl-http-cookies: no mtree file
perl-http-daemon: no mtree file
perl-http-date: no mtree file
perl-http-message: no mtree file
perl-http-negotiate: no mtree file
perl-http-response-encoding: no mtree file
perl-http-server-simple: no mtree file
perl-image-exiftool: 349 total files, 0 altered files
perl-io-socket-ssl: 15 total files, 0 altered files
perl-json: 18 total files, 0 altered files
perl-json-xs: 23 total files, 0 altered files
perl-libwww: 60 total files, 0 altered files
perl-locale-gettext: 15 total files, 0 altered files
perl-lwp-mediatypes: no mtree file
perl-lwp-protocol-https: 10 total files, 0 altered files
perl-mouse: 75 total files, 0 altered files
perl-mozilla-ca: no mtree file
perl-net-dbus: 78 total files, 0 altered files
perl-net-dropbox-api: 18 total files, 0 altered files
perl-net-http: no mtree file
perl-net-oauth: 58 total files, 0 altered files
perl-net-ssleay: 97 total files, 0 altered files
perl-path-class: no mtree file
perl-proc-processtable: 25 total files, 0 altered files
perl-proc-simple: 13 total files, 0 altered files
perl-sort-naturally: 9 total files, 0 altered files
perl-sub-uplevel: no mtree file
perl-test-pod: 9 total files, 0 altered files
perl-test-warn: no mtree file
perl-text-iconv: 16 total files, 0 altered files
perl-timedate: no mtree file
perl-tree-dag-node: 9 total files, 0 altered files
perl-uri: no mtree file
perl-www-mechanize: no mtree file
perl-www-robotrules: no mtree file
perl-x11-protocol: no mtree file
perl-xml-parser: 55 total files, 0 altered files
perl-xml-simple: no mtree file
perl-xml-twig: 24 total files, 0 altered files
perl-yaml-syck: 25 total files, 0 altered files
perl-yaml-tiny: 9 total files, 0 altered files
phonon: no mtree file
phonon-vlc: 11 total files, 0 altered files
php: 379 total files, 0 altered files
pianobarfly-git: 10 total files, 0 altered files
pinentry: 10 total files, 0 altered files
pithos-git: 68 total files, 0 altered files
pixman: 15 total files, 0 altered files
pkg-config: no mtree file
pkgcacheclean: 3 total files, 0 altered files
pkgtools: no mtree file
pm-quirks: no mtree file
pm-utils: 70 total files, 0 altered files
polkit: 153 total files, 1 altered file
polkit-qt: no mtree file
poppler: 173 total files, 0 altered files
poppler-glib: 60 total files, 0 altered files
poppler-qt4: 18 total files, 0 altered files
popt: 113 total files, 0 altered files
postgresql-libs: 170 total files, 0 altered files
ppl: no mtree file
printproto: no mtree file
procps-ng: 62 total files, 0 altered files
proxychains: 11 total files, 1 altered file
psmisc: no mtree file
psutils: no mtree file
pth: no mtree file
pycups: no mtree file
pydot: 14 total files, 1 altered file
pygobject-devel: 7 total files, 0 altered files
pygobject2-devel: 18 total files, 0 altered files
pygoocanvas: no mtree file
pygtk: no mtree file
pymol: 732 total files, 0 altered files
pyqt4-common: 10 total files, 0 altered files
pysmbc: no mtree file
python: 4671 total files, 0 altered files
python-cairo: no mtree file
python-dbus: 62 total files, 0 altered files
python-dbus-common: 17 total files, 0 altered files
python-distutils-extra: no mtree file
python-gobject: 96 total files, 0 altered files
python-lxml: 125 total files, 0 altered files
python-markdown: 42 total files, 0 altered files
python-markdown2: 8 total files, 0 altered files
python-pmw: no mtree file
python-setuptools: 223 total files, 0 altered files
python-xdg: no mtree file
python2: 4513 total files, 147 altered files
python2-beaker: no mtree file
python2-beautifulsoup3: no mtree file
python2-cairo: no mtree file
python2-cherrypy: 355 total files, 0 altered files
python2-configobj: no mtree file
python2-dateutil: 41 total files, 0 altered files
python2-dbus: 65 total files, 0 altered files
python2-distutils-extra: no mtree file
python2-feedparser: no mtree file
python2-flask: 255 total files, 0 altered files
python2-gobject: 90 total files, 0 altered files
python2-gobject2: 111 total files, 0 altered files
python2-httplib2: 17 total files, 0 altered files
pywarning: r: /etc/R/javaconf (Modification time mismatch)
warning: r: /etc/R/ldpaths (Modification time mismatch)
warning: r: /etc/R/repositories (Modification time mismatch)
warning: rssowl: /lib (File type mismatch)
warning: rsync: /etc/rsyncd.conf (Modification time mismatch)
warning: rsync: /etc/xinetd.d/rsync (Modification time mismatch)
warning: ruby: /etc/gemrc (Modification time mismatch)
warning: sane: /etc/sane.d/dll.conf (Modification time mismatch)
warning: sane: /etc/sane.d/dll.conf (Size mismatch)
warning: shadow: /etc/default/useradd (Modification time mismatch)
warning: shadow: /etc/pam.d/chage (Modification time mismatch)
warning: shadow: /etc/pam.d/chgpasswd (Modification time mismatch)
warning: shadow: /etc/pam.d/chpasswd (Modification time mismatch)
warning: shadow: /etc/pam.d/groupadd (Modification time mismatch)
warning: shadow: /etc/pam.d/groupdel (Modification time mismatch)
warning: shadow: /etc/pam.d/groupmems (Modification time mismatch)
warning: shadow: /etc/pam.d/groupmod (Modification time mismatch)
warning: shadow: /etc/pam.d/newusers (Modification time mismatch)
warning: shadow: /etc/pam.d/passwd (Modification time mismatch)
warning: shadow: /etc/pam.d/shadow (Modification time mismatch)
warning: shadow: /etc/pam.d/useradd (Modification time mismatch)
warning: shadow: /etc/pam.d/userdel (Modification time mismatch)
warning: shadow: /etc/pam.d/usermod (Modification time mismatch)
thon2-imaging: no mtree file
python2-itsdangerous: 12 total files, 0 altered files
python2-jinja: 145 total files, 0 altered files
python2-lxml: 121 total files, 0 altered files
python2-mako: 89 total files, 0 altered files
python2-markdown: 42 total files, 0 altered files
python2-markupsafe: 32 total files, 0 altered files
python2-mechanize: no mtree file
python2-mpd: no mtree file
python2-nose: 114 total files, 0 altered files
python2-notify: no mtree file
python2-numpy: 1067 total files, 0 altered files
python2-pip: 213 total files, 0 altered files
python2-pycurl: no mtree file
python2-pyinotify: no mtree file
python2-pyparsing: no mtree file
python2-pyqt4: 618 total files, 0 altered files
python2-pytz: 633 total files, 0 altered files
python2-selenium: 78 total files, 0 altered files
python2-setuptools: 215 total files, 0 altered files
python2-simpletal: 19 total files, 0 altered files
python2-sip: 14 total files, 0 altered files
python2-six: 12 total files, 0 altered files
python2-urwid: no mtree file
python2-virtualenv: 19 total files, 0 altered files
python2-werkzeug: 244 total files, 0 altered files
python2-xdg: no mtree file
qca: no mtree file
qhull: no mtree file
qjson: no mtree file
qpdf: 53 total files, 0 altered files
qt4: 4059 total files, 0 altered files
qt5-base: 2971 total files, 0 altered files
qtchooser: 43 total files, 0 altered files
qtwebkit: 67 total files, 0 altered files
quodlibet: 440 total files, 0 altered files
quodlibet-plugins: 77 total files, 0 altered files
r: 1814 total files, 3 altered files
ragel: 11 total files, 0 altered files
randrproto: no mtree file
ranger: 287 total files, 0 altered files
raptor: 115 total files, 0 altered files
rarian: no mtree file
rasqal: no mtree file
rdesktop: 48 total files, 0 altered files
readline: no mtree file
recode: no mtree file
recordproto: no mtree file
redland: no mtree file
redshift: 92 total files, 0 altered files
reflector: no mtree file
reiserfsprogs: 23 total files, 0 altered files
rename: 8 total files, 0 altered files
renderproto: no mtree file
resourceproto: no mtree file
rest: no mtree file
rfkill: 18 total files, 0 altered files
rlog: no mtree file
rlwrap: no mtree file
rpcbind: 17 total files, 0 altered files
rssowl: 277 total files, 1 altered file
rstudio-desktop-bin: 940 total files, 0 altered files
rsync: 21 total files, 2 altered files
rtmpdump: 26 total files, 0 altered files
rtorrent: 7 total files, 0 altered files
ruby: 1369 total files, 1 altered file
ruby-atk: 10 total files, 0 altered files
ruby-cairo: no mtree file
ruby-gdkpixbuf2: 10 total files, 0 altered files
ruby-glib2: 31 total files, 0 altered files
ruby-gtk2: 15 total files, 0 altered files
ruby-iconv: 24 total files, 0 altered files
ruby-pango: 11 total files, 0 altered files
rubyripper: 18 total files, 0 altered files
run-parts: 28 total files, 0 altered files
rutorrent: 119 total files, 0 altered files
sakura: 70 total files, 0 altered files
samtools: 51 total files, 0 altered files
sane: 626 total files, 1 altered file
sbcl: 1383 total files, 0 altered files
schroedinger: no mtree file
scons: no mtree file
scrnsaverproto: no mtree file
scrot: no mtree file
sdl: no mtree file
sdl_image: 14 total files, 0 altered files
sdx: 3 total files, 0 altered files
secure-delete: 22 total files, 0 altered files
sed: 125 total files, 0 altered files
serf: 12 total files, 0 altered files
sg3_utils: 153 total files, 0 altered files
shadow: 556 total files, 14 altered files
shared-color-profiles: no mtree file
shared-desktop-ontologies: 54 total files, 0 altered files
shared-mime-info: no mtree file
shutter: 1021 total files, 0 altered files
simplescreenrecorder: 14 total files, 0 altered files
sip: 7 total files, 0 altered files
slang: no mtree file
smbclient: 222 total files, 0 altered files
smplayer: 127 total files, 0 altered files
smplayer-skins: 228 total files, 0 altered files
smplayer-themes: 1146 total files, 0 altered files
smtube: 63 total files, 0 altered files
snappy: no mtree file
sonata: 196 total files, 0 altered files
soprano: 201 total files, 0 altered files
soundwarning: subversion: /etc/conf.d (UID mismatch)
warning: subversion: /etc/conf.d (GID mismatch)
warning: subversion: /etc/conf.d/svnserve (Modification time mismatch)
warning: subversion: /etc/xinetd.d/svn (Modification time mismatch)
warning: sudo: /etc/sudoers (Modification time mismatch)
warning: sudo: /etc/sudoers (Size mismatch)
warning: sudo: /etc/pam.d/sudo (Modification time mismatch)
warning: syslog-ng: /etc/logrotate.d/syslog-ng (Modification time mismatch)
warning: syslog-ng: /etc/syslog-ng/scl.conf (Modification time mismatch)
warning: syslog-ng: /etc/syslog-ng/syslog-ng.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.hostname1.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.locale1.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.login1.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.machine1.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.systemd1.conf (Modification time mismatch)
warning: systemd: /etc/dbus-1/system.d/org.freedesktop.timedate1.conf (Modification time mismatch)
warning: systemd: /etc/systemd/bootchart.conf (Modification time mismatch)
warning: systemd: /etc/systemd/journald.conf (Modification time mismatch)
warning: systemd: /etc/systemd/journald.conf (Size mismatch)
warning: systemd: /etc/systemd/logind.conf (Modification time mismatch)
warning: systemd: /etc/systemd/logind.conf (Size mismatch)
warning: systemd: /etc/systemd/system.conf (Modification time mismatch)
warning: systemd: /etc/systemd/user.conf (Modification time mismatch)
warning: systemd: /etc/udev/udev.conf (Modification time mismatch)
warning: texlive-core: /etc/texmf/chktex/chktexrc (Modification time mismatch)
warning: texlive-core: /etc/texmf/dvipdfmx/dvipdfmx.cfg (Modification time mismatch)
warning: texlive-core: /etc/texmf/dvips/config/config.ps (Modification time mismatch)
warning: texlive-core: /etc/texmf/tex/generic/config/pdftexconfig.tex (Modification time mismatch)
warning: texlive-core: /etc/texmf/ttf2pk/ttf2pk.cfg (Modification time mismatch)
warning: texlive-core: /etc/texmf/web2c/fmtutil.cnf (Modification time mismatch)
warning: texlive-core: /etc/texmf/web2c/mktex.cnf (Modification time mismatch)
warning: texlive-core: /etc/texmf/web2c/texmf.cnf (Modification time mismatch)
warning: texlive-core: /etc/texmf/web2c/updmap.cfg (Modification time mismatch)
warning: texlive-core: /etc/texmf/web2c/updmap.cfg (Size mismatch)
warning: texlive-core: /etc/texmf/xdvi/XDvi (Modification time mismatch)
warning: ufw: /etc/default/ufw (Modification time mismatch)
warning: ufw: /etc/default/ufw (Size mismatch)
warning: ufw: /etc/ufw/after.rules (Modification time mismatch)
warning: ufw: /etc/ufw/after6.rules (Modification time mismatch)
warning: ufw: /etc/ufw/ufw.conf (Modification time mismatch)
warning: ufw: /etc/ufw/ufw.conf (Size mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/__init__.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/applications.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/backend.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/backend_iptables.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/frontend.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/parser.pyc (Modification time mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/parser.pyc (Size mismatch)
warning: ufw: /usr/lib/python2.7/site-packages/ufw/util.pyc (Modification time mismatch)
warning: ufw: /usr/lib/ufw/user.rules (Modification time mismatch)
warning: ufw: /usr/lib/ufw/user.rules (Size mismatch)
warning: ufw: /usr/lib/ufw/user6.rules (Modification time mismatch)
warning: ufw: /usr/lib/ufw/user6.rules (Size mismatch)
warning: util-linux: /etc/pam.d/chfn (Modification time mismatch)
warning: util-linux: /etc/pam.d/chsh (Modification time mismatch)
warning: util-linux: /etc/pam.d/login (UID mismatch)
warning: util-linux: /etc/pam.d/login (GID mismatch)
warning: util-linux: /etc/pam.d/login (Modification time mismatch)
warning: util-linux: /etc/pam.d/login (Size mismatch)
warning: util-linux: /etc/pam.d/su (Modification time mismatch)
warning: util-linux: /etc/pam.d/su-l (Modification time mismatch)
warning: v4l-utils: /etc/rc_maps.cfg (Modification time mismatch)
warning: vim-runtime: /etc/vimrc (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
warning: vpnc: /etc/vpnc/default.conf (Modification time mismatch)
warning: wicd: /etc/wicd/encryption/templates/active (Modification time mismatch)
-theme-freedesktop: no mtree file
soundtouch: no mtree file
source-highlight: 416 total files, 0 altered files
sox: 72 total files, 0 altered files
speech-dispatcher: no mtree file
speex: no mtree file
sqlite: 19 total files, 0 altered files
sshfs: no mtree file
staden: 600 total files, 0 altered files
staden-io_lib: 99 total files, 0 altered files
startup-notification: no mtree file
strace: 12 total files, 0 altered files
strigi: 136 total files, 0 altered files
subversion: 338 total files, 3 altered files
sudo: 130 total files, 2 altered files
suitesparse: 87 total files, 0 altered files
swig: 627 total files, 0 altered files
swt: 14 total files, 0 altered files
synce-core: 123 total files, 0 altered files
sysfsutils: no mtree file
syslinux: 262 total files, 0 altered files
syslog-ng: 152 total files, 3 altered files
system-config-printer: 337 total files, 0 altered files
systemd: 848 total files, 12 altered files
sysvinit-tools: 18 total files, 0 altered files
t1lib: no mtree file
taglib: no mtree file
talloc: no mtree file
tar: 124 total files, 0 altered files
tarsnap: 23 total files, 0 altered files
task: 109 total files, 0 altered files
tcl: 1157 total files, 0 altered files
tclkit: 3 total files, 0 altered files
tcllib: no mtree file
tcpdump: 10 total files, 0 altered files
tdb: 24 total files, 0 altered files
telepathy-glib: 369 total files, 0 altered files
tevent: no mtree file
tex2png: 3 total files, 0 altered files
texinfo: no mtree file
texlive-bin: 422 total files, 0 altered files
texlive-core: 16747 total files, 10 altered files
texlive-latexextra: 3976 total files, 0 altered files
thunar: 294 total files, 0 altered files
thunderbird: 89 total files, 0 altered files
tk: 589 total files, 0 altered files
tklib: 157 total files, 0 altered files
tmux: no mtree file
tophat: 20 total files, 0 altered files
totem-plparser: 326 total files, 0 altered files
transcode: 258 total files, 0 altered files
transmission-gtk: 303 total files, 0 altered files
tsocks: no mtree file
ttf-dejavu: 38 total files, 0 altered files
ttf-google-fonts-git: 1366 total files, 0 altered files
ttf-mac-fonts: 26 total files, 0 altered files
ttf-ms-fonts: 38 total files, 0 altered files
tumbler: 212 total files, 0 altered files
twolame: no mtree file
tzdata: 1826 total files, 0 altered files
udevil: no mtree file
udisks2: 262 total files, 0 altered files
ufw: 100 total files, 13 altered files
ugene: 1470 total files, 0 altered files
unace: no mtree file
unarj: no mtree file
unclutter: no mtree file
unetbootin: 83 total files, 0 altered files
unison: no mtree file
unixodbc: no mtree file
unp: no mtree file
unrar: 7 total files, 0 altered files
unshield: no mtree file
unzip: no mtree file
upower: 86 total files, 0 altered files
usbmuxd: 20 total files, 0 altered files
usbutils: 15 total files, 0 altered files
util-linux: 440 total files, 5 altered files
utimer: no mtree file
v4l-utils: 212 total files, 1 altered file
vala: 339 total files, 0 altered files
valgrind: 264 total files, 0 altered files
vi: no mtree file
videoproto: 19 total files, 0 altered files
vim-runtime: 1631 total files, 1 altered file
virtualbox: 326 total files, 0 altered files
virtualbox-guest-iso: 10 total files, 0 altered files
virtualbox-host-modules: 9 total files, 0 altered files
virtuoso-base: 15 total files, 0 altered files
vlc: 1015 total files, 1 altered file
vorbis-tools: no mtree file
vorbisgain: no mtree file
vpnc: 20 total files, 1 altered file
vte-common: 4 total files, 0 altered files
vte3: 334 total files, 0 altered files
w3m: no mtree file
wacom-utility: no mtree file
wavegain: no mtree file
wavpack: no mtree file
wayland: 74 total files, 0 altered files
webkitgtk: 1040 total files, 0 altered files
webkitgtk2: 827 total files, 0 altered files
wget: no mtree file
which: no mtree file
whois: 9 total files, 0 altered files
wicd: 304 total files, 1 altered file
wicd-gtk: 109 total files, 0 altered files
wildmidi: no mtree file
wireless_tools: 29 total files, 0 altered files
wireshark-cli: 910 total files, 0 altered files
wireshark-gtk: 36 total files, 0 alterewarning: wpa_supplicant: /etc/wpa_supplicant/wpa_supplicant.conf (Modification time mismatch)
warning: xdg-user-dirs: /etc/xdg/user-dirs.conf (Modification time mismatch)
warning: xdg-user-dirs: /etc/xdg/user-dirs.defaults (Modification time mismatch)
warning: xf86-input-synaptics: /etc/X11/xorg.conf.d/50-synaptics.conf (Modification time mismatch)
warning: xf86-input-wacom: /etc/X11/xorg.conf.d/50-wacom.conf (UID mismatch)
warning: xf86-input-wacom: /etc/X11/xorg.conf.d/50-wacom.conf (GID mismatch)
warning: xf86-input-wacom: /etc/X11/xorg.conf.d/50-wacom.conf (Modification time mismatch)
warning: xf86-input-wacom: /etc/X11/xorg.conf.d/50-wacom.conf (Size mismatch)
warning: xinetd: /etc/xinetd.conf (Modification time mismatch)
warning: xinetd: /etc/xinetd.d/servers (Modification time mismatch)
warning: xinetd: /etc/xinetd.d/services (Modification time mismatch)
warning: xorg-server: /etc/X11/xorg.conf.d/10-evdev.conf (Modification time mismatch)
warning: xorg-server: /etc/X11/xorg.conf.d/10-quirks.conf (Modification time mismatch)
warning: xorg-xinit: /etc/X11/xinit/xserverrc (Modification time mismatch)
warning: xorg-xinit: /etc/skel/.xinitrc (Modification time mismatch)
warning: xorg-xinit: /etc/skel/.xsession (Modification time mismatch)
d files
wkhtmltopdf: no mtree file
wpa_actiond: 3 total files, 0 altered files
wpa_supplicant: 31 total files, 1 altered file
wv: 496 total files, 0 altered files
wxgtk: 781 total files, 0 altered files
wxpython: no mtree file
x264: 11 total files, 0 altered files
x86info: no mtree file
xbitmaps: no mtree file
xcalib: no mtree file
xcb-proto: 60 total files, 0 altered files
xcb-util: no mtree file
xcb-util-image: no mtree file
xcb-util-keysyms: no mtree file
xcb-util-wm: no mtree file
xclip: no mtree file
xcursor-vanilla-dmz: no mtree file
xdg-user-dirs: 238 total files, 2 altered files
xdg-utils: 25 total files, 0 altered files
xextproto: no mtree file
xf86-input-evdev: 18 total files, 0 altered files
xf86-input-synaptics: 28 total files, 1 altered file
xf86-input-wacom: 30 total files, 1 altered file
xf86-video-fbdev: 13 total files, 0 altered files
xf86-video-intel: 20 total files, 0 altered files
xf86-video-modesetting: 13 total files, 0 altered files
xf86dgaproto: no mtree file
xf86driproto: no mtree file
xf86vidmodeproto: no mtree file
xfburn: no mtree file
xfconf: 198 total files, 0 altered files
xfsprogs: 92 total files, 0 altered files
xine-lib: 283 total files, 0 altered files
xineramaproto: no mtree file
xinetd: 26 total files, 3 altered files
xkeyboard-config: 433 total files, 0 altered files
xlockmore: 18 total files, 0 altered files
xmlrpc-c: no mtree file
xmlto: no mtree file
xorg-appres: 10 total files, 0 altered files
xorg-bdftopcf: no mtree file
xorg-font-util: no mtree file
xorg-font-utils: no mtree file
xorg-fonts-alias: 14 total files, 0 altered files
xorg-fonts-encodings: no mtree file
xorg-fonts-misc: no mtree file
xorg-iceauth: 10 total files, 0 altered files
xorg-launch-helper: no mtree file
xorg-luit: 10 total files, 0 altered files
xorg-mkfontdir: no mtree file
xorg-mkfontscale: 10 total files, 0 altered files
xorg-server: 48 total files, 2 altered files
xorg-server-common: 15 total files, 0 altered files
xorg-server-devel: 177 total files, 0 altered files
xorg-server-utils: no mtree file
xorg-sessreg: no mtree file
xorg-setxkbmap: no mtree file
xorg-util-macros: 12 total files, 0 altered files
xorg-xauth: no mtree file
xorg-xbacklight: no mtree file
xorg-xcmsdb: no mtree file
xorg-xev: no mtree file
xorg-xgamma: no mtree file
xorg-xhost: 10 total files, 0 altered files
xorg-xinit: 20 total files, 3 altered files
xorg-xinput: 10 total files, 0 altered files
xorg-xkbcomp: no mtree file
xorg-xmessage: no mtree file
xorg-xmodmap: 10 total files, 0 altered files
xorg-xprop: 10 total files, 0 altered files
xorg-xrandr: 10 total files, 0 altered files
xorg-xrdb: 10 total files, 0 altered files
xorg-xrefresh: 10 total files, 0 altered files
xorg-xset: 10 total files, 0 altered files
xorg-xsetroot: no mtree file
xorg-xwininfo: 10 total files, 0 altered files
xournal-git: 91 total files, 0 altered files
xproto: no mtree file
xsane: 244 total files, 0 altered files
xscreensaver: 726 total files, 0 altered files
xterm: 36 total files, 0 altered files
xvidcore: 8 total files, 0 altered files
xz: 116 total files, 0 altered files
yajl: no mtree file
yaourt: 49 total files, 0 altered files
yed: 15 total files, 0 altered files
youtube-dl: 436 total files, 0 altered files
ytmp3: 3 total files, 0 altered files
zathura: 88 total files, 0 altered files
zathura-pdf-poppler: 11 total files, 0 altered files
zathura-ps: 11 total files, 0 altered files
zenity: no mtree file
zip: no mtree file
zlib: 18 total files, 0 altered files
zotero: 103 total files, 0 altered files
zvbi: 49 total files, 0 altered files
zziplib: no mtree file

Offline

#15 2013-09-26 21:53:06

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

All of your haskell package have 0 altered files, also meaning 0 missing or corrupt files. Reinstalling like you mentioned isn't going to do anything.

Are you still getting exactly the same thing as in your first post? I don't know haskell at all, so I'm not going to be any help beyond pacman.

Offline

#16 2013-09-26 23:28:14

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Yeah that's kind of what I thought. Same as before. Thanks for trying though! And it's not all bad because I learned more about Arch packages. I'll ask on the ArchHaskell mailing list.

These kinds of errors seem to pop up all the time installing Haskell packages, which is what I meant by "normal" in my first post. I used Xmonad for a while and there was similar trouble. It's something about GHC doing a ridiculous amount of inlining when it compiles things. I'm not sure what the advantage is of that over keeping things modular, but I imagine there's a good reason because the people who write GHC are ridiculously smart.

Offline

#17 2013-09-27 19:09:42

jefdaj
Member
Registered: 2012-12-05
Posts: 25

Re: [SOLVED] Is cabal-install broken, or am I using it wrong?

Finally fixed it! Removed everything again, but this time also deleted ~/.ghc, which holds a list of installed packages. The haskell-happstack/haskell-gitit package is still broken, but cabal works as expected now.

See this stackoverflow question.

Offline

Board footer

Powered by FluxBB