[Lunar-commits] r25846 - moonbase/trunk/net/wvstreams

Dennis Veatch stumbles at lunar-linux.org
Mon Sep 17 19:45:34 CEST 2007


Author: stumbles
Date: 2007-09-17 19:45:34 +0200 (Mon, 17 Sep 2007)
New Revision: 25846

Modified:
   moonbase/trunk/net/wvstreams/BUILD
Log:

This takes care of wvstreams building on x86_64 and was also
testing on x86 which still built without issues. Additionall,
wvdial does not need this tweak for x86_64, it builds fine and
which you should see something like this when all is said and 
done;

Editing `/etc/wvdial.conf'.

Scanning your serial ports for a modem.

Modem Port Scan<*1>: Scanning ttyACM0 first, /dev/modem is a link to it.
WvModem<*1>: Cannot get information for serial port.
ttyACM0<*1>: ATQ0 V1 E1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 Z -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyACM0<*1>: Modem Identifier: ATI -- Manufacturer: I: Motorola CE, Copyright 2000
ttyACM0<*1>: Speed 4800: AT -- OK
ttyACM0<*1>: Speed 9600: AT -- OK
ttyACM0<*1>: Speed 19200: AT -- OK
ttyACM0<*1>: Speed 38400: AT -- OK
ttyACM0<*1>: Speed 57600: AT -- OK
ttyACM0<*1>: Speed 115200: AT -- OK
ttyACM0<*1>: Speed 230400: AT -- OK
ttyACM0<*1>: Speed 460800: AT -- OK
ttyACM0<*1>: Max speed is 460800; that should be safe.
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1   S2   S3

Found an USB modem on /dev/ttyACM0, using link /dev/modem in config.
Modem configuration written to /etc/wvdial.conf.
ttyACM0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
+ removing installwatch file
+ destroying building dir "/usr/src/wvdial-1.60"


Modified: moonbase/trunk/net/wvstreams/BUILD
===================================================================
--- moonbase/trunk/net/wvstreams/BUILD	2007-09-17 17:32:13 UTC (rev 25845)
+++ moonbase/trunk/net/wvstreams/BUILD	2007-09-17 17:45:34 UTC (rev 25846)
@@ -1,5 +1,7 @@
 (
 
+  export CFLAGS="$CFLAGS -fPIC"
+
   if in_depends $MODULE qt3; then
     if module_installed qt3; then
       . /etc/profile.d/qt3.rc



More information about the Lunar-commits mailing list