sys-apps/texinfo-4.11-r1, '../gnulib/lib/libgnu.a' need by makedoc

Bug #297402 reported by Viridior
2
Affects Status Importance Assigned to Milestone
Gentoo for Pandora
Fix Released
High
Viridior

Bug Description

[environment]
$ROOT: /usr/armv7a-softfloat-linux-gnueabi/
$SYSROOT: /usr/armv7a-softfloat-linux-gnueabi/
$PORTAGE_CONFIGROOT: /usr/armv7a-softfloat-linux-gnueabi/
$CBUILD: i686-pc-linux-gnu

[software]
sys-apps/texinfo-4.11-r2 (patched from $BZR)

[command]
$xmerge texinfo

[error]
*** No rule to make target `../gnulib/lib/libgnu.a', needed by `makedoc'.

[discussion]
Halts compiling sys-apps/texinfo-4.11-r1 and texinfo-4.13. Discussed at http://bugs.gentoo.org/show_bug.cgi?id=196041, however patch does not seem to work.

Revision history for this message
Viridior (jacobgalbreath) wrote :

Established patch in $BZR/patches/texinfo-4.11-r1-libgnu-patch, but still will not build.

Changed in gentoo-arm-pandora:
assignee: nobody → jacobgalbreath
importance: Undecided → High
status: New → Confirmed
description: updated
Changed in gentoo-arm-pandora:
status: Confirmed → New
Revision history for this message
Viridior (jacobgalbreath) wrote :

From http://bugs.gentoo.org/196041

added lines to texinfo-*.ebuild:
src_compile() {
        use static && append-ldflags -static
        econf $(use_enable nls) || die
+ if tc-is-cross-compiler; then
+ emake -C tools/gnulib/lib || die "emake -C tools/gnulib/lib"
+ fi
        emake || die "emake"
}

works, added to pandora portage as texinfo-4.11-r2.ebuild

Changed in gentoo-arm-pandora:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.