[Zope-dev] Failure on make instance

2003-10-27 Thread Sidnei da Silva
Howdy,

I just cvs'upped zope from the 2.7 branch, make clean; make; make
instance; and it failed with:

running install_data
error: can't copy 'zdaemon/component.xml': no matching files
make: *** [install] Error 1

Looks like a file is missing, or some script wasn't updated. 

[]'s
-- 
Sidnei da Silva [EMAIL PROTECTED]
dreamcatching :: making your dreams come true
http://dreamcatcher.homeunix.org

Programming is an unnatural act.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Failure on make instance

2003-10-27 Thread Fred L. Drake, Jr.

Sidnei da Silva writes:
  I just cvs'upped zope from the 2.7 branch, make clean; make; make
  instance; and it failed with:
  
  running install_data
  error: can't copy 'zdaemon/component.xml': no matching files
  make: *** [install] Error 1
  
  Looks like a file is missing, or some script wasn't updated. 

Sigh.

I was looking over this problem this morning when our automated tests
screamed foul, and I couldn't reproduce it.  ;-(

Of course, once your mail arrived, it was a lot easier t fix for some
reason(!).  When I'd applied the patch from the trunk, I'd applied,
tested, and committed; what I didn't do was cvs add the new files on
the 2.7 branch!

Sorry for the resulting autotest spewage.  The files have now been
added on the branch, so the testers should be happier.  And it should
actually work for you.


  -Fred

-- 
Fred L. Drake, Jr.  fred at zope.com
PythonLabs at Zope Corporation

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Failure on make instance

2003-10-27 Thread Sidnei da Silva
| Of course, once your mail arrived, it was a lot easier t fix for some
| reason(!).  When I'd applied the patch from the trunk, I'd applied,
| tested, and committed; what I didn't do was cvs add the new files on
| the 2.7 branch!

Maybe because the phrase 'file missing' triggered something :)

| Sorry for the resulting autotest spewage.  The files have now been
| added on the branch, so the testers should be happier.  And it should
| actually work for you.

Works now, thanks!

-- 
Sidnei da Silva [EMAIL PROTECTED]
dreamcatching :: making your dreams come true
http://awkly.org

But what can you do with it?
-- ubiquitous cry from Linux-user partner

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Failure on make instance

2003-10-27 Thread Fred L. Drake, Jr.

Sidnei da Silva writes:
  Maybe because the phrase 'file missing' triggered something :)

Something like that, perhaps!  Jeremy's comment wasn't so different,
but didn't clue me in the same way.  I'm glad to have fixed it for you!


  -Fred

-- 
Fred L. Drake, Jr.  fred at zope.com
PythonLabs at Zope Corporation

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )