You are not logged in.

#1 2012-02-07 05:22:09

adamlau
Member
Registered: 2009-01-30
Posts: 418

comm: file 1 is not in sorted order?

For example:

==> Tidying install...
  -> Removing doc files...
  -> Purging unwanted files...
  -> Compressing man and info pages...
  -> Removing libtool files...
  -> Removing empty directories...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Adding install file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: linux-BFS 3.2.5-100 (Mon Feb  6 21:11:21 PST 2012)
comm: file 1 is not in sorted order
comm: file 2 is not in sorted order
comm: file 1 is not in sorted order
comm: file 2 is not in sorted order
==> ERROR: An unknown error has occurred. Exiting...
==> Removing installed dependencies...

Have seen the comm: error a few times lately. Apps appear to install without issue, what is the comm referencing?


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#2 2012-02-07 06:09:20

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: comm: file 1 is not in sorted order?

comm - compare two sorted files line by line

This is fixed in the upcoming 4.0.2 release.

Offline

#3 2012-02-07 15:41:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: comm: file 1 is not in sorted order?

See e.g. https://wiki.archlinux.org/index.php/Pa … base_group
Both inputs have to be sorted before feeding them to comm:

comm -23 <(pacman -Qeq|sort) ...

and not just

comm -23 <(pacman -Qeq) ...

Offline

#4 2012-02-13 06:37:32

user00265
Member
From: Rushford, MN
Registered: 2012-02-13
Posts: 3
Website

Re: comm: file 1 is not in sorted order?

I can hardly wait. I have broken packages installed in the system due to the fact that I cannot build new ones because of this bug sad

Offline

#5 2012-02-13 06:55:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: comm: file 1 is not in sorted order?

user00265 wrote:

I can hardly wait. I have broken packages installed in the system due to the fact that I cannot build new ones because of this bug sad

Yes you can...   that error does not actually cause any real issues.

Offline

#6 2012-02-13 07:24:00

user00265
Member
From: Rushford, MN
Registered: 2012-02-13
Posts: 3
Website

Re: comm: file 1 is not in sorted order?

Hmm... correcto! too late of a day and over-looked the fact... but it works if I upgrade manually... my deploy scripts see the output failed so it doesn't auto-deploy... I guess thats why I panicked. Manual pushing it is... thanks for bopping me upside the head >_>

Offline

Board footer

Powered by FluxBB