Here is the bug/patch list that I put together. Any input is welcome.
Thanks!!
-- Barry deFreese Debian 3.0r1 "Woody" Registered Linux "Newbie" #302256 - Debian Developer Wannabe
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." Rich Cook.
------------------------------------------------------------------------- Title: [BUG] Glibc without installed headers Date: July 2002 Submitter: Jeff Bailey URL: http://mail.gnu.org/archive/html/bug-hurd/2002-07/msg00265.html Status: Open Description: make install-headers no_deps=t, required for the full bootstrap, does fail. Previously all headers the Hurd installed were simple files to be copied. Now trivfs has some headers that are mig-generated, and you can't do mig generation without a proper full set of headers installed. Action: I think what we should do is have install-headers, or a differently-named new target, install just the plain headers and not the generated ones. Or it might be sufficient just to do make install-headers in the hurd subdir to build libc. Try that.
------------------------------------------------------------------------- Title: [BUG] Bug#151407: hurd: mount can't parse dselect command Date: July 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-07/msg00001.html Status: Unable to reproduce [Barry] Description: mount doesn't support mixing argument options with non-argument options in the same dash, like this: mount -rt fs which is equivalent to: mount -r -t fs Action: Fix option parsing in mount to allow several short options with one dash. Barry deFreese: I cannot reproduce this problem and -r isn't a valid parameter to mount?? Using mount -R -t iso9660fs gives no results. Using mount -Rt iso9660fs also gives no results. ------------------------------------------------------------------------- Title: [BUG] "renice" weird behaviour Date: August 2002 Submitter: Ludovic Courths URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00013.html Status: Open [Barry] Description: nice() is broken. Action: Fix needs to diddle Mach's priorities for the task and the threads. This includes the priorities for the processor set the threads run in. ------------------------------------------------------------------------- Title: [BUG] storeio crashes with gunzip/bunzip2 classes Submitter: Ludovic Courths URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00078.html Status: Unable to reproduce [Barry] Description: Unable to set storeio translator on gunzip and bunzip2 store classes. Action: Fix it. Barry deFreese: I was unable to reproduce this problem. Running: $ settrans -ca t /hurd/storeio -T gunzip file.gz $ cat t Gives empty file for t with no errors. ------------------------------------------------------------------------- Title: [BUG] debuild check for fakeroot fails on GNU/Hurd Date: August 2002 Submitter: James Morrison URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00191.html Status: Unknown [Barry] Description: Currently debuild check if fakeroot is available by running 'fakeroot :'. This fails on GNU/Hurd because fakeroot uses exec $*. Action: Remove call to exec(). Potentially change GNU/Linux fakeroot to use "$@" rather than "sh -c $". ------------------------------------------------------------------------- Title: [BUG] showtrans --active Date: August 2002 Submitter: David Walter URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00194.html Status: Unknown [Barry] Description: Cannot determine the active translator running on an inode. Action: Determine if this is truly a bug. ------------------------------------------------------------------------- Title: [BUG] Bug#156600: FTBFS: hurd should build-depend on autoconf2.13 Date: August 2002 Submitter: James A Morrison URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00209.html Status: Open [Barry] Description: The autoconf package no longer provides autoconf2.13. So it can be built from source. Action: Test patch submitted by James and fix if appropriate. See archive. ------------------------------------------------------------------------- Title: [PATCH] mtab translator Date: August 2002 Submitter: David Walter URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00238.html Status: Unknown [Barry] Description: Code to create mtab type translator for GNU/Hurd. Action: Review patch. Test. Fix. See patch here: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00244.html ------------------------------------------------------------------------- Title: [BUG] Interrupted system call Date: August 2002 Submitter: Wolfgang Jahrling URL: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00257.html Status: Unable to reproduce. [Barry] Description: Intermittent interrupted system calls in configure. Action: Need to attempt to reproduce problem. Debug. Fix it! ------------------------------------------------------------------------- Title: [PATCH] mtab: libdiskfs / ext2fs support changes Date: September 2002 Submitter: David Walter URL: http://mail.gnu.org/archive/html/bug-hurd/2002-09/msg00038.html Status: Unable to reproduce. [Barry] Description: libdiskfs patch for mtab patch from earlier archive. See message here: http://mail.gnu.org/archive/html/bug-hurd/2002-08/msg00238.html Action: Test patch. Fix if appropriate and commit. ------------------------------------------------------------------------- Title: [PATCH] Fixes issue with oskit-libdir when compiling oskit-mach Date: September 2002 Submitter: Michal 'hramrach' Suchanek URL: http://mail.gnu.org/archive/html/bug-hurd/2002-09/msg00063.html Status: Open [Barry] Description: This patch will fix an issue with oskit-libdir when compiling GNUmach 2.x Action: Test patch. Commit. ------------------------------------------------------------------------- Title: [BUG] Increase stack size in cthreads Date: September 2002 Submitter: Neal H. Walfield URL: http://mail.gnu.org/archive/html/bug-hurd/2002-09/msg00141.html Status: Open [Barry] Description: Should stack size in cthreads be increased? Action: Move to pthreads. See here: http://mail.gnu.org/archive/html/bug-hurd/2002-09/msg00144.html ------------------------------------------------------------------------- Title: [BUG] float format, pointer arg - nfsd/fsys.c Date: September 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-09/msg00175.html Status: Open [Barry] Description: Recieve the following error in nfsd: warning: float format, pointer arg (arg 4) Action: Requires new modifier for nitems = fscanf (index_file, "%d %as\n", &index, &name); Need to determine possibilities for replacing 'a' modifier before %s. ------------------------------------------------------------------------- Title: [BUG] Parted seg faults Date: October 2002 Submitter: James Morrison URL: http://mail.gnu.org/archive/html/bug-hurd/2002-10/msg00036.html Status: Open [Barry] Description: Parted with no arguments gives segmentation fault. Action: Crashes in dlsym call. Debug and test. 7/31/2003: [Barry deFreese] I have parted v 1.6.4 and ran parted with no arguments and recived a segmenation fault. ------------------------------------------------------------------------- Title: [BUG] fork() loses when thread self port's refcount is max'ed out Date: October 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-10/msg00098.html Status: Open [Barry] Description: fork() leaks port rights. Action: See archive for fix to programs that leak port rights. ------------------------------------------------------------------------- Title: [BUG] arbitrary IDs with available UID 0? Date: November 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-11/msg00112.html Status: Open [Barry] Description: The doc says that you are allowed to create auth objects associated with any IDs if you have euid 0, and the code actually allows it even if only auid 0. Action: Thomas suggests fixing the code to not use auids. ------------------------------------------------------------------------- Title: [PATCH] gnumach2 and pcmcia Date: November 2002 Submitter: Daniel Wagner URL: http://mail.gnu.org/archive/html/bug-hurd/2002-11/msg00131.html Status: Open [Barry] Description: Daniel has created a patch for pcmcia under GNUmach 2.x. Action: Test and debug. ------------------------------------------------------------------------- Title: [BUG] argp crashes because of CTYPE_B threadvar being 0 Date: November 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-11/msg00221.html Status: Possibly fixed in later glibc package [Barry] Description: the glibc 2.3 has another problem, which is exhibited by fsysopts on a server. The problem shows up because argp uses isprint, and the new implementation of that uses ctype_b, which is a thread local variable. However, this variable is only set for the main thread, all other thread have this variable set to 0. Thus isprint crashes. Action: Verify that this bug does not still exist. ------------------------------------------------------------------------- Title: [PATCH] proxy memory objects patch Date: November 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-11/msg00247.html Status: Possibly closed [Barry] Description: Patch for proxy memory objects for GNUmach 1.x Action: Verify that patch has been committed. ------------------------------------------------------------------------- Title: [BUG] Filesystem corruption bug in libdiskfs Date: December 2002 Submitter: Richard Smith URL: http://mail.gnu.org/archive/html/bug-hurd/2002-12/msg00072.html Status: Unknown [Barry] Description: In diskfs_rename_dir, filesystem corruption can result if a directory is moved that by a user who cannot write to the parent directory. Action: Verify patch and test. 7/31/2003: - [Barry] Should be committed but I don't see it in the ChangeLog for libdiskfs. - Barry ------------------------------------------------------------------------- Title: [PATCH] don't test the OSENV_NONBLOCKING flag Date: December 2002 Submitter: Marcus Brinkmann URL: http://mail.gnu.org/archive/html/bug-hurd/2002-12/msg00092.html Status: Unknown [Barry] Description: Partial patch to osenv_mem.c applied and needs to be fully applied. Action: Verify this is still an issue. Commit full patch. 7/31/2003: - [Barry] I don't see this one either but it looks as though osenv_mem.c may have been redone?? ------------------------------------------------------------------------- Title: [BUG] empty symlinks, e2fsck Date: December 2002 Submitter: Moritz Schulte URL: http://mail.gnu.org/archive/html/bug-hurd/2002-12/msg00181.html Status: Unknown [Barry] Description: Empty symlinks not handled properly by e2fsck. (Show as inconsistencies). Action: Either ignore empty symlinks in e2fsck or handle them properly. Maybe see how GNU/Linux handles them? ------------------------------------------------------------------------- Title: [PATCH] soft interrupts Date: January 2003 Submitter: Daniel Wagner URL: http://mail.gnu.org/archive/html/bug-hurd/2003-01/msg00088.html Status: Unknown [Barry] Description: At the moment the softint handler is called from softclock handler. This leads to a panic. Action: Apply patch and test. 7/31/2003: - [Barry] Patch code not in: osenv_softirq.c but this is 1.3 right?? ------------------------------------------------------------------------- Title: [PATCH] gnumach2 & the serial port Date: March 2003 Submitter: Daniel Wagner URL: http://mail.gnu.org/archive/html/bug-hurd/2003-03/msg00015.html Status: Unknown [Barry] Description: Freebsd serial i/o driver for GNUmach 2.x Action: Apply patch and test. ------------------------------------------------------------------------- Title: [BUG] libc0.3: missing shm* functions (from <sys/shm.h>) Date: March 2003 Submitter: Robert Millan URL: http://mail.gnu.org/archive/html/bug-hurd/2003-03/msg00041.html Status: Unknown [Barry] Description: Functions from sys/shm.h are not implemented in libc0.3. Action: Verify that this bug is still valid. Implement functions. ------------------------------------------------------------------------- Title: [BUG] libc0.3-dev: weirdness with sockaddr_un Date: April 2003 Submitter: Robert Millan URL: http://mail.gnu.org/archive/html/bug-hurd/2003-04/msg00001.html Status: Unknown [Barry] Description: Don't know if this ever got defined as a "bug" or not, looked more like just discussion??? I wasn't clear. - Barry ------------------------------------------------------------------------- Title: [BUG] libc0.3-dev: fcntl F_GETLK not implemented (ENOSYS) Date: April 2003 Submitter: Robert Millan URL: http://mail.gnu.org/archive/html/bug-hurd/2003-04/msg00105.html Status: Unknown [Barry] Description: Worth a bug-report? - Barry ------------------------------------------------------------------------- Title: [PATCH] fatfs virtual inodes Date: April 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-04/msg00152.html Status: Open [Barry] Description: Patch for virtual inodes for fatfs. Action: Test patch and apply. 7/31/2003: - [Barry] Doesn't appear committed yet. ------------------------------------------------------------------------- Title: [BUG] Bug while calling dlcose Date: May 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-05/msg00095.html Status: Unknown [Barry] Description: Not sure this was ever classified as a "bug" or not? - Barry ------------------------------------------------------------------------- Title: [PATCH] Patch to CVS OSKIT to Compile CVS oskit-mach Date: June 2003 Submitter: Michael Oberg URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00054.html Status: Unknown [Barry] Description: This patch adds oskit/libc/string/stpcpy.c to the OSKIT source. Action: Test and apply. Not much info on this one??? - Barry ------------------------------------------------------------------------- Title: [BUG] Kernel Page Fault in CVS oskit-mach Date: June 2003 Submitter: Michael Oberg URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00057.html Status: Open [Barry] Description: After compiling GNUmach 2.x, receive kernel page faults. With or without inclusion of ethernet driver. Action: Determine root cause. Micheal has done some preliminary debugging. Fix it! 7/31/2003: - [Barry] I have this same problem building oskit-mach with ethernet_vortex... ------------------------------------------------------------------------- Title: [PATCH] Translator support for GNU tar Date: June 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00069.html Status: Open [Barry] Description: Patch for GNU tar to support passive translators. Action: Test patch and commit. ------------------------------------------------------------------------- Title: [PATCH] dhcp client (pfinet patch) Date: June 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00079.html Status: Open [Barry] Description: Patch to add dhcp support to pfinet translator. Action: Test patch. Need to fix other known problems, contact Marco. 7/31/2003: - [Barry] I tried to test this previously but it still had some bugs that Marco knew about. Not sure of the current status? ------------------------------------------------------------------------- Title: [BUG] Hurd program output for --help, --usage, and --version Date: June 2003 Submitter: Barry deFreese URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00096.html Status: Open [Barry] Description: Several Hurd programs do not handle default argp arguments. Action: Add argp support to programs listed. See archive for list of programs. ------------------------------------------------------------------------- Title: [PATCH] Patch to add argp options to fwd translator Date: June 2003 Submitter: Barry deFreese URL: http://mail.gnu.org/archive/html/bug-hurd/2003-06/msg00119.html Status: Open [Barry] Description: Added standard argp handling to the fwd translator. Action: Test patch. Needs ChangeLog entry. 7/31/2003: - [Barry] Someone may have to pick this up for me. I am still having problems with legal and don't have my release or assignment papers yet. ------------------------------------------------------------------------- Title: [BUG] stpcpy? Date: July 2003 Submitter: Derek Davies URL: http://mail.gnu.org/archive/html/bug-hurd/2003-07/msg00001.html Status: Open [Barry] Description: Unresolved refs to stpcpy when building oskit/mach from CVS. Action: Patch was sent by Michael Oberg. Test patch and apply. 7/31/2003: - [Barry] Should patch mentioned be committed? No ChangeLog entry found. ------------------------------------------------------------------------- Title: [PATCH] Fatfs patch for writing support Date: July 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-07/msg00014.html Status: Open [Barry] Description: Patch for FAT32 reading support in fatfs. Action: Test patch and apply. 7/31/2003: - [Barry] Patch doesn't appear to have been committed. ------------------------------------------------------------------------- Title: [PATCH] hello.c follow-up Date: July 2003 Submitter: Julien PUYDT URL: http://mail.gnu.org/archive/html/bug-hurd/2003-07/msg00109.html Status: Open [Barry] Description: Updates/fixes to hello.c Action: Test patch and apply. 7/31/2003: - [Barry] Not committed yet as near as I can tell. ------------------------------------------------------------------------- Title: [PATCH] Patch for ncursesw (bug-fixes, other resolutions) Date: July 2003 Submitter: Marco Gerards URL: http://mail.gnu.org/archive/html/bug-hurd/2003-07/msg00112.html Status: Open [Barry] Description: This patch adds support for non-80x25 resolutions to the ncursesw driver. It also adds a generic interface to tell the display driver which resolution to use. If that resolution is not available it uses the next best resolution. Action: Test patch and apply. 7/31/2003: - [Barry] Not committed. I believe there was some discussion between Marco and Marcus?
_______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd