Package: libbonobomm1.3
Version: 1.3.8-3
Followup-For: Bug #400057

Greetings,

I was able to reproduce this bug on i386 with the exact errors as reported
previously.  I took a look at the manpage for orbit-idl-2 (/usr/bin/orbit-idl-2)
and realized that the commandline option should not be -lcpp but rather -l cpp.
In fact according to the manpage orbit-idl-2 will use cpp by default.  I did a
recursive grep for -lcpp throughout the source and made changes to two files
changing -lcpp to -l cpp.  The two files were:

bonobomm/generated/Makefile.am
bonobomm/generated/Makefile.in

I have created and attached a patch.

Regards,
Jason Harrison

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -u libbonobomm1.3-1.3.8/bonobomm/generated/Makefile.in 
libbonobomm1.3-1.3.8/bonobomm/generated/Makefile.in
--- libbonobomm1.3-1.3.8/bonobomm/generated/Makefile.in
+++ libbonobomm1.3-1.3.8/bonobomm/generated/Makefile.in
@@ -506,7 +506,7 @@
 
 $(files_generated): $(ORBIT_IDL)
        $(ORBIT_IDL) --headerguardprefix=BONOBOMM_ $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
-       $(ORBIT_IDL) -lcpp $(idl_defines) $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
+       $(ORBIT_IDL) -l cpp $(idl_defines) $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
 
 all-local: $(files_generated)
 
diff -u libbonobomm1.3-1.3.8/debian/changelog 
libbonobomm1.3-1.3.8/debian/changelog
--- libbonobomm1.3-1.3.8/debian/changelog
+++ libbonobomm1.3-1.3.8/debian/changelog
@@ -1,3 +1,10 @@
+libbonobomm1.3 (1.3.8-3.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Changed -lcpp to -l cpp (Closes: #400057)
+
+ -- Jason Harrison <[EMAIL PROTECTED]>  Mon, 04 Dec 2006 21:26:00 -0500
+
 libbonobomm1.3 (1.3.8-3) unstable; urgency=low
 
   * Build against transitioned gtkmm
only in patch2:
unchanged:
--- libbonobomm1.3-1.3.8.orig/bonobomm/generated/Makefile.am
+++ libbonobomm1.3-1.3.8/bonobomm/generated/Makefile.am
@@ -16,7 +16,7 @@
 
 $(files_generated): $(ORBIT_IDL)
        $(ORBIT_IDL) --headerguardprefix=BONOBOMM_ $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
-       $(ORBIT_IDL) -lcpp $(idl_defines) $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
+       $(ORBIT_IDL) -l cpp $(idl_defines) $(IDL_CFLAGS_BONOBO) 
$(IDLDIR_LIBBONOBO)/Bonobo.idl
 
 all-local: $(files_generated)
 

Reply via email to