Your message dated Mon, 12 Jun 2017 23:05:10 +0300
with message-id <20170612200509.b4jpacqqrkbymnon@localhost>
and subject line Closing obsolete autotools/autoreconf requests
has caused the Debian Bug report #759482,
regarding coin3: build with autoreconf
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.)


-- 
759482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759482
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:coin3
Version: 3.1.4~abc9f50-7
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Hi,

I know the autoreconf idea has been already tried and reverted [1],
but I'd be willing to help in getting that working.

I understand it might require changes to upstream code as well,
so I'd ask the maintainers for some help/assistance, since they're
more experienced on this package and its upstream development.

Ok, let's move on.

Error 0) simacros is missing (fix suggested)

The first failure on autoreconf are lots of undefined m4 macros,
because the m4_includes on the end of aclocal.m4 are wiped out
by aclocal.

Additionally, their path doesn't exist. They require coin3d/simacros
to be pulled in.

So, it can be fixed by downloading a copy of simacros (suggestion:
git submodule), and adding something like this (obviously w/a
different path) on configure.ac:

        AC_CONFIG_MACROS_DIR[(../simacros/cfg/m4)]

Fixed.  Let's go to the next error.


Error 1) library naming

Many automake errors like this:

src/3ds/Makefile.am:53: error: 'format3ds.lst' is not a standard library name
        src/3ds/Makefile.am:53: did you mean 'libformat3ds.a'?
src/3ds/Makefile.am: error: object '3ds-dummy.$(OBJEXT)' created both with libtool and without
        [...]

This probably can be fixed with _LDFLAGS = -module, as suggested
in automake's documentation [2].

I didn't have success w/ this, although I didn't try hard, as
it would be nice to get a confirmation from maintainers that
this was worth pursuing, or maybe there's a better way.


Any help like instructions/suggestions/debugging/fixing this would
be greatly appreciated. :)

Thanks!


[1] http://anonscm.debian.org/cgit/debian-science/packages/coin3.git/commit/?id=194c31add297f0693682f7521048c207e78bad8b [2] http://www.gnu.org/software/automake/manual/html_node/Libtool-Modules.html

--
Mauricio Faria de Oliveira
IBM Linux Technology Center

--- End Message ---
--- Begin Message ---
This email closes autotools/autoreconf in packages that have 
successfully been built on all current release architectures.

debhelper defaults to updating autotools files since January 2016,
which automatically fixed many of these bugs and makes explicit
updating for these packages obsolete.

debhelper compat 10 defaults to running autoreconf,
making manual adding of dh-autoreconf mostly obsolete.
Updating to compat 10 is a better solution than adding dh-autoreconf, 
and compat < 10 is expected to become a lintian warning before buster.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to