<div dir="ltr"><pre style="margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;overflow:auto;color:black">Package: gtk+3.0
Version: 3.22.30
I am trying to accomplish the follwoing:
apt-get source gtk+3.0
cd gtk+3.0-3.22.30
debuild -uc -us</pre>
<p dir="auto">I have run build-dep and have installed dependencies. </p><p dir="auto">When I run the build it displays the following errors:</p>
<p dir="auto"><code>make check-local <br></code>Makefile:723: recipe for target 'check-recursive' failed <br>make[2]: *** [check-recursive] Error 1 <br>make[2]: Target 'check' not remade because of errors. <br>dh_auto_test: cd debian/build/deb && make -j2 -O check VERBOSE=1 -k check -j1 <br>returned exit code 2 <br>debian/rules:177: recipe for target 'override_dh_auto_test' failed <br>make[1]: *** [override_dh_auto_test] Error 25 <br>make[1]: Leaving directory '/home/brad/build/gtk+3.0-3.22.30' <br>debian/rules:134: recipe for target 'binary' failed <br>make: *** [binary] Error 2 <br>dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 <br>debuild: fatal error at line 1152: <br>dpkg-buildpackage -rfakeroot -us -uc -ui failed</p><pre style="margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;overflow:auto;color:black"><br></pre><pre style="margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;overflow:auto;color:black"><br></pre><pre style="margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;overflow:auto;color:black"><br></pre><pre style="margin-top:1.5em;margin-bottom:1.5em;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;overflow:auto;color:black">When I invoke `hello' without arguments from an ordinary shell
prompt it prints `goodbye', rather than the expected `hello, world'.
Here is a transcript:
$ hello
goodbye
$ /usr/bin/hello
goodbye
$
I suggest that the output string, in hello.c, be corrected.
I am using Debian GNU/Linux 2.2, kernel 2.2.17-pre-patch-13
and libc6 2.1.3-10.</pre></div>