Your message dated Sun, 13 Apr 2008 23:02:30 +0200
with message-id <[EMAIL PROTECTED]>
and subject line defrag has been removed from Debian, closing #169584
has caused the Debian Bug report #169584,
regarding defrag: Please port it to non-i386 archs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
169584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169584
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: defrag
Version: N/A; reported 2002-11-17
Severity: wishlist

I'd try to compile your deb on my alpha but the build died pretty
early with

touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/scratch/build/debian/defrag-0.73pjm1'
GNUmakefile:232: .depend: Datei oder Verzeichnis nicht gefunden
echo "char const *version = \"0.73pjm1\";" >> version.h
rm -f .depend
for t in  minix ext2; do \
  for f in defrag.o buffers.o display.o misc.o llseek.o ; do \
    g=`basename $f .o`; \
    gcc -E -M -DFS_IS_$t   -DHAVE_CONFIG_H -I. -I. ./$g.c \
        | sed "s/$f/lib$t.a($g.$t.o)/" >> .depend; \
  done; \
  gcc -E -M -DFS_IS_$t   -DHAVE_CONFIG_H -I. -I. ./$t.c \
        | sed "s/^\([a-z0-9]*\).o/lib$t.a(\1.$t.o)/" >> .depend; \
done
gcc -E -M -DFS_IS_ext2   -DHAVE_CONFIG_H -I. -I. ./e2dump.c \
| sed "s/^\([a-z0-9]*\).o/\1.ext2.o/" >> .depend
make[1]: Leaving directory `/scratch/build/debian/defrag-0.73pjm1'
make[1]: Entering directory `/scratch/build/debian/defrag-0.73pjm1'
gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wmissing-noreturn -Wnested-externs  -O2 -fomit-frame-pointer   -DHAVE_CONFIG_H 
-I. -I.  frag.c -o frag
gcc -pipe -Werror -Wall -W -Wunused -Wshadow -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wno-sign-compare 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wmissing-noreturn -Wnested-externs  -O2 -fomit-frame-pointer   -DHAVE_CONFIG_H 
-I. -I. -DFS_IS_minix -c -o defrag.minix.o defrag.c
cc1: warnings being treated as errors
In file included from /usr/include/linux/fs.h:26,
                 from minix.h:17,
                 from defrag.h:38,
                 from defrag.c:33:
/usr/include/asm/bitops.h: In function `set_bit':
/usr/include/asm/bitops.h:27: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `__set_bit':
/usr/include/asm/bitops.h:47: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `clear_bit':
/usr/include/asm/bitops.h:59: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `__change_bit':
/usr/include/asm/bitops.h:79: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `change_bit':
/usr/include/asm/bitops.h:88: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `test_and_set_bit':
/usr/include/asm/bitops.h:107: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `__test_and_set_bit':
/usr/include/asm/bitops.h:136: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `test_and_clear_bit':
/usr/include/asm/bitops.h:148: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `__test_and_clear_bit':
/usr/include/asm/bitops.h:177: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `__test_and_change_bit':
/usr/include/asm/bitops.h:191: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `test_and_change_bit':
/usr/include/asm/bitops.h:203: warning: cast discards qualifiers from pointer 
target type
/usr/include/asm/bitops.h: In function `test_bit':
/usr/include/asm/bitops.h:226: warning: cast discards qualifiers from pointer 
target type
defrag.c: In function `get_inode':
defrag.c:103: warning: type mismatch in implicit declaration for built-in 
function `memset'
defrag.c: In function `walk_zone_ind':
defrag.c:297: warning: cast increases required alignment of target type
defrag.c: In function `walk_zone_dind':
defrag.c:341: warning: cast increases required alignment of target type
defrag.c: In function `scan_used_inodes':
defrag.c:530: warning: cast increases required alignment of target type
defrag.c:534: warning: cast increases required alignment of target type
defrag.c: In function `read_priority_file':
defrag.c:621: warning: cast increases required alignment of target type
defrag.c: In function `sort_inodes':
defrag.c:683: warning: cast increases required alignment of target type
defrag.c: In function `main':
defrag.c:795: warning: cast increases required alignment of target type
defrag.c:801: warning: cast increases required alignment of target type
defrag.c:815: warning: cast increases required alignment of target type
make[1]: *** [defrag.minix.o] Fehler 1
make[1]: Leaving directory `/scratch/build/debian/defrag-0.73pjm1'
make: *** [build-stamp] Fehler 2


-- System Information
Debian Release: 3.0
Architecture: alpha
Kernel: Linux sixtyfor 2.4.17 #1 Mon Feb 25 21:41:29 CET 2002 alpha
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
-- 
Helge Kreutzmann, Dipl.-Phys.               [EMAIL PROTECTED]
  gpg signed mail preferred    gpg-key: finger [EMAIL PROTECTED]
    64bit GNU powered                  http://www.itp.uni-hannover.de/~kreutzm
       Help keep free software "libre": http://www.freepatents.org/


--- End Message ---
--- Begin Message ---
Version: 0.73pjm1-8+rm

The defrag package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/446691 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
-- 
Lucas


--- End Message ---

Reply via email to