* Package: net-dialup/mgetty-1.1.37-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc fax kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Adding group 'fax' to your system ... * - Groupid: next available * Adding user 'fax' to your system ... * - Userid: 178 * - Shell: /sbin/nologin * - Home: /dev/null * - Groups: fax * - GECOS: added by portage for mgetty >>> Unpacking source... >>> Unpacking mgetty1.1.37-Jun05.tar.gz to /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work >>> Source unpacked in /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work >>> Preparing source in /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37 ... * Applying mgetty-1.1.37-gentoo.patch ... [ ok ] * Applying mgetty-1.1.37-qa-fixes.patch ... [ ok ] * Applying mgetty-1.1.36-callback.patch ... [ ok ] * Applying Lucent.c.patch ... [ ok ] * Applying mgetty-1.1.36-tmpfile.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37 ... make -j1 -j1 prefix=/usr CC=x86_64-pc-linux-gnu-gcc CONFDIR=/etc/mgetty+sendfax 'CFLAGS=-march=native -O2 -pipe -DAUTO_PPP' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' all vgetty x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DVARRUNDIR=\"/var/run\" -c mgetty.c mgetty.c: In function ‘main’: mgetty.c:421:5: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result] chown( devname, uid, gid ); ^ mgetty.c:1017:17: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system( c_string(issue_file)+1 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o logfile.o logfile.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o do_chat.o do_chat.c do_chat.c: In function ‘do_chat_send’: do_chat.c:55:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, p, 1 ); ^ do_chat.c:73:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, MODEM_CMD_SUFFIX, sizeof(MODEM_CMD_SUFFIX)-1 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o locks.o locks.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o utmp.o utmp.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o logname.o logname.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c login.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o mg_m_init.o mg_m_init.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o modem.o modem.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o faxrec.o faxrec.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o ring.o ring.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o faxlib.o faxlib.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o faxsend.o faxsend.c faxsend.c: In function ‘fax_send_page’: faxsend.c:214:19: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] if ( r >= 64 && strcmp( buf+1, ^ faxsend.c: In function ‘fax_send_ppm’: faxsend.c:381:11: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration] if ( strncmp( ppm_r, "+FHS:", 5 ) == 0 ) ^ faxsend.c: In function ‘fax_send_page’: faxsend.c:194:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, nbuf, sizeof(nbuf) ); ^ faxsend.c: In function ‘fax_send_panic_exit’: faxsend.c:65:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] alarm( 5 ); write( fd, fax_end_of_page, sizeof( fax_end_of_page ) ); ^ faxsend.c:67:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] alarm( 5 ); write( fd, fax_end_of_page, sizeof( fax_end_of_page ) ); ^ faxsend.c:70:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] alarm( 5 ); write( fd, "AT+FK\r\n", 7 ); ^ faxsend.c:71:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] alarm( 5 ); write( fd, "ATH0\r\n", 6 ); ^ faxsend.c:81:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] alarm( 5 ); write( fd, "ATH0Z\r\n", 7 ); ^ faxsend.c: In function ‘fax_send_ppm’: faxsend.c:408:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, fax_end_of_page, sizeof( fax_end_of_page )); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o faxrecp.o faxrecp.c faxrecp.c: In function ‘fax_get_pages’: faxrecp.c:328:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, &start_rcv, 1); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o class1.o class1.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o class1lib.o class1lib.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o faxhng.o faxhng.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o hyla_nsf.o hyla_nsf.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o g3file.o g3file.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o io.o io.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o gettydefs.o gettydefs.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o tio.o tio.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c cnd.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o getdisk.o getdisk.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o goodies.o goodies.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o config.o config.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \ -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_mg.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o do_stat.o do_stat.c x86_64-pc-linux-gnu-gcc -o mgetty mgetty.o logfile.o do_chat.o locks.o utmp.o logname.o login.o mg_m_init.o modem.o faxrec.o ring.o faxlib.o faxsend.o faxrecp.o class1.o class1lib.o faxhng.o hyla_nsf.o g3file.o io.o gettydefs.o tio.o cnd.o getdisk.o goodies.o config.o conf_mg.o do_stat.o -Wl,-O1 -Wl,--as-needed x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DAUTO_PPP -c -o sendfax.o sendfax.c sendfax.c: In function ‘main’: sendfax.c:450:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, "AT", 2 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_sf.c x86_64-pc-linux-gnu-gcc -o sendfax sendfax.o logfile.o locks.o modem.o faxlib.o faxsend.o faxrecp.o class1.o class1lib.o faxhng.o hyla_nsf.o g3file.o io.o tio.o getdisk.o config.o conf_sf.o goodies.o -Wl,-O1 -Wl,--as-needed x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wall -o newslock compat/newslock.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\" \ -DLIBDIR=\"/usr/lib/mgetty+sendfax\" \ -DCONFDIR=\"/etc/mgetty+sendfax\" \ -DFAX_SPOOL=\"/var/spool/fax\" \ -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \ -DFAX_SPOOL_OUT=\"/var/spool/fax/outgoing\" \ -DFAX_OUT_USER=\"fax\" \ -DVARRUNDIR=\"/var/run\" \ -DAWK=\"awk\" \ -DPERL=\""/usr/bin/perl -w"\" -DTKPERL=\"/usr/bin/tkperl\" \ -DECHO=\""echo -e"\" \ -DSHELL=\"/bin/sh\" \ -DSHELL_TRAP_POSIX=1 \ -o mksed mksed.c ./mksed >sedscript chmod +x sedscript cd g3 && make "CC=x86_64-pc-linux-gnu-gcc" "CFLAGS=-march=native -O2 -pipe -DAUTO_PPP -I.." "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "LIBS=" all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/g3' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o pbm2g3.o pbm2g3.c pbm2g3.c:67:30: warning: ‘out_hibit’ is static but used in inline function ‘puteol’ which is not static if ( byte_align ) while( out_hibit != 4 ) putcode( 0, 1 ); ^ pbm2g3.c:57:31: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); buflen = 0; ^ pbm2g3.c:57:21: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); buflen = 0; ^ pbm2g3.c:57:16: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); buflen = 0; ^ pbm2g3.c:55:25: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static if ( buflen >= sizeof( buf ) ) ^ pbm2g3.c:55:7: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static if ( buflen >= sizeof( buf ) ) ^ pbm2g3.c:54:2: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_hibit -= 8; ^ pbm2g3.c:53:2: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static out_data >>= 8; ^ pbm2g3.c:52:35: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ pbm2g3.c:52:20: warning: ‘out_byte_tab’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ pbm2g3.c:52:7: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ pbm2g3.c:52:2: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ pbm2g3.c:50:12: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static while( out_hibit >= 8 ) ^ pbm2g3.c:48:5: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_hibit += len; ^ pbm2g3.c:47:27: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_data |= ( code << out_hibit ); ^ pbm2g3.c:47:5: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static out_data |= ( code << out_hibit ); ^ pbm2g3.c: In function ‘putcode’: pbm2g3.c:57:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, buf, buflen ); buflen = 0; ^ pbm2g3.c: In function ‘main’: pbm2g3.c:504:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, buf, buflen ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o g3.o g3.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o run_tbl.o run_tbl.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o pbm2g3 pbm2g3.o g3.o run_tbl.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o g3cat.o g3cat.c g3cat.c:150:30: warning: ‘out_hibit’ is static but used in inline function ‘puteol’ which is not static if ( byte_align ) while( out_hibit != 4 ) putcode( 0, 1 ); ^ g3cat.c:147:2: warning: ‘b_written’ is static but used in inline function ‘puteol’ which is not static b_written = 0; ^ g3cat.c:146:16: warning: ‘buflen’ is static but used in inline function ‘puteol’ which is not static last_buflen = buflen; ^ g3cat.c:142:48: warning: ‘padding’ is static but used in inline function ‘puteol’ which is not static while( ( buflen + b_written ) - last_buflen < padding ) ^ g3cat.c:142:20: warning: ‘b_written’ is static but used in inline function ‘puteol’ which is not static while( ( buflen + b_written ) - last_buflen < padding ) ^ g3cat.c:142:11: warning: ‘buflen’ is static but used in inline function ‘puteol’ which is not static while( ( buflen + b_written ) - last_buflen < padding ) ^ g3cat.c:140:9: warning: ‘out_hibit’ is static but used in inline function ‘puteol’ which is not static while( out_hibit != 4 ) putcode( 0, 1 ); /* implies */ ^ g3cat.c:138:10: warning: ‘padding’ is static but used in inline function ‘puteol’ which is not static if ( padding > 0 ) /* padding? */ ^ g3cat.c:136:16: warning: ‘last_buflen’ is static but declared in inline function ‘puteol’ which is not static static int last_buflen = 0; ^ g3cat.c:64:52: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ g3cat.c:64:44: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ g3cat.c:64:31: warning: ‘b_written’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ g3cat.c:64:21: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ g3cat.c:64:16: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ g3cat.c:62:25: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static if ( buflen >= sizeof( buf ) ) ^ g3cat.c:62:7: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static if ( buflen >= sizeof( buf ) ) ^ g3cat.c:61:2: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_hibit -= 8; ^ g3cat.c:60:2: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static out_data >>= 8; ^ g3cat.c:59:35: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ g3cat.c:59:20: warning: ‘out_byte_tab’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ g3cat.c:59:7: warning: ‘buflen’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ g3cat.c:59:2: warning: ‘buf’ is static but used in inline function ‘putcode’ which is not static buf[ buflen++ ] = out_byte_tab[( out_data ) & 0xff]; ^ g3cat.c:57:12: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static while( out_hibit >= 8 ) ^ g3cat.c:55:5: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_hibit += len; ^ g3cat.c:54:27: warning: ‘out_hibit’ is static but used in inline function ‘putcode’ which is not static out_data |= ( code << out_hibit ); ^ g3cat.c:54:5: warning: ‘out_data’ is static but used in inline function ‘putcode’ which is not static out_data |= ( code << out_hibit ); ^ g3cat.c: In function ‘main’: g3cat.c:496:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, buf, buflen ); ^ g3cat.c: In function ‘putcode’: g3cat.c:64:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, buf, buflen ); b_written += buflen; buflen = 0; ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o g3cat g3cat.o g3.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o g32pbm.o g32pbm.c g32pbm.c: In function ‘emitpbm’: g32pbm.c:505:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, rbuf, strlen( rbuf )); ^ g32pbm.c:508:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, bitmap, row * bperrow ); ^ g32pbm.c:514:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 ); ^ g32pbm.c:519:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 ); ^ g32pbm.c:520:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( 1, &bitmap[ i*bperrow ], (hcol+7)/8 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o g32pbm g32pbm.o g3.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o sff2g3.o sff2g3.c sff2g3.c: In function ‘sff_output_blank_lines’: sff2g3.c:147:6: warning: type of ‘l’ defaults to ‘int’ [-Wimplicit-int] void sff_output_blank_lines( l ) ^ sff2g3.c: In function ‘sff_skip_bytes’: sff2g3.c:88:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread( workbuf, 1, l, rfp ); skip -= l; ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o sff2g3 sff2g3.o g3.o make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/g3' cd tools && make "CC=x86_64-pc-linux-gnu-gcc" "CFLAGS=-march=native -O2 -pipe -DAUTO_PPP -I.." "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "LIBS=" all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/tools' ../sedscript kvg ../sedscript cutbl x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -c -o ltest.o ltest.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -o ltest -Wl,-O1 -Wl,--as-needed ltest.o ../tio.o ../io.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -c -o mid.o mid.c mid.c: In function ‘test_modem’: mid.c:106:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, *query, strlen(*query) ); ^ mid.c:107:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, MODEM_CMD_SUFFIX, sizeof(MODEM_CMD_SUFFIX)-1 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -o mid -Wl,-O1 -Wl,--as-needed mid.o ../tio.o \ ../io.o ../locks.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -c -o microcom.o microcom.c microcom.c: In function ‘main’: microcom.c:122:49: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] len = read( STDIN, buf, 100 ); if ( len>0 ) write( fd, buf, len ); ^ microcom.c:126:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( STDOUT, "*break*", 7 ); ^ microcom.c:132:19: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] if ( len>0 ) write( STDOUT, buf, len ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -o microcom -Wl,-O1 -Wl,--as-needed microcom.o ../tio.o \ ../io.o ../locks.o make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/tools' cd fax && make "CC=x86_64-pc-linux-gnu-gcc" "CFLAGS=-march=native -O2 -pipe -DAUTO_PPP -I.." "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "LIBS=" "FAX_SPOOL_OUT=/var/spool/fax/outgoing" "FAX_OUT_USER=fax" "CONFDIR=/etc/mgetty+sendfax" all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/fax' ../sedscript faxspool ../sedscript faxrunq ../sedscript faxq ../sedscript faxrm ../sedscript faxrunqd ../sedscript faxheader x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DFAX_SPOOL_OUT=\"/var/spool/fax/outgoing\" \ -DFAX_OUT_USER=\"fax\" \ -DFAX_ALLOW=\"/etc/mgetty+sendfax/fax.allow\" \ -DFAX_DENY=\"/etc/mgetty+sendfax/fax.deny\" \ -c faxq-helper.c faxq-helper.c: In function ‘get_next_seq’: faxq-helper.c:266:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, "000000\n", 7 ); ^ faxq-helper.c: In function ‘do_activate’: faxq-helper.c:631:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write( fd, buf, strlen(buf) ); ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o faxq-helper faxq-helper.o make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/fax' make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37' make[1]: 'mgetty' is up to date. make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37' cd callback && make "CC=x86_64-pc-linux-gnu-gcc" "CFLAGS=-march=native -O2 -pipe -DAUTO_PPP -I.." "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "CONFDIR=/etc/mgetty+sendfax" "VARRUNDIR=/var/run" "LIBS=" all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/callback' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DVARRUNDIR=\"/var/run\" -c callback.c callback.c: In function ‘main’: callback.c:470:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets( phonebuf, 30, stdin ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DCONFDIR=\"/etc/mgetty+sendfax\" -c conf_cb.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o callback callback.o conf_cb.o ../config.o ../logfile.o ../do_chat.o ../modem.o ../locks.o ../tio.o ../io.o ../goodies.o x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -DAUTO_PPP -c -o ct.o ct.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -I.. -Wl,-O1 -Wl,--as-needed -o ct ct.o make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/callback' cd doc ; make "CC=x86_64-pc-linux-gnu-gcc" "CFLAGS=-march=native -O2 -pipe -DAUTO_PPP -I.." "LDFLAGS=-Wl,-O1 -Wl,--as-needed" "LIBS=" all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' ../sedscript g32pbm.1 ../sedscript g3cat.1 ../sedscript pbm2g3.1 ../sedscript sff2g3.1 ../sedscript fax.1 ../sedscript faxspool.1 ../sedscript faxrunq.1 ../sedscript faxq.1 ../sedscript faxrm.1 ../sedscript coverpg.1 ../sedscript mgettydefs.4 ../sedscript faxqueue.5 ../sedscript sendfax.8 ../sedscript mgetty.8 ../sedscript callback.8 ../sedscript faxrunqd.8 ../sedscript faxq-helper.8 make `for i in g32pbm.1 g3cat.1 pbm2g3.1 sff2g3.1 fax.1 faxspool.1 faxrunq.1 faxq.1 faxrm.1 coverpg.1 mgettydefs.4 faxqueue.5 sendfax.8 mgetty.8 callback.8 faxrunqd.8 faxq-helper.8 ; do echo \`expr $i : "\([^.]*\)"\`.man ; done ` make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' nroff -man g32pbm.1 >g32pbm.man nroff -man g3cat.1 >g3cat.man nroff -man pbm2g3.1 >pbm2g3.man nroff -man sff2g3.1 >sff2g3.man nroff -man fax.1 >fax.man nroff -man faxspool.1 >faxspool.man nroff -man faxrunq.1 >faxrunq.man nroff -man faxq.1 >faxq.man nroff -man faxrm.1 >faxrm.man nroff -man coverpg.1 >coverpg.man nroff -man mgettydefs.4 >mgettydefs.man nroff -man faxqueue.5 >faxqueue.man nroff -man sendfax.8 >sendfax.man nroff -man mgetty.8 >mgetty.man nroff -man callback.8 >callback.man nroff -man faxrunqd.8 >faxrunqd.man nroff -man faxq-helper.8 >faxq-helper.man make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' ../sedscript mgetty.texi make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37' make[1]: 'mgetty' is up to date. make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37' cd voice; make CFLAGS="-march=native -O2 -pipe -DAUTO_PPP" CC="x86_64-pc-linux-gnu-gcc" LDFLAGS="-Wl,-O1 -Wl,--as-needed" \ LN="ln" MV="mv" RM="rm" \ LIBS="" \ FAX_SPOOL_IN="/var/spool/fax/incoming" CONFDIR="/etc/mgetty+sendfax" \ VARRUNDIR="/var/run" \ SHELL="/bin/sh" vgetty-all make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice' Building the voice extensions ----------------------------- In libpvf... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libpvf' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c au.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c fft.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c lib.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c linear.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c multitech.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c rockwell.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c usr.c usr.c: In function ‘usrgsmtopvf’: usr.c:142:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&inbuf[33], 5, 1, fd_in); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c voc.c voc.c: In function ‘voctopvf’: voc.c:85:6: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(hdr, 1, 0x1a, fd_in); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c wav.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c zyxel.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c zyxel-o56k.c rm -f libpvf.a ar rc libpvf.a au.o fft.o lib.o linear.o multitech.o rockwell.o usr.o voc.o wav.o zyxel.o zyxel-o56k.o ranlib libpvf.a make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libpvf' In libutil... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libutil' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c check_system.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DCONF_DIR=\"/etc/mgetty+sendfax\" -c config.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c no_modem.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c make_path.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c strsep.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c variables.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c access.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c wildmat.c rm -f libutil.a ar rc libutil.a check_system.o config.o no_modem.o make_path.o strsep.o variables.o access.o wildmat.o ../../config.o ../../logfile.o ranlib libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c test_wildmat.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o test_wildmat test_wildmat.o wildmat.o make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libutil' In libvoice... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libvoice' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -MM -c *.c > depend x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c analyze.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c close.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c command.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c detect.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c event.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c flush.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c init.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c mode.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c open.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c play.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c read.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c record.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c shell.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c signal.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c write.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c voice_fax.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c device_mode_names.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Cirrus_Logic.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Digi_RAS.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Dolphin.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Dr_Neuhaus.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Elsa.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c V253modem.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c IS_101.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c ISDN4Linux.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Lucent.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Multitech_2834.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Rockwell.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Sierra.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Supra.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c UMC.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c US_Robotics.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c ZyXEL_1496.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c ZyXEL_2864.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c ZyXEL_Omni56K.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Multitech_5634.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Multitech_5634ZPX.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Multitech_5634ZPX_ISA.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Multitech_5600ZDXv.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c Supra56ePRO.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c V253ugly.c rm -f libvoice.a ar rc libvoice.a analyze.o close.o command.o detect.o event.o flush.o init.o mode.o open.o play.o read.o record.o shell.o signal.o write.o voice_fax.o device_mode_names.o Cirrus_Logic.o Digi_RAS.o Dolphin.o Dr_Neuhaus.o Elsa.o V253modem.o IS_101.o ISDN4Linux.o Lucent.o Multitech_2834.o Rockwell.o Sierra.o Supra.o UMC.o US_Robotics.o ZyXEL_1496.o ZyXEL_2864.o ZyXEL_Omni56K.o Multitech_5634.o Multitech_5634ZPX.o Multitech_5634ZPX_ISA.o Multitech_5600ZDXv.o Supra56ePRO.o V253ugly.o ranlib libvoice.a make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libvoice' In libmgsm... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libmgsm' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c code.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c decode.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c gsm_create.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c gsm_decode.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c gsm_destroy.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c gsm_encode.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c gsm_option.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c long_term.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c lpc.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c preprocess.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c rpe.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c short_term.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c add.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c table.c rm -f libmgsm.a ar rc libmgsm.a code.o decode.o gsm_create.o gsm_decode.o gsm_destroy.o gsm_encode.o gsm_option.o code.o decode.o long_term.o lpc.o preprocess.o rpe.o short_term.o add.o table.o ranlib libmgsm.a make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libmgsm' In pvftools... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/pvftools' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfamp.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfamp pvfamp.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfcut.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfcut pvfcut.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfecho.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfecho pvfecho.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvffile.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvffile pvffile.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvffilter.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvffilter pvffilter.o ../libpvf/libpvf.a ../libutil/libutil.a -lm x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvffft.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvffft pvffft.o ../libpvf/libpvf.a ../libutil/libutil.a -lm x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfmix.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfmix pvfmix.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfnoise.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfnoise pvfnoise.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfreverse.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfreverse pvfreverse.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfsine.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfsine pvfsine.o ../libpvf/libpvf.a ../libutil/libutil.a -lm x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvfspeed.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvfspeed pvfspeed.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftormd.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftormd pvftormd.o ../libpvf/libpvf.a ../libutil/libutil.a \ ../libmgsm/libmgsm.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c rmdtopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rmdtopvf rmdtopvf.o ../libpvf/libpvf.a ../libutil/libutil.a \ ../libmgsm/libmgsm.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c rmdfile.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rmdfile rmdfile.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftovoc.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftovoc pvftovoc.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c voctopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o voctopvf voctopvf.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftolin.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftolin pvftolin.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c lintopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o lintopvf lintopvf.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftobasic.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftobasic pvftobasic.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c basictopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o basictopvf basictopvf.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftoau.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftoau pvftoau.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c autopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o autopvf autopvf.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c pvftowav.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o pvftowav pvftowav.o ../libpvf/libpvf.a ../libutil/libutil.a x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c wavtopvf.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o wavtopvf wavtopvf.o ../libpvf/libpvf.a ../libutil/libutil.a make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/pvftools' In vgetty... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vgetty' cd ../.. ;\ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -DVOICE -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \ -DVARRUNDIR=\"/var/run\" -c vgetty.c vgetty.c: In function ‘main’: vgetty.c:421:5: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result] chown( devname, uid, gid ); ^ vgetty.c:1017:17: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] system( c_string(issue_file)+1 ); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c answer.c answer.c: In function ‘get_answer_mode’: answer.c:65:21: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(answer_mode_file, "%s", answer_mode); ^ answer.c:77:26: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(answer_mode_file, "%s", answer_mode); ^ answer.c: In function ‘get_greeting_message’: answer.c:175:21: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(message_file_name, VOICE_BUF_LEN, list); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c button.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c event.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c message.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c rings.c rings.c: In function ‘vgetty_rings’: rings.c:40:21: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(ring_file, "%d", rings_wanted); ^ rings.c:53:26: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(ring_file, "%d", rings_wanted); ^ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o vgetty vgetty.o answer.o button.o event.o message.o rings.o ../../cnd.o ../../conf_mg.o ../../do_chat.o ../../do_stat.o ../../faxhng.o ../../faxlib.o ../../faxrec.o ../../faxrecp.o ../../faxsend.o ../../gettydefs.o ../../login.o ../../logname.o ../../mg_m_init.o ../../utmp.o ../../ring.o ../../getdisk.o ../../goodies.o ../../io.o ../../g3file.o ../../locks.o ../../tio.o ../../modem.o ../../class1.o ../../class1lib.o ../../hyla_nsf.o ../libvoice/libvoice.a ../libutil/libutil.a \ make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vgetty' In vm... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vm' x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c main.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c event.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DAUTO_PPP -c usage.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o vm main.o event.o usage.o ../../cnd.o ../../faxhng.o ../../faxlib.o ../../faxrec.o ../../faxrecp.o ../../faxsend.o ../../gettydefs.o ../../login.o ../../logname.o ../../utmp.o ../../getdisk.o ../../goodies.o ../../io.o ../../g3file.o ../../locks.o ../../tio.o ../../modem.o ../../class1.o ../../class1lib.o ../../hyla_nsf.o ../libvoice/libvoice.a ../libutil/libutil.a make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vm' make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice' >>> Source compiled. >>> Test phase [not enabled]: net-dialup/mgetty-1.1.37-r1 >>> Install mgetty-1.1.37-r1 into /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/ category net-dialup make -j1 prefix=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr INFODIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info CONFDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax MAN1DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 MAN4DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man4 MAN5DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man5 MAN8DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 SBINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin BINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin VOICE_DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/voice PHONE_GROUP=fax PHONE_PERMS=755 spool=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool install ./sedscript login.config ./sedscript mgetty.config ./sedscript sendfax.config test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin || ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin ; chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/usr mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/usr/bin install -c -m 755 newslock /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin || ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin ; chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/usr/sbin install -c -m 700 mgetty /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin install -c -m 755 sendfax /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax || \ ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax && chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/usr/lib mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/usr/lib/mgetty+sendfax test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax || \ ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax && chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/etc mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/etc/mgetty+sendfax test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/login.config || \ install -c -o root -m 600 login.config /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/ test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/mgetty.config || \ install -c -o root -m 600 mgetty.config /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/ test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/sendfax.config || \ install -c -o root -m 644 sendfax.config /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/ test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/dialin.config || \ install -c -o root -m 600 dialin.config /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/ test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/faxrunq.config || \ install -c -o root -m 644 faxrunq.config /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/ test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool || \ ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool && chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/var mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/var/spool test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax || \ ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax && \ chown fax /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax && \ chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/var/spool/fax test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/incoming || \ ( ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/incoming && chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/incoming ) mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/var/spool/fax/incoming test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/outgoing || \ ./mkidirs /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/outgoing mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/var/spool/fax/outgoing chown fax /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/outgoing chmod 755 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/fax/outgoing cd g3 && make install INSTALL="install -c" \ BINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin \ LIBDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax CONFDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/g3' for f in pbm2g3 g3cat g32pbm sff2g3 ; do \ install -c -m 755 $f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin ; \ done make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/g3' cd fax && make install INSTALL="install -c" \ FAX_OUT_USER=fax \ BINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin SBINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin \ LIBDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax CONFDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/fax' for i in faxspool faxrunq faxq faxrm ; do \ mv -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin/$i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin/$i.old 2>/dev/null ; \ install -c -m 755 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin ; \ done install -c -m 755 faxrunqd /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin install -c faxq-helper /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax chown fax /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax/faxq-helper chmod 4711 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax/faxq-helper install -c -m 644 cour25.pbm /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax install -c -m 644 cour25n.pbm /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax test -f /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/faxheader || \ install -c -m 644 faxheader /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax make[1]: [Makefile:63: install] Error 1 (ignored) install -c -m 644 faxspool.rules /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/faxspool.rules.sample make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/fax' if [ ! -z "" ] ; then \ cd compat ; \ gcc -O2 -Wall -pipe -o mg.echo mg.echo.c && \ install -c -m 755 mg.echo /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin ; \ fi cd doc ; make install INSTALL="install -c" \ MAN1DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 \ MAN4DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man4 \ MAN5DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man5 \ MAN8DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 \ INFODIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' makeinfo mgetty.texi for D in `dirname /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1` /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man4 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man5 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 ; do \ if [ ! -d $D ] ; then mkdir -p $D || exit 1 ; fi ; \ done for i in g32pbm.1 g3cat.1 pbm2g3.1 sff2g3.1 fax.1 faxspool.1 faxrunq.1 faxq.1 faxrm.1 coverpg.1 ; do \ install -c -m 644 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 ; \ done for i in mgettydefs.4 ; do \ install -c -m 644 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man4 ; \ done for i in faxqueue.5 ; do \ install -c -m 644 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man5 ; \ done for i in sendfax.8 mgetty.8 callback.8 faxrunqd.8 faxq-helper.8 ; do \ install -c -m 644 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 ; \ done if [ -f mgetty.info ] ; then\ test -d /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info || mkdir /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info 2>/dev/null ; \ for i in mgetty.info* ; do \ install -c -m 644 $i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info ; \ done ; \ else \ echo "mgetty.info not made, skipping" ; \ fi make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/doc' make -j1 prefix=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr INFODIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/info CONFDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax MAN1DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 MAN4DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man4 MAN5DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man5 MAN8DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 SBINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin BINDIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin VOICE_DIR=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool/voice PHONE_GROUP=fax PHONE_PERMS=755 spool=/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//var/spool vgetty-install install-callback cd voice; make CFLAGS="-O2 -Wall -pipe" CC="gcc" LDFLAGS="" \ BINDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin" SBINDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin" LIBDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax" \ CONFDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax" MAN1DIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1" MAN8DIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8" INSTALL="install -c" \ PHONE_GROUP="fax" PHONE_PERMS="755" \ LN="ln" MV="mv" RM="rm" \ LIBS="" vgetty-install make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice' Building the voice extensions ----------------------------- In libpvf... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libpvf' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libpvf' In libutil... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libutil' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libutil' In libvoice... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libvoice' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libvoice' In libmgsm... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libmgsm' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/libmgsm' In pvftools... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/pvftools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/pvftools' In vgetty... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vgetty' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vgetty' In vm... make[2]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vm' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice/vm' Installing the voice extensions ------------------------------- install -c -m 700 vgetty/vgetty /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin install -c -m 755 vm/vm /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin install -c -m 644 voice.conf-dist /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax/voice.conf for i in pvfamp pvfcut pvfecho pvffile pvffilter pvffft pvfmix pvfnoise pvfreverse pvfsine pvfspeed pvftormd rmdtopvf rmdfile pvftovoc voctopvf pvftolin lintopvf pvftobasic basictopvf pvftoau autopvf pvftowav wavtopvf; \ do \ install -c -m 755 pvftools/$i /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin; \ done install -c -m 644 man/man1/zplay.1 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 install -c -m 644 man/man1/pvf.1 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1 install -c -m 644 man/man8/vgetty.8 /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8 cd /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1; \ for i in pvfamp pvfcut pvfecho pvffile pvffilter pvffft pvfmix pvfnoise pvfreverse pvfsine pvfspeed pvftormd rmdtopvf rmdfile pvftovoc voctopvf pvftolin lintopvf pvftobasic basictopvf pvftoau autopvf pvftowav wavtopvf; \ do \ rm -f $i.1; ln -s pvf.1 $i.1; \ done make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/voice' cd callback; make CFLAGS="-O2 -Wall -pipe" CC="gcc" LDFLAGS="" \ BINDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin" SBINDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin" LIBDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/lib/mgetty+sendfax" \ CONFDIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//etc/mgetty+sendfax" MAN1DIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man1" MAN8DIR="/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/share/man/man8" INSTALL="install -c" \ LN="ln" MV="mv" RM="rm" \ LIBS="" install make[1]: Entering directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/callback' install -c -m 700 -o root callback /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/sbin install -c -m 4711 -o root ct /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image//usr/bin make[1]: Leaving directory '/var/tmp/portage/net-dialup/mgetty-1.1.37-r1/work/mgetty-1.1.37/callback' >>> Completed installing mgetty-1.1.37-r1 into /var/tmp/portage/net-dialup/mgetty-1.1.37-r1/image/ * Final size of build directory: 10032 KiB * Final size of installed tree: 4244 KiB * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * faxsend.c:214:19: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] * faxsend.c:381:11: warning: implicit declaration of function ‘strncmp’ [-Wimplicit-function-declaration] * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://mgetty.greenie.net/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/bin/newslock usr/sbin/sendfax usr/bin/pbm2g3 usr/bin/g3cat usr/bin/vm usr/bin/pvfcut usr/bin/pvfecho usr/bin/pvfmix usr/bin/pvftormd usr/bin/rmdfile usr/bin/pvftovoc usr/bin/pvftolin usr/bin/pvftobasic sbin/mgetty usr/bin/g32pbm usr/bin/sff2g3 usr/lib/mgetty+sendfax/faxq-helper usr/bin/pvfamp usr/bin/pvffft usr/bin/pvfreverse usr/bin/pvfsine usr/bin/pvfspeed usr/bin/rmdtopvf usr/sbin/callback usr/sbin/vgetty usr/bin/pvffile usr/bin/pvffilter usr/bin/pvfnoise usr/bin/voctopvf usr/bin/lintopvf usr/bin/basictopvf usr/bin/pvftoau usr/bin/autopvf usr/bin/pvftowav usr/bin/wavtopvf ecompressdir: bzip2 -9 /usr/share/man ecompressdir: bzip2 -9 /usr/share/info ecompressdir: bzip2 -9 /usr/share/doc * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / ` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at http://bugs.gentoo.org unless you report exactly which * two packages install the same file(s). See * http://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how to * solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/share/man/man1/faxrm.1.bz2 * /usr/bin/faxrm * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * net-misc/hylafaxplus-5.5.5:0::gentoo * /usr/bin/faxrm * /usr/share/man/man1/faxrm.1.bz2 * * Package 'net-dialup/mgetty-1.1.37-r1' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message.