delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <003e01c0e708$55d8cc80$11f55c18@twcny.rr.com> |
From: | "Michael Williamson" <mikewill AT twcny DOT rr DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | Fw: Bug/Help on cp and mv using 1.3.2? |
Date: | Sun, 27 May 2001 19:54:14 -0400 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
----- Original Message ----- From: Michael Williamson To: cygwin AT cygwin DOT com Sent: Sunday, May 27, 2001 7:52 PM Subject: Bug/Help on cp and mv using 1.3.2? ----- Original Message ----- From: Michael Williamson To: cygwin-subscribe AT cygwin DOT com Sent: Sunday, May 27, 2001 7:46 PM Subject: subscribe Not sure if this will get posted to the list, but: I am using 1.3.2 cygwin, and I was trying to build the meta object compiler for qt, and I have run into a bizarre bug(??). Check out the data below: -Mike Williamson mikewill AT twcny DOT rr DOT com mike AT BOXYA123 ~ $ cd /usr/local/qt mike AT BOXYA123 /usr/local/qt $ make make[1]: Entering directory `/usr/local/qt-2.3.0' cd src/moc; make make[2]: Entering directory `/usr/local/qt-2.3.0/src/moc' make[2]: Nothing to be done for `all'. [ comment from mike---- the build/link for moc worked fine prior to the next round of make commands ] make[2]: Leaving directory `/usr/local/qt-2.3.0/src/moc' rm -f bin/moc cp src/moc/moc bin/moc cp: `src/moc/moc' and `bin/moc' are the same file make[1]: *** [src-moc] Error 1 make[1]: Leaving directory `/usr/local/qt-2.3.0' make: *** [init] Error 2 mike AT BOXYA123 /usr/local/qt $ file src/moc/moc src/moc/moc: executable, can't read `src/moc/moc' (No such file or directory). mike AT BOXYA123 /usr/local/qt $ src/moc/moc this should create an error message standard input:0: Warning: No relevant classes found. No output generated. mike AT BOXYA123 /usr/local/qt $ ls -l src/moc/moc -rwxr-xr-x 1 mike 544 450262 May 27 17:42 src/moc/moc mike AT BOXYA123 /usr/local/qt $ cd src/moc mike AT BOXYA123 /usr/local/qt/src/moc $ mv moc moc1 mv: `moc' and `moc1' are the same file mike AT BOXYA123 /usr/local/qt/src/moc $ ls moc1 ls: moc1: No such file or directory mike AT BOXYA123 /usr/local/qt/src/moc $ $ touch moc1 mike AT BOXYA123 /usr/local/qt/src/moc $ ls -l moc1 -rw-r--r-- 1 mike 544 0 May 27 19:43 moc1 mike AT BOXYA123 /usr/local/qt/src/moc $ mv moc moc1 mv: `moc' and `moc1' are the same file mike AT BOXYA123 /usr/local/qt/src/moc $ diff moc moc1 diff: moc: No such file or directory mike AT BOXYA123 /usr/local/qt/src/moc $ ls -l moc -rwxr-xr-x 1 mike 544 450262 May 27 17:42 moc -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |