OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Open Embedded => Topic started by: magicyang on January 03, 2006, 08:52:43 am

Title: [need Help] Cvs Problem During Bitbake?
Post by: magicyang on January 03, 2006, 08:52:43 am
Hi ,

  I met following problem when bitbaking any app. It tried to get "quilt" first, but always reported error:

NOTE: package quilt-native-0.42: started
NOTE: package quilt-native-0.42-r0: task do_fetch: started
 NOTE: Update cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_0_42
CVS moved to cvs.savannah.[non]gnu.org
Check http://savannah.gnu.org/forum/forum.php?forum_id=4168 (http://savannah.gnu.org/forum/forum.php?forum_id=4168) for details.
Anonymous access over SSH is replaced by the (more efficient) pserver.
cvs [update aborted]: end of file from server (consult above messages if any)
NOTE: Task failed: Fetch failed: quilt
NOTE: package quilt-native-0.42-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package quilt-native-0.42: failed
ERROR: Build of sed failed

  Seems cvs failed because they changed protocol in savannah. But the "method=pserver" line seems right? Any suggestion? Thanks!

Regards,
Luke
Title: [need Help] Cvs Problem During Bitbake?
Post by: Hrw on January 03, 2006, 09:46:23 am
cd CVS_DIR (default it is DL_DIR/cvs) and remove gnu-config, quilt dirs and others which fetched from savannah.

Thats problem of Savannah cvs changes..