Differences between revisions 161 and 171 (spanning 10 versions)
Revision 161 as of 2009-03-20 21:38:47
Size: 5056
Editor: FranklinPiat
Comment: update Debian "official material" banner
Revision 171 as of 2018-02-15 23:36:57
Size: 5310
Editor: PaulWise
Comment: correct gcc usertag
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
  * [[Aranym/Quick]] – Just let me do it!
  * [[M68k/Cowbuilder]] – Quickly build packages in a clean chroot, even in parallel.
 * [[http://edos.debian.net/edos-debcheck/m68k.php|m68k sid uninstallable]]
Line 38: Line 41:
 * [[http://buildd.debian.org/~jeroen/status/architecture.php?a=m68k|status]] towards those goals.  * [[http://buildd.debian.org/status/architecture.php?a=m68k|status]] towards those goals.
Line 41: Line 44:
 * udeb [[http://merkel.debian.org/~joeyh/d-i/testing-summary.html|testing summary]]  * udeb [[https://d-i.debian.org/testing-summary.html|testing summary]]
Line 48: Line 51:
 * If you find a bug not listed [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=m68k;users=m68k-build@nocrew.org;pri0=tag:help,moreinfo,needs-help,needs-port,pending,upstream,patch,gcc-40,toolchain|here]], please usertag it or drop us a message.  * If you find a bug not listed [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=m68k;users=debian-68k@lists.debian.org;pri0=tag:help,moreinfo,needs-help,needs-port,pending,upstream,patch,gcc-4.0,toolchain|here]], please usertag it or drop us a message.
Line 50: Line 53:
 * user m68k-build@nocrew.org
 * usertag m68k - all m68k-specific issues [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=m68k;users=m68k-build@nocrew.org|bts]]
 * usertag toolchain - toolchain-related bug, revisit on rev [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=toolchain;users=m68k-build@nocrew.org|bts]]
 * usertag gcc-40 - gcc-4.0-specific problems [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=gcc-40;users=m68k-build@nocrew.org|bts]]
 * usertag needs-port - needs porting work [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=needs-port;users=m68k-build@nocrew.org|bts]]
 * user debian-68k@lists.debian.org
 * usertag m68k - all m68k-specific issues [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=m68k;users=debian-68k@lists.debian.org|bts]]
 * usertag toolchain - toolchain-related bug, revisit on rev [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=toolchain;users=debian-68k@lists.debian.org|bts]]
 * usertag gcc-4.0 - gcc-4.0-specific problems [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=gcc-4.0;users=debian-68k@lists.debian.org|bts]]
 * usertag needs-port - needs porting work [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=needs-port;users=debian-68k@lists.debian.org|bts]]
Line 58: Line 61:
{{{To: control@bugs.debian.org  {{{
To: control@bugs.debian.org
Line 61: Line 65:
user m68k-build@nocrew.org user debian-68k@lists.debian.org
Line 64: Line 68:
}}}  }}}
Line 118: Line 122:
CategoryPorts

This page tracks current issues with the m68k port. User support and buildd admins are at debian-68k@lists.debian.org.

http://www.debian.org/ports/m68k/ - Debian M68k official port page.

Other Places

Here

Etch-m68k Status

  • m68k didn't release with debian stable, but rather has it's own semi-supported, semi-released distribution called etch-m68k.
  • A wanna-build for security or proposed-updates type support for etch-m68k has been created, but the autobuilders are currently focused on catching up with unstable distribution. Once m68k is caught up with unstable, cronos and diablos at nemesisnetworks.com are scheduled to begin building both.
  • The good news is that everything works, and we have an upgrade path for the future.

Testing Links

m68k usertags

  • If you find a bug not listed here, please usertag it or drop us a message.

  • See bugs.debian.org/usertags for more info about usertags.

  • user debian-68k@lists.debian.org

  • usertag m68k - all m68k-specific issues bts

  • usertag toolchain - toolchain-related bug, revisit on rev bts

  • usertag gcc-4.0 - gcc-4.0-specific problems bts

  • usertag needs-port - needs porting work bts

  • usertag needs-help - maintainer has requested help
  • usertag pending - patch/solution accepted
  • An email might look like the following:
    To: control@bugs.debian.org
    Subject: m68k usertags
    
    user debian-68k@lists.debian.org
    usertag bugnum + m68k
    thanks

m68k rc usertags

Bugs

time-stamp skew

  • A missing automake build-dep may instead be time-stamp skew.
  • Search for skew in /usr/share/doc/autotools-dev/README.Debian.gz

binNMU notes

  • example to register dpkg_1.13.11 for a dpkg_1.13.11+b1 binNMU:

wanna-build -b m68k/build-db -d unstable -m "Rebuild with g++-4.0 for C++ +transition." --binNMU=1 dpkg_1.13.11

  • --binNMU=2 for second binNMU.
  • example to deregister any pending binNMU and return to Installed state:

wanna-build -b m68k/build-db -d unstable --binNMU=0 dpkg_1.13.11

Build Priority Notes

  • example usage to set one-time higher build-priority

wanna-build -b i386/build-db -d unstable --build-priority=1 xorg-x11_6.8.2.dfsg.1-7

  • example usage to set one-time lower build-priority

wanna-build -b i386/build-db -d unstable --build-priority=-1 xorg-x11_6.8.2.dfsg.1-7

  • For permanent build priorities, use --perm-build-priority instead of --build-priority

Not-For-Us Notes

  • to remove something from the not-for-us list, use --forget.
  • to move it from n-f-u to nb, use --forget, -o --take, --give-back.
  • apparently you can also just do wb -n again (it toggles)


CategoryPermalink CategoryPorts