1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-27 07:59:56 +01:00
slackware-current/source
Patrick J Volkerding addce63adb Mon Jan 18 13:50:16 UTC 2021
Hey folks, a little status update here. First, huge thanks are due to
nobodino for helping to shake out packages that weren't building from source.
With all those fixes in place (plus a few more), we have tested and found that
everything in the tree compiles cleanly against glibc-2.32. So, the plan is to
have another mass rebuild soon against that. Although the ABI didn't
technically change, I've heard that libpthread may not be 100% compatible in
some corner cases, so we'll err on the side of caution. Hopefully we can get a
little testing done on the recompiled system and then go through it all again
at the beginning of next month when glibc-2.33 is released. Other than that,
how's Mesa working these days? If there are still issues that are resolved by
dropping back to the previous branch, let's try to figure those out. I'd rather
not revert Mesa unless there's no other choice. I'm hoping that the (probably
unrelated) issues with Intel video hardware will be helped by today's
xorg-server patch that uses the modesetting driver with newer chipsets. Please
report any improvement on the LQ thread.
Beta approaches. :-)
a/sysklogd-2.2.0-x86_64-1.txz:  Upgraded.
d/distcc-3.3.5-x86_64-2.txz:  Rebuilt.
  Properly install distccmon-gnome.desktop. Thanks to marco70.
d/python-setuptools-51.3.3-x86_64-1.txz:  Upgraded.
l/imagemagick-7.0.10_58-x86_64-1.txz:  Upgraded.
l/libodfgen-0.1.8-x86_64-1.txz:  Upgraded.
l/libsigsegv-2.13-x86_64-1.txz:  Upgraded.
n/inetd-1.79s-x86_64-12.txz:  Rebuilt.
  Rebuilt to link with libtirpc. Thanks to nobodino.
n/nftables-0.9.8-x86_64-1.txz:  Upgraded.
n/postfix-3.5.9-x86_64-1.txz:  Upgraded.
n/tcp_wrappers-7.6-x86_64-4.txz:  Rebuilt.
  Use strerror(), not sys_errlist(). Thanks to nobodino.
x/xorg-server-1.20.10-x86_64-3.txz:  Rebuilt.
  Only use the Intel DDX with pre-gen4 hardware. Newer hardware will use the
  modesetting driver.
x/xorg-server-xephyr-1.20.10-x86_64-3.txz:  Rebuilt.
x/xorg-server-xnest-1.20.10-x86_64-3.txz:  Rebuilt.
x/xorg-server-xvfb-1.20.10-x86_64-3.txz:  Rebuilt.
x/xorg-server-xwayland-1.20.10-x86_64-3.txz:  Rebuilt.
xfce/xfce4-appfinder-4.16.1-x86_64-1.txz:  Upgraded.
2021-01-19 08:59:50 +01:00
..
a Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
ap Sun Jan 17 23:48:59 UTC 2021 2021-01-18 08:59:51 +01:00
d Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
e Tue Jan 12 22:20:40 UTC 2021 2021-01-13 08:59:49 +01:00
f Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
installer Sun Jan 17 23:48:59 UTC 2021 2021-01-18 08:59:51 +01:00
k Sun Jan 17 23:48:59 UTC 2021 2021-01-18 08:59:51 +01:00
kde Sun Jan 17 23:48:59 UTC 2021 2021-01-18 08:59:51 +01:00
l Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
n Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
t Sat Oct 31 01:29:37 UTC 2020 2020-10-31 08:59:53 +01:00
tcl Thu Jan 14 20:36:17 UTC 2021 2021-01-15 08:59:50 +01:00
x Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
xap Sun Jan 17 23:48:59 UTC 2021 2021-01-18 08:59:51 +01:00
xfce Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
y Wed Dec 30 21:56:42 UTC 2020 2020-12-31 08:59:47 +01:00
buildlist-from-changelog.sh Sat Jan 9 20:53:30 UTC 2021 2021-01-10 08:59:50 +01:00
make_world.sh Fri Jan 8 19:43:46 UTC 2021 2021-01-09 08:59:49 +01:00
README.TXT Slackware 14.0 2018-05-31 22:51:55 +02:00

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed:

fuzzy:~# grep bin/cp /var/log/packages/*
/var/log/packages/cpio-2.4.2.91-i386-1:bin/cpio
/var/log/packages/fileutils-4.1-i386-2:bin/cp
/var/log/packages/gcc-2.95.3-i386-2:usr/bin/cpp
/var/log/packages/gnome-applets-1.4.0.5-i386-1:usr/bin/cpumemusage_applet


From this, you can see that 'cp' came from the fileutils-4.1-i386-2 package.
The source will be found in a corresponding subdirectory.  In this case, that
would be ./a/bin.   Don't be fooled into thinking that the _bin.tar.gz in this
directory is the package with the source code -- anything starting with '_' is
just a framework package full of empty files with the correct permissions and 
ownerships for the completed package to use.

Many of these packages now have scripts that untar, patch, and compile the
source automatically.  These are the 'SlackBuild' scripts.  Moving back to the
example above, you can figure out which package the bin/cp source came from by
examining the SlackBuild script.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com