[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #778 - 1 msg
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-04-20 3:04:47
Message-ID: E1BFlkF-0004Ab-Tt () sc8-sf-list1 ! sourceforge ! net
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-938169 ] Build of binutils from source fails (SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Mon, 19 Apr 2004 13:43:50 -0700
Subject: [Mingw-notify] [ mingw-Bugs-938169 ] Build of binutils from source fails

Bugs item #938169, was opened at 2004-04-19 22:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=938169&group_id=2435

Category: binutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Volker Quetschke (quetschke)
Assigned to: Danny Smith (dannysmith)
Summary: Build of binutils from source fails

Initial Comment:
The build of binutils-2.15.90-20040222-1-src.tar.gz
(using binutils-2.15-build.sh) fails during "make install".

Errorlog:

makeinfo --split-size=5000000 -I
../../../binutils-2.15.90-20040222-1/bfd/doc
../../../binutils-2.15.90-20040222-1/bfd/doc/bfd.texinfo
 section mapping'.ss reference to nonexistent node `mmo
 a New Hash Table Type'.ference to nonexistent node
`Deriving
makeinfo: Removing output file
`/home/quetschke/work/build-2.15.90/bfd/doc/bfd.info'
due to errors; use --force to preserve.
make[2]: *** [bfd.info] Error 2
make[2]: Leaving directory
`/home/quetschke/work/build-2.15.90/bfd/doc'

The problem is that chew.exe produces files with dos
lineendings and makeinfo chokes on references that are
split into two lines with /r/n in between. Here: (in
mmo.texi)

@xref{mmo
section mapping}

A simple workaround/fix is to apply the following patch
to "move-if-change":

--- move-if-change.org	1999-05-03
+++ move-if-change	2004-04-19
@@ -30,3 +30,7 @@
 else
 mv -f $1 $2
 fi
+# chew produces DOS textfiles on MinGW, makeinfo 
+# doesn't like this in references. See in
+# @xref{Deriving a New Hash Table Type} in hash.texi.
+dos2unix $2 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=938169&group_id=2435



--__--__--

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic