Package: log4cxx
Version: 0.9.7-1
Severity: wishlist
Tags: patch

When trying to build 'log4cxx' in a clean 'unstable' chroot on ppc64,
I get the following error:

Building log4cxx unstable main ppc64...
Reading package lists...
Building dependency tree...
E: Package libstdc++5-3.3-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for log4cxx: libstdc++5-3.3-dev
Package libstdc++5-3.3-dev is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

This occurs because there is no gcc-3.3 on ppc64, only gcc-3.4 and gcc-4.0.
Generally, the default version of "libstdc++-dev" is build-essential 
and should not be specified explicitly.

Please remove the Build-Depends on 'libstdc++-3.3-dev' from debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/log4cxx-0.9.7/debian/control ./debian/control
--- ../tmp-orig/log4cxx-0.9.7/debian/control    2005-08-05 17:43:40.000000000 
+0000
+++ ./debian/control    2005-08-05 17:43:16.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Andreas Fester <[EMAIL PROTECTED]>
 Uploaders: martin f. krafft <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), dpatch, libxml2-dev, zlib1g-dev, 
libstdc++5-3.3-dev, doxygen, graphviz, gsfonts
+Build-Depends: debhelper (>= 4.0.0), dpatch, libxml2-dev, zlib1g-dev, doxygen, 
graphviz, gsfonts
 Standards-Version: 3.6.1
 
 Package: liblog4cxx9-dev


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

Reply via email to