Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#354 - cdtool fails to build

Attached to Project: Arch Linux
Opened by john lowell (johnlowell) - Monday, 29 December 2003, 00:33 GMT
Last edited by Damir Perisa (damir.perisa) - Wednesday, 25 February 2004, 03:00 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

--16:20:58-- http://ibiblio.org/pub/linux/apps/sound/cdrom/cli/cdtool-2.1.5.tar.gz
=> `cdtool-2.1.5.tar.gz'
Resolving ibiblio.org... 152.2.210.81
Connecting to ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 41,545 [application/x-tar]

0K .......... .......... .......... .......... 100% 181.36 KB/s

16:20:58 (181.36 KB/s) - `cdtool-2.1.5.tar.gz' saved [41545/41545]

make clean
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
rm -rf *.o *~ cdstart cdpause cdstop cdeject cdir cdinfo cdreset cdshuffle cdtool cdadd cdctrl cdown
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make noobjs
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
rm -rf *.o
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make cdown
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
gcc -o cdown cdown.c
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make cdadd
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
sed s,@BINDIR@,/usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin,g < cdadd.sh > cdadd
chmod a+x cdadd
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make cdctrl DEBUG_FLAGS="-O -s -DCDCTRL"
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o cdctrl.o cdctrl.c
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o commands.o commands.c
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o hardware.o hardware.c
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o database.o database.c
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o info.o info.c
gcc -O -s -DCDCTRL -march=i686 -O2 -pipe -c -o shuffle.o shuffle.c
gcc -O -s -DCDCTRL -o cdctrl cdctrl.o commands.o hardware.o database.o info.o shuffle.o
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make noobjs
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
rm -rf *.o
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make cdtool DEBUG_FLAGS="-O -s"
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
gcc -O -s -march=i686 -O2 -pipe -c -o main.o main.c
gcc -O -s -march=i686 -O2 -pipe -c -o commands.o commands.c
gcc -O -s -march=i686 -O2 -pipe -c -o hardware.o hardware.c
gcc -O -s -march=i686 -O2 -pipe -c -o database.o database.c
gcc -O -s -march=i686 -O2 -pipe -c -o info.o info.c
gcc -O -s -march=i686 -O2 -pipe -c -o shuffle.o shuffle.c
gcc -O -s -o cdtool main.o commands.o hardware.o database.o info.o shuffle.o
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make links
make[1]: Entering directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
make[1]: Leaving directory `/var/abs/extra/multimedia/cdtool/src/cdtool-2.1.5'
install -d /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -o root -m 0755
install cdctrl /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -s -o root
install cdloop /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -o root
install cdtool /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -s -o root
install cdadd /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -o root
install cdown /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin -o root
install -d /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1 -o root -m 0755
install cdown.1 /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1
install cdtool.1 /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1
install cdctrl.1 /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1
for i in cdstart cdpause cdstop cdeject cdir cdinfo cdreset cdshuffle; do
if test -h /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin/$i; then true; else
rm -f /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin/$i; ln -s ./cdtool /usr/abs/unofficial/multimedia/cdtool/pkg/usr/bin/$i;
fi;
if test -h /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1/$i.1; then true; else
rm -f /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1/$i.1;
ln /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1/cdtool.1 /usr/abs/unofficial/multimedia/cdtool/pkg/usr/man/man1/$i.1;
fi;
done
find: pkg//lib: No such file or directory
find: pkg/usr/lib: No such file or directory
find: pkg/usr/local/lib: No such file or directory
find: pkg/opt/*/lib: No such file or directory
find: pkg//bin: No such file or directory
find: pkg//sbin: No such file or directory
find: pkg/usr/sbin: No such file or directory
find: pkg/usr/local/bin: No such file or directory
find: pkg/usr/local/sbin: No such file or directory
find: pkg/opt/*/bin: No such file or directory
find: pkg/opt/*/sbin: No such file or directory
loading package data... done.
checking for file conflicts... done.
installing cdtool... done.
To rebuild cdtool you may need to edit the appropriate pathlines in the Makefile.arch or config.h.arch
--16:21:04-- http://www.polhode.com/pccts133mr.zip
=> `pccts133mr.zip'
Resolving www.polhode.com... 166.84.62.252, 166.84.62.124
Connecting to www.polhode.com[166.84.62.252]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 738,635 [application/zip]

0K .......... .......... .......... .......... .......... 6% 142.17 KB/s
50K .......... .......... .......... .......... .......... 13% 250.06 KB/s
100K .......... .......... .......... .......... .......... 20% 225.55 KB/s
150K .......... .......... .......... .......... .......... 27% 286.23 KB/s
200K .......... .......... .......... .......... .......... 34% 276.89 KB/s
250K .......... .......... .......... .......... .......... 41% 225.28 KB/s
300K .......... .......... .......... .......... .......... 48% 198.14 KB/s
350K .......... .......... .......... .......... .......... 55% 206.94 KB/s
400K .......... .......... .......... .......... .......... 62% 217.83 KB/s
450K .......... .......... .......... .......... .......... 69% 215.79 KB/s
500K .......... .......... .......... .......... .......... 76% 222.12 KB/s
550K .......... .......... .......... .......... .......... 83% 206.07 KB/s
600K .......... .......... .......... .......... .......... 90% 28.81 KB/s
650K .......... .......... .......... .......... .......... 97% 215.84 KB/s
700K .......... .......... . 100% 133.75 KB/s

16:21:09 (147.20 KB/s) - `pccts133mr.zip' saved [738635/738635]

EDIT:
-changed subject: "cdtool" instead of "tcdr"
-assigned to dorphell (Maintainer of cdtool)
This task depends upon

Closed by  dorphell (dorphell)
Wednesday, 25 February 2004, 19:58 GMT
Reason for closing:  Fixed
Comment by Damir Perisa (damir.perisa) - Wednesday, 25 February 2004, 03:00 GMT
EDIT:
-changed subject: "cdtool" instead of "tcdr"
-assigned to dorphell (Maintainer of cdtool)
Comment by dorphell (dorphell) - Wednesday, 25 February 2004, 19:58 GMT
All done.
The pkgbuild was quite messy, cleaned it up. When I adopted pkgs off devs that left I didn't have time to look at all the pkgs, thanks for bringing it up.

Loading...