Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <014001c2a901$420042d0$6401a8c0@roadrunner> From: "Terry" To: References: <00fb01c2a8ba$9eb7bc20$6401a8c0 AT roadrunner> <20021221065507 DOT GD23545 AT redhat DOT com> Subject: Re: Reinstall - oops.. Date: Sat, 21 Dec 2002 09:57:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Well, Im not sure whats going on. Installing the libiconv2 package worked for that error, but why is it looking for it?? I never installed that one in the first place. Below is the bash -x -l output and the >ERR_MSG< is where the error occured ---------------------------------------------------------------------------- ------------ $ bash -x -l + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/W IN NT2/system32:/cygdrive/c/WINNT2:/cygdrive/c/WINNT2/System32/Wbem:/cygdrive/c /Pro gram Files/Microsoft SQL Server/80/Tools/BINN:/cygdrive/c/Program Files/Common F iles/Adaptec Shared/System ++ id -un >ERR_MSG< + USER= + '[' -z /home/USERNAME ']' + '[' '!' -d /home/USERNAME ']' + mkdir -p /home/USERNAME bash: mkdir: command not found + export HOME USER + '[' -f /etc/profile.d/openssl.sh ']' + . /etc/profile.d/openssl.sh ++ export MANPATH=:/usr/ssl/man:/usr/ssl/man ++ MANPATH=:/usr/ssl/man:/usr/ssl/man + export MAKE_MODE=unix + MAKE_MODE=unix + export 'PS1=\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' + PS1=\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ + cd /home/USERNAME bash: cd: /home/USERNAME: No such file or directory ---------------------------------------------------------------------------- ------------ So it was breaking on ID... after the lib install it worked fine.... ---------------------------------------------------------------------------- ------------ USERNAME AT ROADRUNNER /usr/bin $ bash -x -l + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/W IN NT2/system32:/cygdrive/c/WINNT2:/cygdrive/c/WINNT2/System32/Wbem:/cygdrive/c /Pro gram Files/Microsoft SQL Server/80/Tools/BINN:/cygdrive/c/Program Files/Common F iles/Adaptec Shared/System ++ id -un + USER=USERNAME + '[' -z /home/USERNAME ']' + '[' '!' -d /home/USERNAME ']' + mkdir -p /home/USERNAME bash: mkdir: command not found + export HOME USER + '[' -f /etc/profile.d/openssl.sh ']' + . /etc/profile.d/openssl.sh ++ export MANPATH=:/usr/ssl/man:/usr/ssl/man ++ MANPATH=:/usr/ssl/man:/usr/ssl/man + export MAKE_MODE=unix + MAKE_MODE=unix + export 'PS1=\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' + PS1=\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ + cd /home/USERNAME bash: cd: /home/USERNAME: No such file or directory ---------------------------------------------------------------------------- ------------ Note though that the new home directory was not created. I noticed that /usr/bin was not recreated in the new install. and trying to start tcsh i get an error on cygcurses6.dll now, which i could not find on that package page. So what gives here, why wasnt the complete delete and reinstall not installing the core components??? and what was not deleted that needs to be? Anyway, I am going to try and remove everything again, download everything fresh and try a reinstall again. Comments or any insight would be nice. thanks... ~ Terry 757 581-5981 AIM/Yahoo: lv2bounce ----- Original Message ----- From: "Christopher Faylor" To: Cc: Sent: Saturday, December 21, 2002 1:55 AM Subject: Re: Reinstall - oops.. > On Sat, Dec 21, 2002 at 01:31:38AM -0500, Terry wrote: > > > >ok, i was installing Cygwin on my comp at home and was installing ipc when i > >went to remove a tmp install dir and typed > >> rm -rf /usr/ > > > >DOH! damn fingers work faster then my brain.... > > > >anyway, i went and did a complete reinstall and when I opened up a new bash > >window i get an error, the shell is looking for a file called cygiconv.dll > >in the path... > > I assume it's cygiconv-2.dll. bash doesn't rely on this file, though. It > must be in some executable that bash is executing when it starts up. If > you can determine which file that is, then we can fix the dependency so > that it is pulled in automatically. > > bash -x -l > > would show the program. > > The way to find what package a file resides in is by going to > http://cygwin.com/packages/ and searching for the file. > > In this case, if you install the libiconv2 package you should be all set. > I'd appreciate it if you could tell us what program is not properly pulling > in this package automatically, though. The above command will show that. > > cgf > -- > Please do not send me personal email with cygwin questions or observations. > Use the resources at http://cygwin.com/ . > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/