glib-2.81 /live-g-file/test_copy_move failed

2008-09-18 Thread Klaus Dittrich

make check results :


/live-g-file/test_copy_move:
   do_copy_move: 'dir1/subdir' --> 'dir-target'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir1/subdir' --> '.'
  res = 0, error code 2 = Target file exists
   do_copy_move: 'dir1/subdir' --> 'target-file'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir1/subdir' --> 'not_exists'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir1/subdir' --> 'dir_no-access'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir1/subdir' --> 'dir_no-write'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir2' --> 'dir-target'
   do_copy_move: 'dir-target' --> 'dir-target'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir-target' --> '.'
  res = 0, error code 2 = Target file exists
   do_copy_move: 'dir-target' --> 'target-file'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir-target' --> 'not_exists'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir-target' --> 'dir_no-access'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'dir-target' --> 'dir_no-write'
  res = 0, error code 25 = Can't recursively copy directory
   do_copy_move: 'target-file' --> 'dir-target'
   do_copy_move: 'target-file' --> '.'
  res = 0, error code 2 = Error opening file 
'/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/target-file': 
File exists

   do_copy_move: 'target-file' --> 'target-file'
  res = 0, error code 4 = Error opening file 
'/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/target-file/target-file': 
Not a directory

   do_copy_move: 'target-file' --> 'not_exists'
  res = 0, error code 1 = Error opening file 
'/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/not_exists/target-file': 
No such file or directory

   do_copy_move: 'target-file' --> 'dir_no-access'
**
ERROR:live-g-file.c:702:do_copy_move: assertion failed (res == FALSE): 
(1 == 0)

FAIL

Any idea what went wrong? Possibly on my side.
--
Klaus
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: glib-2.81 /live-g-file/test_copy_move failed

2008-09-18 Thread Tomas Bzatek
Can you please let us know more? I.e. what operating system you run and
which filesystem are the glib sources on.

And in order to track this issue, can you please file a bug at
http://bugzilla.gnome.org/

Also, the live-g-file test is a standalone executable with several
options (posix tests, ...), you might want to experiment a little bit.

-- 
Tomas Bzatek <[EMAIL PROTECTED]>


On Thu, 2008-09-18 at 12:56 +0200, Klaus Dittrich wrote:
> make check results :
> 
> 
> /live-g-file/test_copy_move:
> do_copy_move: 'dir1/subdir' --> 'dir-target'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir1/subdir' --> '.'
>res = 0, error code 2 = Target file exists
> do_copy_move: 'dir1/subdir' --> 'target-file'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir1/subdir' --> 'not_exists'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir1/subdir' --> 'dir_no-access'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir1/subdir' --> 'dir_no-write'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir2' --> 'dir-target'
> do_copy_move: 'dir-target' --> 'dir-target'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir-target' --> '.'
>res = 0, error code 2 = Target file exists
> do_copy_move: 'dir-target' --> 'target-file'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir-target' --> 'not_exists'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir-target' --> 'dir_no-access'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'dir-target' --> 'dir_no-write'
>res = 0, error code 25 = Can't recursively copy directory
> do_copy_move: 'target-file' --> 'dir-target'
> do_copy_move: 'target-file' --> '.'
>res = 0, error code 2 = Error opening file 
> '/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/target-file': 
> File exists
> do_copy_move: 'target-file' --> 'target-file'
>res = 0, error code 4 = Error opening file 
> '/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/target-file/target-file':
>  
> Not a directory
> do_copy_move: 'target-file' --> 'not_exists'
>res = 0, error code 1 = Error opening file 
> '/mnt/md0/sources/glib-2.18.1/gio/tests/testdir_live-g-file/not_exists/target-file':
>  
> No such file or directory
> do_copy_move: 'target-file' --> 'dir_no-access'
> **
> ERROR:live-g-file.c:702:do_copy_move: assertion failed (res == FALSE): 
> (1 == 0)
> FAIL
> 
> Any idea what went wrong? Possibly on my side.
> --
> Klaus
> ___
> gtk-devel-list mailing list
> gtk-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: glib-2.81 /live-g-file/test_copy_move failed

2008-09-18 Thread Klaus Dittrich

Tomas Bzatek wrote:

Can you please let us know more? I.e. what operating system you run and
which filesystem are the glib sources on.

And in order to track this issue, can you please file a bug at
http://bugzilla.gnome.org/

Also, the live-g-file test is a standalone executable with several
options (posix tests, ...), you might want to experiment a little bit.

  

Linux  2.6.26.5 #1 SMP PREEMPT Tue Sep 9 11:07:57 CEST 2008 x86_64 GNU/Linux
current glibc
gcc version 4.3.3 20080911
ext2 on raid-1 (mirror)
make check was run as root, LC_ALL=C

I will try to file a bug to this bugzilla monster.

--
Klaus
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list