Your message dated Wed, 30 Jul 2008 21:36:31 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: mod-ruby: FTBFS: make[1]: *** No targets specified and no 
makefile found. Stop.
has caused the Debian Bug report #487017,
regarding mod-ruby: FTBFS: make[1]: *** No targets specified and no makefile 
found.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
487017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487017
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mod-ruby
Version: 1.2.6-1.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080619 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> Package `apache2-prefork-dev' is not installed and no info is available.
> Use dpkg --info (= dpkg-deb --info) to examine archive files,
> and dpkg --contents (= dpkg-deb --contents) to list their contents.
> dh_testdir
> dh_testroot
> rm -f build-stamp-apache2 build-stamp
> # Add here commands to clean up after the build process.
> rm -rf build-apache2
> #-/usr/bin/make distclean
> dh_clean
>  dpkg-source -b mod-ruby-1.2.6-1.2
> dpkg-source: warning: source directory 'mod-ruby-1.2.6-1.2' is not 
> <sourcepackage>-<upstreamversion> 'mod-ruby-1.2.6'
> dpkg-source: warning: .orig directory name mod-ruby-1.2.6-1.2.orig is not 
> <package>-<upstreamversion> (wanted mod-ruby-1.2.6.orig)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building mod-ruby using existing mod-ruby_1.2.6.orig.tar.gz
> dpkg-source: info: building mod-ruby in mod-ruby_1.2.6-1.2.diff.gz
> dpkg-source: info: building mod-ruby in mod-ruby_1.2.6-1.2.dsc
>  debian/rules build
> Package `apache2-prefork-dev' is not installed and no info is available.
> Use dpkg --info (= dpkg-deb --info) to examine archive files,
> and dpkg --contents (= dpkg-deb --contents) to list their contents.
> dh_testdir
> # Add here commands to compile the package.
> rm -rf build-apache2
> mkdir build-apache2
> cd build-apache2; \
>               ruby1.8 ../configure.rb 
> --with-apr-includes=/usr/include/apr-1.0 --with-apxs=/usr/bin/apxs2; \
>               /usr/bin/make
> ../configure.rb:324: private method `gsub!' called for nil:NilClass 
> (NoMethodError)
> make[1]: Entering directory 
> `/build/user-mod-ruby_1.2.6-1.2-amd64-vC7YxC/mod-ruby-1.2.6-1.2/build-apache2'
> make[1]: *** No targets specified and no makefile found.  Stop.
> make[1]: Leaving directory 
> `/build/user-mod-ruby_1.2.6-1.2-amd64-vC7YxC/mod-ruby-1.2.6-1.2/build-apache2'
> make: *** [build-stamp-apache2] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/06/19

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Version: 1.2.6-2

The Makefile was not created because the configure.rb script fails at
line 324.  Here are the lines around that:

321 end
322 $LIBS = CONFIG["LIBS"]
323 $XLDFLAGS = CONFIG["XLDFLAGS"]
324 $XLDFLAGS.gsub!(/-L\./, "")
325 if /mswin32/ !~ RUBY_PLATFORM
326   $XLDFLAGS += " -L$(libdir)"
327 elsif RUBY_VERSION >= "1.8"

CONFIG["XLDFLAGS"] may be (and is) nil rather than an empty string.
This code was changed in version 1.2.6-2 so nil will work.

Ben.

-- 
Ben Hutchings
Logic doesn't apply to the real world. - Marvin Minsky

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to