Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network/dma: Updated for version 0.14. #9700

Closed
wants to merge 1 commit into from

Conversation

sbo-bot[bot]
Copy link

@sbo-bot sbo-bot bot commented Feb 12, 2025

No description provided.

@sbo-bot sbo-bot bot added the submission-form Changes submitted via the website submission form label Feb 12, 2025
Copy link
Author

sbo-bot bot commented Feb 12, 2025

@sbo-bot: build network/dma

Copy link

reverse dependencies - network/dma

None

Copy link

✅ sbolint - network/dma ✅

dma: NOTE: dma.SlackBuild:70: SLKCFLAGS gets set, but never used.
sbolint: dma checks out OK

Copy link
Author

sbo-bot bot commented Feb 12, 2025

buildpkg i586 network/dma

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Wed Feb 12 04:49:30 GMT 2025
revision: bf356c4e6764ad0cc099179d018043c347d35e0e
title:    Merge 2fcfe2cc87fa46e97dd0c20cd0957fc73a1f9235 into c6b81049a24bf65308d2e164e71a65e8d18b1257

================================================================================
network/dma                                                             05:55:00
================================================================================

Calculating dependencies ... none.

Building network/dma (update for version 0.14) ------------------------ 05:55:00
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running dma.SlackBuild ...                                          ETA 05:55:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
Built ok:  dma-0.14-i586-1_SBo.txz                                      05:55:02
Testing package dma-0.14-i586-1_SBo.txz ... done.
Test installing dma-0.14-i586-1_SBo.txz ...
dma-0.14-i586-1_SBo: DragonFlyBSD Mail Agent ........................... [ 120K]
Unmounting chroot ... done.
Backed up: dma-0.13-i586-1_SBo.txz
✅ network/dma Updated for version 0.14 ✅

================================================================================
SUMMARY                                                                 05:55:03
================================================================================

Logfile:     /var/log/repo/SBo/repo_2025-02-12_05:54:59.log
Runtime:     0h 0m 4s
Updated:     1
  network/dma/dma-0.14-i586-1_SBo.txz

Snipped Build Log

Building network/dma (update for version 0.14) 2025-02-12 05:55:00
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running dma.SlackBuild ...                                          ETA 05:55:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
dma-0.14/
dma-0.14/.gitignore
dma-0.14/INSTALL
dma-0.14/LICENSE
dma-0.14/Makefile
dma-0.14/Makefile.etc
dma-0.14/README.markdown
dma-0.14/TODO
dma-0.14/VERSION
dma-0.14/aliases_parse.y
dma-0.14/aliases_scan.l
dma-0.14/auth.conf
dma-0.14/base64.c
dma-0.14/bsd/
dma-0.14/bsd/Makefile
dma-0.14/bsd/dma-mbox-create/
dma-0.14/bsd/dma-mbox-create/Makefile
dma-0.14/bsd/dma/
dma-0.14/bsd/dma/Makefile
dma-0.14/conf.c
dma-0.14/crypto.c
dma-0.14/dfcompat.c
dma-0.14/dfcompat.h
dma-0.14/dma-mbox-create.c
dma-0.14/dma.8
dma-0.14/dma.c
dma-0.14/dma.conf
dma-0.14/dma.h
dma-0.14/dns.c
dma-0.14/get-version.sh
dma-0.14/local.c
dma-0.14/mail.c
dma-0.14/net.c
dma-0.14/spool.c
dma-0.14/test/
dma-0.14/test/quote.rfc2822
dma-0.14/util.c
yacc -d -o aliases_parse.c aliases_parse.y
lex -t aliases_scan.l > aliases_scan.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o base64.o -c base64.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o conf.o -c conf.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o crypto.o -c crypto.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dma.o -c dma.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dns.o -c dns.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o local.o -c local.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o mail.o -c mail.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o net.o -c net.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o spool.o -c spool.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o util.o -c util.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dfcompat.o -c dfcompat.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'    dma-mbox-create.c   -o dma-mbox-create
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_parse.o -c aliases_parse.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_scan.o -c aliases_scan.c
cc  -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o -lssl -lcrypto -lresolv
install -p -d /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/sbin
cd /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/sbin && ln -s  dma sendmail
cd /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/sbin && ln -s  dma mailq
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/var/spool/dma
install -p -d /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/etc/dma
install -p -d /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr//man/man8 /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/lib
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/var/mail
install -p -m 2755 -o root -g mail dma /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/sbin
install -p -m 644 -o root -g mail dma.conf /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/etc/dma
install -p -m 4754 -o root -g mail dma-mbox-create /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr/lib
install -p -m 0644 dma.8 /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/usr//man/man8/
install -p -m 640 -o root -g mail auth.conf /tmp/SBo/repo.Kq8kWM/build_dma/package-dma/etc/dma

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/sbin/mailq	dma
usr/sbin/sendmail	dma

Making symbolic link creation script:
( cd usr/sbin ; rm -rf mailq )
( cd usr/sbin ; ln -sf dma mailq )
( cd usr/sbin ; rm -rf sendmail )
( cd usr/sbin ; ln -sf dma sendmail )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/sbin/mailq'
removed './usr/sbin/sendmail'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.Kq8kWM/output_dma/dma-0.14-i586-1_SBo.txz

./
etc/
etc/dma/
etc/dma/auth.conf
etc/dma/dma.conf
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/dma-0.14/
usr/doc/dma-0.14/INSTALL
usr/doc/dma-0.14/LICENSE
usr/doc/dma-0.14/README.markdown
usr/doc/dma-0.14/TODO
usr/doc/dma-0.14/VERSION
usr/doc/dma-0.14/dma.SlackBuild
usr/lib/
usr/lib/dma-mbox-create
usr/man/
usr/man/man8/
usr/man/man8/dma.8.gz
usr/sbin/
usr/sbin/dma
var/
var/mail/
var/spool/
var/spool/dma/

Slackware package /tmp/SBo/repo.Kq8kWM/output_dma/dma-0.14-i586-1_SBo.txz created.

Built ok:  dma-0.14-i586-1_SBo.txz                                      05:55:02
Testing package dma-0.14-i586-1_SBo.txz ... 
Test installing dma-0.14-i586-1_SBo.txz ...
dma-0.14-i586-1_SBo: DragonFlyBSD Mail Agent ........................... [ 120K]
Unmounting chroot ... 
Backed up: dma-0.13-i586-1_SBo.txz
:-) network/dma Updated for version 0.14 (-:

Copy link
Author

sbo-bot bot commented Feb 12, 2025

sbopkglint i586 network/dma

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/network/dma/dma-0.14-i586-1_SBo.txz to /tmp/SBo/sbopkglint.w41E1y ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/network/dma/dma-0.14-i586-1_SBo.txz to /tmp/SBo/sbopkglint.w41E1y ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...
___ note: install instructions found, is this relevant for binary package users?: usr/doc/dma-0.14/INSTALL
OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === dma-0.14-i586-1_SBo.txz: All tests passed ✅

Copy link
Author

sbo-bot bot commented Feb 12, 2025

buildpkg x86_64 network/dma

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Wed Feb 12 04:49:30 GMT 2025
revision: bf356c4e6764ad0cc099179d018043c347d35e0e
title:    Merge 2fcfe2cc87fa46e97dd0c20cd0957fc73a1f9235 into c6b81049a24bf65308d2e164e71a65e8d18b1257

================================================================================
network/dma                                                             05:56:01
================================================================================

Calculating dependencies ... none.

Building network/dma (update for version 0.14) ------------------------ 05:56:01
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running dma.SlackBuild ...                                          ETA 05:56:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
network/dma: dma.SlackBuild failed (status 2)                           05:56:03
/bin/sh: line 1: cd: /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin: No such file or directory
make: *** [Makefile:61: mailq-link] Error 1
See /var/log/repo/SBo/network/dma/build.log
Unmounting chroot ... done.
⛔️ network/dma FAILED ⛔️

================================================================================
SUMMARY                                                                 05:56:03
================================================================================

Logfile:     /var/log/repo/SBo/repo_2025-02-12_05:56:00.log
Runtime:     0h 0m 3s
Failed:      1
  network/dma

Snipped Build Failure

Building network/dma (update for version 0.14) 2025-02-12 05:56:01
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running dma.SlackBuild ...                                          ETA 05:56:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
dma-0.14/
dma-0.14/.gitignore
dma-0.14/INSTALL
dma-0.14/LICENSE
dma-0.14/Makefile
dma-0.14/Makefile.etc
dma-0.14/README.markdown
dma-0.14/TODO
dma-0.14/VERSION
dma-0.14/aliases_parse.y
dma-0.14/aliases_scan.l
dma-0.14/auth.conf
dma-0.14/base64.c
dma-0.14/bsd/
dma-0.14/bsd/Makefile
dma-0.14/bsd/dma-mbox-create/
dma-0.14/bsd/dma-mbox-create/Makefile
dma-0.14/bsd/dma/
dma-0.14/bsd/dma/Makefile
dma-0.14/conf.c
dma-0.14/crypto.c
dma-0.14/dfcompat.c
dma-0.14/dfcompat.h
dma-0.14/dma-mbox-create.c
dma-0.14/dma.8
dma-0.14/dma.c
dma-0.14/dma.conf
dma-0.14/dma.h
dma-0.14/dns.c
dma-0.14/get-version.sh
dma-0.14/local.c
dma-0.14/mail.c
dma-0.14/net.c
dma-0.14/spool.c
dma-0.14/test/
dma-0.14/test/quote.rfc2822
dma-0.14/util.c
yacc -d -o aliases_parse.c aliases_parse.y
lex -t aliases_scan.l > aliases_scan.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o base64.o -c base64.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o conf.o -c conf.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o crypto.o -c crypto.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dma.o -c dma.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dns.o -c dns.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o local.o -c local.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o mail.o -c mail.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o net.o -c net.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o spool.o -c spool.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o util.o -c util.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dfcompat.o -c dfcompat.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'    dma-mbox-create.c   -o dma-mbox-create
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_parse.o -c aliases_parse.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_scan.o -c aliases_scan.c
cc  -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o -lssl -lcrypto -lresolv
install -p -d /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin
cd /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin && ln -s  dma sendmail
cd /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin && ln -s  dma mailq
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.DYhExG/build_dma/package-dma/var/spool/dma
install -p -d /tmp/SBo/repo.DYhExG/build_dma/package-dma/etc/dma
/bin/sh: line 1: cd: /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin: No such file or directory
make: *** [Makefile:61: mailq-link] Error 1
make: *** Waiting for unfinished jobs....
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.DYhExG/build_dma/package-dma/var/mail
install -p -d /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr//man/man8 /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/lib64
install -p -m 2755 -o root -g mail dma /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/sbin
install -p -m 644 -o root -g mail dma.conf /tmp/SBo/repo.DYhExG/build_dma/package-dma/etc/dma
install -p -m 4754 -o root -g mail dma-mbox-create /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr/lib64
install -p -m 0644 dma.8 /tmp/SBo/repo.DYhExG/build_dma/package-dma/usr//man/man8/
install -p -m 640 -o root -g mail auth.conf /tmp/SBo/repo.DYhExG/build_dma/package-dma/etc/dma
network/dma: dma.SlackBuild failed (status 2)                           05:56:03
Unmounting chroot ... 
:-( network/dma FAILED )-:

@willysr
Copy link
Member

willysr commented Feb 12, 2025

@sbo-bot: build x86_64 network/dma

Copy link
Author

sbo-bot bot commented Feb 12, 2025

buildpkg x86_64 network/dma

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Wed Feb 12 04:49:30 GMT 2025
revision: bf356c4e6764ad0cc099179d018043c347d35e0e
title:    Merge 2fcfe2cc87fa46e97dd0c20cd0957fc73a1f9235 into c6b81049a24bf65308d2e164e71a65e8d18b1257

================================================================================
network/dma                                                             06:07:03
================================================================================

Calculating dependencies ... none.

Building network/dma (update for version 0.14) ------------------------ 06:07:03
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running dma.SlackBuild ...                                          ETA 06:07:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
Built ok:  dma-0.14-x86_64-1_SBo.txz                                    06:07:05
Testing package dma-0.14-x86_64-1_SBo.txz ... done.
Test installing dma-0.14-x86_64-1_SBo.txz ...
dma-0.14-x86_64-1_SBo: DragonFlyBSD Mail Agent ......................... [ 130K]
Unmounting chroot ... done.
Backed up: dma-0.13-x86_64-1_SBo.txz
✅ network/dma Updated for version 0.14 ✅

================================================================================
SUMMARY                                                                 06:07:05
================================================================================

Logfile:     /var/log/repo/SBo/repo_2025-02-12_06:07:02.log
Runtime:     0h 0m 4s
Updated:     1
  network/dma/dma-0.14-x86_64-1_SBo.txz

Snipped Build Log

Building network/dma (update for version 0.14) 2025-02-12 06:07:03
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running dma.SlackBuild ...                                          ETA 06:07:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./dma.SlackBuild
dma-0.14/
dma-0.14/.gitignore
dma-0.14/INSTALL
dma-0.14/LICENSE
dma-0.14/Makefile
dma-0.14/Makefile.etc
dma-0.14/README.markdown
dma-0.14/TODO
dma-0.14/VERSION
dma-0.14/aliases_parse.y
dma-0.14/aliases_scan.l
dma-0.14/auth.conf
dma-0.14/base64.c
dma-0.14/bsd/
dma-0.14/bsd/Makefile
dma-0.14/bsd/dma-mbox-create/
dma-0.14/bsd/dma-mbox-create/Makefile
dma-0.14/bsd/dma/
dma-0.14/bsd/dma/Makefile
dma-0.14/conf.c
dma-0.14/crypto.c
dma-0.14/dfcompat.c
dma-0.14/dfcompat.h
dma-0.14/dma-mbox-create.c
dma-0.14/dma.8
dma-0.14/dma.c
dma-0.14/dma.conf
dma-0.14/dma.h
dma-0.14/dns.c
dma-0.14/get-version.sh
dma-0.14/local.c
dma-0.14/mail.c
dma-0.14/net.c
dma-0.14/spool.c
dma-0.14/test/
dma-0.14/test/quote.rfc2822
dma-0.14/util.c
yacc -d -o aliases_parse.c aliases_parse.y
lex -t aliases_scan.l > aliases_scan.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o base64.o -c base64.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o conf.o -c conf.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o crypto.o -c crypto.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dma.o -c dma.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dns.o -c dns.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o local.o -c local.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o mail.o -c mail.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o net.o -c net.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o spool.o -c spool.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o util.o -c util.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o dfcompat.o -c dfcompat.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'    dma-mbox-create.c   -o dma-mbox-create
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_parse.o -c aliases_parse.c
cc -O -pipe -Wall -Wno-format-truncation -DDMA_VERSION='"v0.14"' -DLIBEXEC_PATH='"/usr/local/lib64"' -DCONF_PATH='"/etc/dma"'  -include dfcompat.h -o aliases_scan.o -c aliases_scan.c
cc  -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o -lssl -lcrypto -lresolv
install -p -d /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/sbin
cd /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/sbin && ln -s  dma sendmail
cd /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/sbin && ln -s  dma mailq
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.nlycMU/build_dma/package-dma/var/spool/dma
install -p -d /tmp/SBo/repo.nlycMU/build_dma/package-dma/etc/dma
install -p -d /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr//man/man8 /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/lib64
install -p -m 2755 -o root -g mail dma /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/sbin
install -p -d -m 2775 -o root -g mail /tmp/SBo/repo.nlycMU/build_dma/package-dma/var/mail
install -p -m 644 -o root -g mail dma.conf /tmp/SBo/repo.nlycMU/build_dma/package-dma/etc/dma
install -p -m 4754 -o root -g mail dma-mbox-create /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr/lib64
install -p -m 0644 dma.8 /tmp/SBo/repo.nlycMU/build_dma/package-dma/usr//man/man8/
install -p -m 640 -o root -g mail auth.conf /tmp/SBo/repo.nlycMU/build_dma/package-dma/etc/dma

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/sbin/mailq	dma
usr/sbin/sendmail	dma

Making symbolic link creation script:
( cd usr/sbin ; rm -rf mailq )
( cd usr/sbin ; ln -sf dma mailq )
( cd usr/sbin ; rm -rf sendmail )
( cd usr/sbin ; ln -sf dma sendmail )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/sbin/sendmail'
removed './usr/sbin/mailq'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.nlycMU/output_dma/dma-0.14-x86_64-1_SBo.txz

./
etc/
etc/dma/
etc/dma/auth.conf
etc/dma/dma.conf
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/dma-0.14/
usr/doc/dma-0.14/INSTALL
usr/doc/dma-0.14/LICENSE
usr/doc/dma-0.14/README.markdown
usr/doc/dma-0.14/TODO
usr/doc/dma-0.14/VERSION
usr/doc/dma-0.14/dma.SlackBuild
usr/lib64/
usr/lib64/dma-mbox-create
usr/man/
usr/man/man8/
usr/man/man8/dma.8.gz
usr/sbin/
usr/sbin/dma
var/
var/mail/
var/spool/
var/spool/dma/

Slackware package /tmp/SBo/repo.nlycMU/output_dma/dma-0.14-x86_64-1_SBo.txz created.

Built ok:  dma-0.14-x86_64-1_SBo.txz                                    06:07:05
Testing package dma-0.14-x86_64-1_SBo.txz ... 
Test installing dma-0.14-x86_64-1_SBo.txz ...
dma-0.14-x86_64-1_SBo: DragonFlyBSD Mail Agent ......................... [ 130K]
Unmounting chroot ... 
Backed up: dma-0.13-x86_64-1_SBo.txz
:-) network/dma Updated for version 0.14 (-:

Copy link
Author

sbo-bot bot commented Feb 12, 2025

sbopkglint x86_64 network/dma

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/network/dma/dma-0.14-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.vTgTKW ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/network/dma/dma-0.14-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.vTgTKW ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...
___ note: install instructions found, is this relevant for binary package users?: usr/doc/dma-0.14/INSTALL
OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === dma-0.14-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Feb 12, 2025

merged

@willysr willysr closed this Feb 12, 2025
@willysr willysr deleted the dma-725d58ffa803caac7e24ae32dc8c9f84 branch February 12, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission-form Changes submitted via the website submission form
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant