File: typescript

package info (click to toggle)
aumix 2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 844 kB
  • ctags: 562
  • sloc: ansic: 4,336; sh: 380; makefile: 196; sed: 93
file content (224 lines) | stat: -rw-r--r-- 11,297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
Script started on Sat Dec 25 08:52:01 1999
bash-2.03$ ./configure --enable-dummy-mixer && make && gmake distclean && touch  
`cat ../991225a.txt `
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for sys/audioio.h... no
checking for ANSI C header files... yes
checking for ncurses.h... yes
checking for curses.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... no
checking for strings.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for machine/console.h... yes
checking for initscr in -lncurses... yes
s%@CURSLIB@%ncurses%g: not found
checking for getmouse in -lncurses... no
checking for use_default_colors in -lncurses... no
checking for private member _use_keypad in WINDOW... yes
checking for Gpm_Repeat in -lgpm... no
checking for CONS_MOUSECTL in machine/console.h... yes
checking whether built-in label text is requested... no
checking for sys/asoundlib.h... no
checking for snd_mixer_open in -lasound... no
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Test for GTK failed. See the file 'INSTALL' for help.
bash-2.03$ !!
./configure --enable-dummy-mixer && make && gmake distclean && touch `cat ../991225a.txt `
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for sys/audioio.h... no
checking for ANSI C header files... yes
checking for ncurses.h... yes
checking for curses.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... no
checking for strings.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for machine/console.h... yes
checking for initscr in -lncurses... yes
s%@CURSLIB@%ncurses%g: not found
checking for getmouse in -lncurses... no
checking for use_default_colors in -lncurses... no
checking for private member _use_keypad in WINDOW... yes
checking for Gpm_Repeat in -lgpm... no
checking for CONS_MOUSECTL in machine/console.h... yes
checking whether built-in label text is requested... no
checking for sys/asoundlib.h... no
checking for snd_mixer_open in -lasound... no
checking for gtk-config... /usr/X11R6/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking whether dummy mixer is requested... yes
checking whether NLS is requested... yes
language catalogs: de es gl pl pt_BR ru uk
checking for msgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for locale.h... yes
checking for libintl.h... no
checking for gettext... no
checking for gettext in -lintl... no
gettext not found; disabling NLS
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for getcwd... yes
checking for getwd... yes
checking for putenv... yes
checking for select... yes
updating cache ./config.cache
creating ./config.status
creating intl/Makefile
creating po/Makefile.in
creating doc/Makefile
creating data/Makefile
creating src/Makefile
creating Makefile
creating config.h
make  all-recursive
Making all in data
Making all in doc
Making all in intl
Making all in po
PATH=../src:$PATH /usr/local/bin/xgettext --default-domain=aumix --directory=..  --add-comments --keyword=_ --keyword=LOCAL_TEXT_NOOP --keyword=LOCAL_TEXT --files-from=./POTFILES.in
if [ ! -s aumix.po ]  || cmp -s aumix.po ./aumix.pot; then  rm -f aumix.po;  else  rm -f ./aumix.pot  && mv aumix.po ./aumix.pot;  fi
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./aumix.pot  | sed -e "s/@PACKAGE NAME@/aumix/" > cat-id-tbl.tmp
sed: ../intl/po2tbl.sed: No such file or directory
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then  rm cat-id-tbl.tmp;  else  echo cat-id-tbl.c changed;  rm -f ./cat-id-tbl.c;  mv cat-id-tbl.tmp ./cat-id-tbl.c;  fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
Making all in src
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c common.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c curses.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c dummy.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c gpm-xterm.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c gtk.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c interactive.c
gcc -DHAVE_CONFIG_H -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include    -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -c mouse.c
gcc  -g -O2 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12  -o aumix  common.o curses.o dummy.o gpm-xterm.o gtk.o  interactive.o mouse.o -L/usr/local/lib -lncurses  -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm
Making distclean in .
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a'
rm -f config.h
rm -f TAGS ID
rm -f Makefile 
rm -f config.cache config.log stamp-h stamp-h[0-9]*
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a'
Making distclean in src
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/src'
rm -f *.tab.c
rm -f TAGS ID
rm -f Makefile 
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "aumix" || rm -f aumix
rm -f *.o core *.core
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/src'
Making distclean in po
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/po'
( if test 'x.' != 'x.'; then \
    posrcprefix='../'; \
  else \
    posrcprefix="../"; \
  fi; \
  sed -e '/^#/d' -e '/^[ 	]*$/d' \
      -e "s@.*@	$posrcprefix& \\\\@" \
      -e '$s/\(.*\) \\/\1/' < ./POTFILES.in > POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= \
       /bin/sh ./config.status
creating po/Makefile.in
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/po'
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/po'
rm -f core core.* *.pox aumix.po *.old.po cat-id-tbl.tmp
rm -fr *.o
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/po'
Making distclean in intl
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/intl'
rm -f *.a *.o core core.*
rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/intl'
Making distclean in doc
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/doc'
rm -f Makefile 
rm -f config.cache config.log stamp-h stamp-h[0-9]*
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/doc'
Making distclean in data
gmake[1]: Entering directory `/usr/home/trevor/src/aumix/aumix-991225a/data'
rm -f Makefile 
rm -f config.cache config.log stamp-h stamp-h[0-9]*
gmake[1]: Leaving directory `/usr/home/trevor/src/aumix/aumix-991225a/data'
rm -f config.status
bash-2.03$ mkdir packaging
bash-2.03$ mv *spec packaging/
bash-2.03$ mv freebsd-patches/gmixer-gtk-config-freebsd.diff packaging/
bash-2.03$ rmdir freebsd-patches/
bash-2.03$ du
17	./data
17	./doc
106	./intl
101	./po
102	./src
7	./packaging
626	.
bash-2.03$ exit

Script done on Sat Dec 25 08:54:14 1999