[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#664935: marked as done (octave-ad: FTBFS: ov-grad.cc:74:41: error: no matching function for call to 'octave_value::print_with_name(std::ostream&, const char [6], bool) const')



Your message dated Tue, 27 Mar 2012 21:08:26 +0000
with message-id <[🔎] E1SCdcw-0005JZ-5Y@franck.debian.org>
and subject line Bug#665855: Removed package(s) from unstable
has caused the Debian Bug report #664935,
regarding octave-ad: FTBFS: ov-grad.cc:74:41: error: no matching function for call to 'octave_value::print_with_name(std::ostream&, const char [6], bool) const'
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 owner@bugs.debian.org
immediately.)


-- 
664935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664935
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: octave-ad
Version: 1.0.6-4
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
>  fakeroot debian/rules binary
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> Adding cdbs dependencies to debian/octave-ad.substvars
> dh_installdirs -poctave-ad 
> Checking the Octave version... ok
> mkdir -p /«PKGBUILDDIR»/debian/octave-ad/usr/share/octave/packages	\
> 		 /«PKGBUILDDIR»/debian/octave-ad/usr/lib/x86_64-linux-gnu/octave/packages
> [ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak
> make: [install-pkg] Error 1 (ignored)
> /usr/bin/octave --no-history --silent --no-init-file --eval				\
> 		 "pkg ('prefix', [pwd(),'/debian/octave-ad/usr/share/octave/packages'],		\
> 		      [pwd(),'/debian/octave-ad/usr/lib/x86_64-linux-gnu/octave/packages']);			\
> 		 pkg ('local_list', [pwd(),'/local-list']);		\
> 		 pkg ('global_list', [pwd(),'/global-list']);	\
> 		 if (exist ('PKG_ADD.bak') == 2),			\
> 		     movefile ('PKG_ADD.bak', 'PKG_ADD');		\
> 		 endif;							\
> 		 pkg -verbose -nodeps install ."
> warning: X11 DISPLAY environment variable not set
> mkdir (/tmp/oct-Fuxa9K)
> Copying directory (., /tmp/oct-Fuxa9K)
> warning: X11 DISPLAY environment variable not set
> warning: X11 DISPLAY environment variable not set
> warning: X11 DISPLAY environment variable not set
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for mkoctfile... /usr/bin/mkoctfile
> retrieving compile and link flags from /usr/bin/mkoctfile
> checking for F77_FUNC... yes
> checking for octave... /usr/bin/octave
> checking for OCTAVE_VERSION in Octave... 3.6.1
> checking for octave_config_info('canonical_host_type') in Octave... x86_64-pc-linux-gnu
> checking for octave_config_info('SHLEXT') in Octave... so
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for makeinfo... makeinfo
> checking for makeinfo --no-split... yes
> checking for texi2dvi... texi2dvi
> checking that texi2dvi runs... no
> checking for texi2html... no
> checking for dvipdf... no
> checking for dvips... no
> configure: creating ./config.status
> config.status: creating Makeconf
>  
>   "$prefix" is /«PKGBUILDDIR»/debian/octave-ad/usr/share/octave/packages/ad-1.0.6
>   "$exec_prefix" is ${prefix}
> 
> octave commands will install into the following directories:
>    m-files:   /usr/share/octave/3.6.1/site/m/octave-forge
>    oct-files: /usr/lib/x86_64-linux-gnu/octave/3.6.1/site/oct/x86_64-pc-linux-gnu/octave-forge
>    binaries:  /usr/lib/x86_64-linux-gnu/octave/3.6.1/site/exec/x86_64-pc-linux-gnu
> alternatives:
>    m-files:   /usr/share/octave/3.6.1/site/octave-forge-alternatives/m
>    oct-files: /usr/lib/x86_64-linux-gnu/octave/3.6.1/site/octave-forge-alternatives/oct/x86_64-pc-linux-gnu
> 
> shell commands will install into the following directories:
>    binaries:  ${exec_prefix}/bin
>    man pages: ${datarootdir}/man
>    libraries: ${exec_prefix}/lib
>    headers:   ${prefix}/include
> 
> octave-forge is configured with
>    octave:      /usr/bin/octave (version 3.6.1)
>    mkoctfile:	/usr/bin/mkoctfile for Octave 1
>    X11 support:	
>    makeinfo:    makeinfo --no-split
>    texi2dvi:    
>    texi2html:   
>    mkdoc:       /tmp/oct-Fuxa9K/src/admin/mkdoc
>    mktexi:      /tmp/oct-Fuxa9K/src/admin/mktexi
>    dvips:       
>    dvipdf:      
> 
> find . -name NOINSTALL -print    # shows which toolboxes won't be installed
> 
> ov-grad.cc: In function 'octave_value eye_mx(octave_idx_type)':
> ov-grad.cc:50:60: warning: 'Array<T>::Array(octave_idx_type) [with T = int, octave_idx_type = int]' is deprecated (declared at /usr/include/octave-3.6.1/octave/../octave/Array.h:179) [-Wdeprecated-declarations]
> ov-grad.cc:53:45: warning: 'Array<T>::Array(octave_idx_type, const T&) [with T = double, octave_idx_type = int]' is deprecated (declared at /usr/include/octave-3.6.1/octave/../octave/Array.h:185) [-Wdeprecated-declarations]
> ov-grad.cc: In member function 'virtual void octave_gradient::print(std::ostream&, bool) const':
> ov-grad.cc:74:41: error: no matching function for call to 'octave_value::print_with_name(std::ostream&, const char [6], bool) const'
> ov-grad.cc:74:41: note: candidate is:
> /usr/include/octave-3.6.1/octave/../octave/ov.h:1002:8: note: void octave_value::print_with_name(std::ostream&, const string&) const
> /usr/include/octave-3.6.1/octave/../octave/ov.h:1002:8: note:   candidate expects 2 arguments, 3 provided
> ov-grad.cc:77:66: error: no matching function for call to 'octave_value::print_with_name(std::ostream&, const char [24], bool)'
> ov-grad.cc:77:66: note: candidate is:
> /usr/include/octave-3.6.1/octave/../octave/ov.h:1002:8: note: void octave_value::print_with_name(std::ostream&, const string&) const
> /usr/include/octave-3.6.1/octave/../octave/ov.h:1002:8: note:   candidate expects 2 arguments, 3 provided
> make[1]: *** [ov-grad.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/octave-ad_1.0.6-4.log

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.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Version: 1.0.6-4+rm

Dear submitter,

as the package octave-ad has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/665855

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Mark Hymers (the ftpmaster behind the curtain)


--- End Message ---

Reply to: