mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.6 KiB

  1. ROCK Linux Todos and Ideas:
  2. - Add Targets: ROCK Router Linux, Benchmark/HW-Tester
  3. - Something like a watchdog-timer for stalled package builds
  4. - lcd (lcdproc) support in build- and init-scripts (status messages)
  5. - install-disks: support multiple keyboards
  6. - Write ROCK Linux Hacking HowTo (writing packages and targets)
  7. - Fix -fstack-protector for glibc (currently it's simply disabled)
  8. - Append architecture to GEM packages
  9. - Add an FHS-checker to 00-dirtree (using 'postinstall' hook)
  10. - lcap has a broken URL and seems to have disappeared from the net.
  11. - refactor the architecture boot code from the bootdisk to the
  12. architecture subdir - so the mulitple targets can utilize the
  13. code
  14. - dietlibc target problems and ideas
  15. - net-tools related problems
  16. - fix fddi support
  17. - fix ipv6 support
  18. - add strptime support to dietlibc so that tune2fs and some
  19. other programms compile fully and correctly
  20. - ask for locale support in dietlibc so that for example cal
  21. compiles (there surely are others) ;-) (cal currently compiles
  22. due to a bad hack from Olaf)
  23. - find out why "Plan A" of patch does not work on dietlibc (-x 16
  24. switch for patch in scripts/Create-Pkg)
  25. - add perl to the target. textutils needs it :-/
  26. - reenable man generation in textutils
  27. - the gcc version compiled with dietlibc has problems with the
  28. -pipe option. When you use this option then you get linker errors.
  29. It is a very strange problem because it is not always there.
  30. Sometimes the compile succeeds. The errors you get are also mostly
  31. random. I hope I will find the source of the problem. (Esden)