X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Mdpl7t8v9wT3kQ4Z3Wu9DLrKXQFe6 rI7e6vVzwfq0WP4nnKuG3AoOINOhdaVq5poKlLgKpbRj1qW3l+0G20L71A+YMTzK 9WZ8WWSDaN9ncsfHt9Kc0mIqH3cpgqZe2NV3WThJua+GS2lgUOFdEZQvBGKdYkdz k4utWpo/4lVINM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=aIPzsSjU5Bc7VrBSn6O8yr0QSmY=; b=Udh 2GUixi8XUuGtfBzczTeBR5rKEmksPi/KXr8w70fGFz8FanDqsQl0fbcw/JPk7BRc Uz2ZgIV9eaWE/Phc58PRXP0kBHZ/TbedRNa4Lky/f1qx9QDy35zmmMLyxTBGK9BE kYRlPANa4bE8w6K2U8qHxOjEkJIUxhXdP/4MSXnY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_20 autolearn=ham version=3.3.2 X-HELO: s87.webhostingserver.nl X-Received: by 10.112.129.228 with SMTP id nz4mr33697429lbb.9.1408444248060; Tue, 19 Aug 2014 03:30:48 -0700 (PDT) MIME-Version: 1.0 From: Frank Fesevur Date: Tue, 19 Aug 2014 12:30:18 +0200 Message-ID: Subject: man doesn't work after update To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, Today I updated a server and ran into a problem. $ man shutdown man: can't execute iconv: No such file or directory man: command exited with status 127: iconv -c -f UTF-8 -t ISO-8859-1//TRANSLIT | (cd /home/Administrator && LESS=-ix8RmPm Manual page shutdown(8) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page shutdown(8) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ MAN_PN=shutdown(8) less -s) After manually installing "libiconv" (libiconv2 was already installed) the problem disappeared, so apparently there is a dependency missing for man-db. Regards, Frank -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple