Bug#484552: FTBFS: kppp not built on armel

2008-06-04 Thread Riku Voipio
Package: kdenetwork
Version: 4:3.5.9-1
Severity: important
Tags: patch

After working around the gadu and xmms problems, Build of kdenetwork fails with:

cp: cannot stat `./debian/tmp/usr/bin/kppp': No such file or directory

Which is due to:

checking if kppp should be compiled... no

inclusion of if_ppp.h fails to get used, since aligned_u64 isn't defined. The 
following
patch from fedora appears to rectify building kppp with a recent linux-libc-dev.

diff -up kdenetwork-3.5.9/kppp/configure.in.in.ppp 
kdenetwork-3.5.9/kppp/configure.in.in
--- kdenetwork-3.5.9/kppp/configure.in.in.ppp   2008-02-13 03:37:48.0 
-0600
+++ kdenetwork-3.5.9/kppp/configure.in.in   2008-02-15 21:29:00.0 
-0600
@@ -30,6 +30,9 @@ AC_TRY_LINK([
   #ifndef STREAMS 
 
 #if defined(linux)
+  #ifndef aligned_u64
+#define aligned_u64 unsigned long long __attribute__((aligned(8)))
+  #endif
   #include 
 #elif defined(__DragonFly__)
   #include 
diff -up kdenetwork-3.5.9/kppp/opener.cpp.ppp kdenetwork-3.5.9/kppp/opener.cpp
--- kdenetwork-3.5.9/kppp/opener.cpp.ppp2008-02-13 03:37:48.0 
-0600
+++ kdenetwork-3.5.9/kppp/opener.cpp2008-02-15 21:30:44.0 -0600
@@ -73,6 +73,9 @@ extern "C" int _Precvmsg(int, void*, int
 #include 
 #include 
 #  elif defined HAVE_LINUX_IF_PPP_H
+#ifndef aligned_u64
+#  define aligned_u64 unsigned long long __attribute__((aligned(8)))
+#endif
 #include 
 #  endif
 #else
diff -up kdenetwork-3.5.9/kppp/pppstats.cpp.ppp 
kdenetwork-3.5.9/kppp/pppstats.cpp
--- kdenetwork-3.5.9/kppp/pppstats.cpp.ppp  2008-02-13 03:37:48.0 
-0600
+++ kdenetwork-3.5.9/kppp/pppstats.cpp  2008-02-15 21:29:00.0 -0600
@@ -73,6 +73,9 @@
  #ifndef HAVE_NET_IF_PPP_H
   #ifdef HAVE_LINUX_IF_PPP_H
#include 
+   #ifndef aligned_u64
+#define aligned_u64 unsigned long long __attribute__((aligned(8)))
+   #endif
#include 
   #elif defined(__DragonFly__)
#include 




-- 
"rm -rf" only sounds scary if you don't have backups



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484422: konqueror: another startup SEGV

2008-06-04 Thread Arthur Marsh
Package: konqueror
Version: 4:3.5.9.dfsg.1-2+b1
Followup-For: Bug #484422


Another SEGV happened this morning:

[Thread debugging using libthread_db enabled]
[New Thread 0xb806d6c0 (LWP 29622)]
[KCrash handler]
#6  0x4189a3a5 in KToolBar::applyAppearanceSettings (
this=, config=, 
_configGroup=, forceGlobal=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kdeui/ktoolbar.cpp:1523
#7  0x4189aadd in KToolBar::applySettings (this=, 
config=, _configGroup=, 
force=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kdeui/ktoolbar.cpp:1661
#8  0x4189b344 in KMainWindow::applyMainWindowSettings (
this=, config=, 
configGroup=, force=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kdeui/kmainwindow.cpp:877
#9  0x4189b4c3 in KMainWindow::applyMainWindowSettings (this=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kdeui/kmainwindow.cpp:831
#10 0x41360bce in KParts::MainWindow::createGUI (this=, 
part=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kparts/mainwindow.cpp:137
#11 0x47f49958 in KonqMainWindow::slotPartActivated (
this=, part=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_mainwindow.cc:2167
#12 0x47f4a4bc in KonqViewManager::emitActivePartChanged (this=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_viewmgr.cc:1400
#13 0x47f4a67a in KonqViewManager::setActivePart (this=, 
part=, immediate=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_viewmgr.cc:1372
#14 0x47f57b08 in KonqViewManager::loadViewProfile (
this=, cfg=, 
filename=, forcedURL=, 
req=, resetWindow=, 
openURL=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_viewmgr.cc:1253
#15 0x47f58d9f in KonqViewManager::loadViewProfile (this=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_viewmgr.cc:1132
#16 0x47f58fc7 in KonqMisc::createBrowserWindowFromProfile (
path=, filename=, 
url=, args=, 
forbidUseHTML=, filesToSelect=, 
tempFile=, openURL=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_misc.cc:143
#17 0x47f5bee1 in KonquerorIface::createBrowserWindowFromProfile (this=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/KonquerorIface.cc:136
#18 0x47f5bfbe in KonquerorIface::createBrowserWindowFromProfileASN (this=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/KonquerorIface.cc:146
#19 0x47f5de58 in KonquerorIface::process (this=, 
fun=, data=, 
replyType=, replyData=)
at KonquerorIface_skel.cc:233
#20 0x4104b4c0 in DCOPClient::receive (this=, 
objId=, fun=, 
data=, replyType=, 
replyData=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./dcop/dcopclient.cpp:1643
#21 0x4104ff64 in DCOPProcessInternal (d=, 
opcode=, key=, 
dataReceived=, canPost=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./dcop/dcopclient.cpp:520
#22 0x41050953 in DCOPProcessMessage (iceConn=, 
clientObject=, opcode=, 
length=, replyWait=, 
replyWaitRet=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./dcop/dcopclient.cpp:432
#23 0x4105cd50 in KDE_IceProcessMessages (iceConn=, 
replyWait=, replyReadyRet=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./dcop/KDE-ICE/process.c:326
#24 0x410438c6 in DCOPClient::processSocketData (this=, 
fd=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./dcop/dcopclient.cpp:2014
#25 0x41050668 in DCOPClient::qt_invoke (this=, 
_id=, _o=) at ./dcopclient.moc:176
#26 0x425ab4cd in QObject::activate_signal (this=, 
clist=, o=)
at kernel/qobject.cpp:2359
#27 0x425abf50 in QObject::activate_signal (this=, 
signal=, param=)
at kernel/qobject.cpp:2452
#28 0x428d63b0 in QSocketNotifier::activated (this=)
at .moc/release-shared-mt/moc_qsocketnotifier.cpp:85
#29 0x425c8f60 in QSocketNotifier::event (this=, 
e=) at kernel/qsocketnotifier.cpp:261
#30 0x4254d6ea in QApplication::internalNotify (this=, 
receiver=, e=)
at kernel/qapplication.cpp:2638
#31 0x4254e4d6 in QApplication::notify (this=, 
receiver=, e=)
at kernel/qapplication.cpp:2361
#32 0x41233062 in KApplication::notify (this=, 
receiver=, event=)
at /build/buildd/kdelibs-3.5.9.dfsg.1/./kdecore/kapplication.cpp:550
#33 0x42541fa7 in QEventLoop::activateSocketNotifiers (
this=) at kernel/qapplication.h:523
#34 0x424fc730 in QEventLoop::processEvents (this=, 
flags=) at kernel/qeventloop_x11.cpp:386
#35 0x425640e0 in QEventLoop::enterLoop (this=)
at kernel/qeventloop.cpp:201
#36 0x42563f76 in QEventLoop::exec (this=) at kernel/qeventloop.cpp:148
#37 0x4254d25f in QApplication::exec (this=) at kernel/qapplication.cpp:2761
#38 0x47f5fb64 in kdemain (argc=, 
argv=)
at /build/buildd/kdebase-3.5.9.dfsg.1/./konqueror/konq_main.cc:206
#39 0xb808f4a4 in kdeinitmain (argc=2, argv=0x81b1cc0) at konqueror_dummy.cc:3
#40 0x0804ed40 in launch (argc=2, _name=0x81b272c "konqueror", 
args=0x81b273e "", cwd=0x0, envc=1, envs=0x81b274f "", reset_env=false, 
tty=0x0, avoid_loops=false, 
startup_id_str=0x81b2754 "victoria;1212537112;548114;15408_TIME30566762")
a

|>entists Directory in the United States

2008-06-04 Thread Nickerson diphtheria





Reach |>entists with this accurate and current Database

+ 164,095 General Dentists 
+ 158,595 Business Addresses
+ 163,796 Tel Nos
+ 77,853 Fax Nos.
+ 45,579 Email Addys

for this week the price has been reduced to $290, you save $200!

your contact rep: [EMAIL PROTECTED] 




to adjust your subscription status email to the address above with 130 in the 
heading


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]