You are not logged in.
On new Arch 32bit XFCE4 install.
Tried building and installing GDM-OLD from the AUR https://aur.archlinux.org/packages.php?ID=31165 with no luck during the build stage.
Tried both using packer and manual makepkg -s way.
Can this be changed to be able to build in a current Arch install?
Check out my website for info on the Arch Linux Installer
Offline
Rebuild is the wrong term. You build it on your own computer.
Apparently there is a problem in the compilation process. Since I don't have anywhere near the needed dependencies, I can't really test it out here - but if you post the errors you get (preferably from using makepkg not any helpers) it should be much easier to identify the problem.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
OK the build problem with gdm-old is a missing depndancy tcp_wrappers.
Could gdm-old be built w/o it?
Could tcp_wrappers PKGBUILD be edited to build on my system?
makepkg -s
==> Making package: gdm-old 2.20.11-2 (Mon Jul 23 21:11:52 PDT 2012)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: tcp_wrappers>=7.6
==> ERROR: 'pacman' failed to install missing dependencies.
[bobbie@bridgelinux gdm-old]$ tcp-wrappers
bash: tcp-wrappers: command not found makepkg -s
==> Making package: tcp_wrappers 7.6-15 (Mon Jul 23 21:13:39 PDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found tcp_wrappers_7.6.tar.gz
-> Found tcp-wrappers-7.6%2B.patch.gz
-> Found hosts.allow
-> Found hosts.deny
==> Validating source files with md5sums...
tcp_wrappers_7.6.tar.gz ... Passed
tcp-wrappers-7.6%2B.patch.gz ... Passed
hosts.allow ... Passed
hosts.deny ... Passed
==> Extracting Sources...
-> Extracting tcp_wrappers_7.6.tar.gz with bsdtar
-> Extracting tcp-wrappers-7.6%2B.patch.gz with gzip
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file CHANGES
patching file clean_exit.c
patching file eval.c
patching file fix_options.c
patching file hosts_access.3
patching file hosts_access.5
patching file hosts_access.c
patching file hosts_options.5
patching file inetcf.c
patching file Makefile
patching file misc.c
patching file options.c
patching file percent_m.c
patching file percent_x.c
patching file refuse.c
patching file rfc931.c
The next patch would create the file safe_finger.8,
which already exists! Assume -R? [n] y
patching file safe_finger.8
patching file safe_finger.c
patching file scaffold.c
patching file scaffold.h
patching file shell_cmd.c
patching file socket.c
patching file tcpd.8
patching file tcpd.c
patching file tcpdchk.c
patching file tcpd.h
patching file tcpdmatch.c
patching file tli.c
The next patch would create the file try-from.8,
which already exists! Assume -R? [n] n
Apply anyway? [n] y
patching file try-from.8
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file try-from.8.rej
patching file update.c
The next patch would create the file weak_symbols.c,
which already exists! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored
patching file workarounds.c
==> ERROR: A failure occurred in build().
Aborting...makepkg -s
==> Making package: tcp_wrappers 7.6-15 (Mon Jul 23 21:15:15 PDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found tcp_wrappers_7.6.tar.gz
-> Found tcp-wrappers-7.6%2B.patch.gz
-> Found hosts.allow
-> Found hosts.deny
==> Validating source files with md5sums...
tcp_wrappers_7.6.tar.gz ... Passed
tcp-wrappers-7.6%2B.patch.gz ... Passed
hosts.allow ... Passed
hosts.deny ... Passed
==> Extracting Sources...
-> Extracting tcp_wrappers_7.6.tar.gz with bsdtar
-> Extracting tcp-wrappers-7.6%2B.patch.gz with gzip
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file CHANGES
patching file clean_exit.c
patching file eval.c
patching file fix_options.c
patching file hosts_access.3
patching file hosts_access.5
patching file hosts_access.c
patching file hosts_options.5
patching file inetcf.c
patching file Makefile
patching file misc.c
patching file options.c
patching file percent_m.c
patching file percent_x.c
patching file refuse.c
patching file rfc931.c
patching file safe_finger.8
patching file safe_finger.c
patching file scaffold.c
patching file scaffold.h
patching file shell_cmd.c
patching file socket.c
patching file tcpd.8
patching file tcpd.c
patching file tcpdchk.c
patching file tcpd.h
patching file tcpdmatch.c
patching file tli.c
The next patch would create the file try-from.8,
which already exists! Assume -R? [n] y
patching file try-from.8
patching file update.c
The next patch would create the file weak_symbols.c,
which already exists! Assume -R? [n] y
patching file weak_symbols.c
patching file workarounds.c
make[1]: Entering directory `/home/bobbie/z-AUR-Builds/gdm-old/tcp_wrappers/tcp_wrappers/src/tcp_wrappers_7.6'
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -o tcpd.o -c tcpd.c
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c hosts_access.c -o shared/hosts_access.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c options.c -o shared/options.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c shell_cmd.c -o shared/shell_cmd.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c rfc931.c -o shared/rfc931.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c eval.c -o shared/eval.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c refuse.c -o shared/refuse.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c percent_x.c -o shared/percent_x.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c clean_exit.c -o shared/clean_exit.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c fix_options.c -o shared/fix_options.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c socket.c -o shared/socket.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c tli.c -o shared/tli.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c workarounds.c -o shared/workarounds.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c update.c -o shared/update.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c misc.c -o shared/misc.o
gcc -O2 -DFACILITY=LOG_DAEMON -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 -DREAL_DAEMON_DIR=\"/usr/sbin\" -DPROCESS_OPTIONS -DKILL_IP_OPTIONS -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DINET6 -DSYS_ERRLIST_DEFINED -DHAVE_WEAKSYMS -D_REENTRANT -fPIC -shared -D_REENTRANT -c percent_m.c -o shared/percent_m.o
rm -f shared/libwrap.so.0.7.6
gcc -o shared/libwrap.so.0.7.6 -shared -Xlinker -soname -Xlinker libwrap.so.0 -lc -lnsl shared/hosts_access.o shared/options.o shared/shell_cmd.o shared/rfc931.o shared/eval.o shared/hosts_ctl.o shared/refuse.o shared/percent_x.o shared/clean_exit.o shared/weak_symbols.o shared/fromhost.o shared/fix_options.o shared/socket.o shared/tli.o shared/workarounds.o shared/update.o shared/misc.o shared/diag.o shared/percent_m.o shared/myvsyslog.o;
ln -s libwrap.so.0.7.6 shared/libwrap.so.0
ln: failed to create symbolic link 'shared/libwrap.so.0': File exists
make[1]: *** [shared/libwrap.so.0.7.6] Error 1
make[1]: Leaving directory `/home/bobbie/z-AUR-Builds/gdm-old/tcp_wrappers/tcp_wrappers/src/tcp_wrappers_7.6'
make: *** [linux] Error 2
==> ERROR: A failure occurred in build().
Aborting...makepkg -s
==> Making package: tcp_wrappers 7.6-15 (Mon Jul 23 21:20:18 PDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found tcp_wrappers_7.6.tar.gz
-> Found tcp-wrappers-7.6%2B.patch.gz
-> Found hosts.allow
-> Found hosts.deny
==> Validating source files with md5sums...
tcp_wrappers_7.6.tar.gz ... Passed
tcp-wrappers-7.6%2B.patch.gz ... Passed
hosts.allow ... Passed
hosts.deny ... Passed
==> Extracting Sources...
-> Extracting tcp_wrappers_7.6.tar.gz with bsdtar
-> Extracting tcp-wrappers-7.6%2B.patch.gz with gzip
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file CHANGES
patching file clean_exit.c
patching file eval.c
patching file fix_options.c
patching file hosts_access.3
patching file hosts_access.5
patching file hosts_access.c
patching file hosts_options.5
patching file inetcf.c
patching file Makefile
patching file misc.c
patching file options.c
patching file percent_m.c
patching file percent_x.c
patching file refuse.c
patching file rfc931.c
The next patch would create the file safe_finger.8,
which already exists! Assume -R? [n] y
patching file safe_finger.8
patching file safe_finger.c
patching file scaffold.c
patching file scaffold.h
patching file shell_cmd.c
patching file socket.c
patching file tcpd.8
patching file tcpd.c
patching file tcpdchk.c
patching file tcpd.h
patching file tcpdmatch.c
patching file tli.c
The next patch would create the file try-from.8,
which already exists! Assume -R? [n] n
Apply anyway? [n] y
patching file try-from.8
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file try-from.8.rej
patching file update.c
The next patch would create the file weak_symbols.c,
which already exists! Assume -R? [n] y
patching file weak_symbols.c
patching file workarounds.c
==> ERROR: A failure occurred in build().
Aborting...Check out my website for info on the Arch Linux Installer
Offline
I'm not sure if it can be built without it ... but why should it? Install tcp_wrappers.
edit: tcp_wrappers built for me without a hitch.
Last edited by Trilby (2012-07-24 20:40:52)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline