Bug#687398: Now FTBFS...?

2012-10-27 Thread gregor herrmann
On Fri, 26 Oct 2012 15:00:29 +0600, Andrey Rahmatullin wrote:

  make[2]: gmcs: Command not found
  make[2]: *** [RHash.dll] Error 127
  make[2]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings/mono'
  make[1]: *** [build-mono] Error 2
  make[1]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings'
  make: *** [build-indep] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  E: Failed autobuilding of package
  I: unmounting dev/pts filesystem
  I: unmounting proc filesystem
  I: cleaning the build env
  I: removing directory /var/cache/pbuilder/build//16252 and its
  subdirectories
  
  ...why is gmcs not findable in my pbuilder chroot? I checked, and
  mono-gmcs is still a dependency.

 Yeah, I've seen that too. mono-gmcs was not installed by pbuilder even
 though it's in the deps, but mono-gmcs (= 1.1.8) | c-sharp-2.0-compiler
 dep was apparently resolved by mono-devel pulled by other deps (actually I
 don't know whether pbuilder dep resolution works that way or there is
 something else happening here).

Same here, and I agree with the analysis.
This shouldn't be a problem with sbuild (in its default
configuratiion where it ignore alternative dependencies), but still
the Build-Dep since wrong if gmcs is really needed:

#v+
diff -Nru rhash-1.2.9/debian/control rhash-1.2.9/debian/control
--- rhash-1.2.9/debian/control  2012-06-17 14:12:03.0 +0200
+++ rhash-1.2.9/debian/control  2012-10-27 18:01:45.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Aleksey Kravchenko rhash.ad...@gmail.com
 Build-Depends: debhelper (= 8), dpkg-dev (= 1.16.2), libssl-dev (= 1.0.0), 
default-jdk, junit4, default-jdk-doc, perl, python (= 2.6.6-3~), ruby1.8, 
ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, chrpath
-Build-Depends-Indep: cli-common-dev (= 0.8~), mono-gmcs (= 1.1.8) | 
c-sharp-2.0-compiler, monodoc-base
+Build-Depends-Indep: cli-common-dev (= 0.8~), mono-gmcs (= 1.1.8), 
monodoc-base
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Homepage: http://rhash.sourceforge.net/
#v-


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Die Quote: Stufenziellied


signature.asc
Description: Digital signature


Bug#687398: Now FTBFS...?

2012-10-26 Thread Andrey Rahmatullin
On Fri, Oct 26, 2012 at 12:35:06AM -0400, Asheesh Laroia wrote:
 I just tried to build my debdiff and do an NMU, and it ends with
 this message:
 
 Finished tests in 0.001844s, 2711.3306 tests/s, 15725.7175 assertions/s.
 
 5 tests, 29 assertions, 0 failures, 0 errors, 0 skips
 make[1]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings'
 /usr/bin/make -C bindings build
 LIBRHASH_INC=-I/tmp/buildd/rhash-1.2.9/debian/tmp
 LIBRHASH_LD=-Wl,--as-needed -L/tmp/buildd/rhash-1.2.9/debian/tmp
 BINDINGS=mono
 make[1]: Entering directory `/tmp/buildd/rhash-1.2.9/bindings'
 make -C mono
 make[2]: Entering directory `/tmp/buildd/rhash-1.2.9/bindings/mono'
 gmcs -target:library -define:UNIX -out:RHash.dll -debug
 -keyfile:RHash.snk AssemblyInfo.cs Bindings.cs Hasher.cs HashType.cs
 make[2]: gmcs: Command not found
 make[2]: *** [RHash.dll] Error 127
 make[2]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings/mono'
 make[1]: *** [build-mono] Error 2
 make[1]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings'
 make: *** [build-indep] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 E: Failed autobuilding of package
 I: unmounting dev/pts filesystem
 I: unmounting proc filesystem
 I: cleaning the build env
 I: removing directory /var/cache/pbuilder/build//16252 and its
 subdirectories
 
 ...why is gmcs not findable in my pbuilder chroot? I checked, and
 mono-gmcs is still a dependency.
Yeah, I've seen that too. mono-gmcs was not installed by pbuilder even
though it's in the deps, but mono-gmcs (= 1.1.8) | c-sharp-2.0-compiler
dep was apparently resolved by mono-devel pulled by other deps (actually I
don't know whether pbuilder dep resolution works that way or there is
something else happening here).

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#687398: Now FTBFS...?

2012-10-25 Thread Asheesh Laroia
I just tried to build my debdiff and do an NMU, and it ends with this 
message:


Finished tests in 0.001844s, 2711.3306 tests/s, 15725.7175 assertions/s.

5 tests, 29 assertions, 0 failures, 0 errors, 0 skips
make[1]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings'
/usr/bin/make -C bindings build 
LIBRHASH_INC=-I/tmp/buildd/rhash-1.2.9/debian/tmp 
LIBRHASH_LD=-Wl,--as-needed -L/tmp/buildd/rhash-1.2.9/debian/tmp 
BINDINGS=mono

make[1]: Entering directory `/tmp/buildd/rhash-1.2.9/bindings'
make -C mono
make[2]: Entering directory `/tmp/buildd/rhash-1.2.9/bindings/mono'
gmcs -target:library -define:UNIX -out:RHash.dll -debug -keyfile:RHash.snk 
AssemblyInfo.cs Bindings.cs Hasher.cs HashType.cs

make[2]: gmcs: Command not found
make[2]: *** [RHash.dll] Error 127
make[2]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings/mono'
make[1]: *** [build-mono] Error 2
make[1]: Leaving directory `/tmp/buildd/rhash-1.2.9/bindings'
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//16252 and its 
subdirectories


...why is gmcs not findable in my pbuilder chroot? I checked, and 
mono-gmcs is still a dependency.


Not sure. Heading to bed for now.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org