Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2008 21:37:50 -1000
From:      Parv <parv@pair.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: X.org: Fatal server error [Solved]
Message-ID:  <20080218073750.GA1639@holstein.holy.cow>
In-Reply-To: <20080217160242.GA2841@pollux>
References:  <20080207124403.GA2792@pollux> <20080210181332.A23724@eskimo.com> <20080211093702.GA2367@pollux> <20080211122913.A9514@eskimo.com> <20080215124413.GB2938@pollux> <20080217160242.GA2841@pollux>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20080217160242.GA2841@pollux>, wrote Harald Weis
thusly...
>
> 2. The `pkg_info -L' check does not certify that the file is
> actually in its place

To actually verify the existence of the files, stat(2) them somehow
(will work at least in bourne like shells) ...

  pkg_info -L <port-name> \
  | awk '!/^(Info|Files:|$)/ { print $0 }' \
  | xargs ls -l >/dev/null


... above will only show the error messages for missing files of a
port|package.


  - Parv

-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080218073750.GA1639>