Randy McMurchy([EMAIL PROTECTED])@Mon, Aug 01, 2005 at 01:33:19PM -0500:
> 
> One idea I have is to create a GCC4 branch of BLFS and as packages
> are confirmed (or instructions updated to work) they are added into
> this branch. 
>

I had the chance in the last 2 days to finish the GCC4-20050730 built.
Untill now almost 60 packages (log attached) compiled cleanly and without any 
additional patches,exept...

1:MPlayer-1.0pre7. Only compiled with the patch from halcyOn from gentoo.
http://dev.gentoo.org/~halcy0n/

2:cdrdao-1.2.0. Another patch from gentoo.Attached.

I couldn't finish xorg-6.8.2. First attempt without any patch and even after 
with
the debian patch.
However xorg-6.8.99.900 pre-release (just released yesterday) compiled cleanly.
I guess there must be in cvs the patch for 6.8.2.

All of them compiled according with the instrunctions of svn-2005081 
BLFS-book,exept
the firefox-DeerPark which compiled with the moz method.

Another thing,in Gnu-screen i had manually to copy the files,because make
install,didn't work for some reason,i dont know if it is a gcc4 related though.

Most of the 60 packages confirmed to work.

Some of the compiled  packages in the attached log,they don't belong in BLFS 
but i send 
them anyway just for reference (also gpm,reiserfs,elinks,zsh which i put them 
in LFS by my own).
I have an observation here,about the sudo package that it's not included in the 
BLFS-book,but 
i keep it for another time :-)
alsa-lib-1.0.9
alsa-oss-1.0.9
alsa-utils-1.0.9a
atk-1.9.1
audiofile-0.2.6
cdrdao-1.2.0
cdrtools-2.01
curl-7.14.0
expat-1.95.8
fcron-2.9.7
feh-1.3.4
fetchmail-6.2.5.2
firefox-1.1a2
flac-1.1.2
fontconfig-2.3.2
freetype-2.1.10
fvwm-2.5.12
giblib-1.2.4
giflib-4.1.3
glib1-1.2.10
glib-2.6.4
gnupg-1.4.1
gnutls-1.2.6
gtk+1-1.2.10
gtk+-2.6.8
imlib2-1.2.1
jpeg-mmx-0.1.6
lame-3.96.1
libao-0.8.6
libgcrypt-1.2.1
libgpg-error-1.0
libIDL-0.8.5
libjpeg-v6b
libmad-0.15.1b
libogg-1.1.2
libpng-1.2.8
libtiff-3.7.3
libungif-4.1.3
libvorbis-1.1.1
live-2005.04.26
lynx-2.8.5
mpc-0.11.2
mpd-0.11.5
mpg123-0.59r
MPlayer-1.0pre7
mutt-1.5.6i
nasm-0.98.38
openssl-0.9.8
pango-1.8.1
pkg-config-0.19
procmail-3.22
rxvt-unicode-5.7
screen-4.0.2
sudo-1.6.8p8
wget-1.10
which-
xorg-6.8.99.900
xvid-1.0.3
--- cdrdao-1.2.0/trackdb/FormatConverter.h      2005-06-30 13:35:59.000000000 
+0200
+++ cdrdao-1.2.0.az/trackdb/FormatConverter.h   2005-06-30 13:34:18.000000000 
+0200
@@ -95,7 +95,7 @@
 
   // Convert all files contained in a given Toc object, and update the
   // Toc accordingly. This is a big time blocking call.
-  FormatSupport::Status convert(Toc* toc);
+  FormatSupport::Status convert(class Toc* toc);
 
   // Dynamic allocator.
   FormatSupport* newConverter(const char* src);
--- cdrdao-1.2.0/trackdb/CueParser.cc   2005-06-30 13:36:09.000000000 +0200
+++ cdrdao-1.2.0.az/trackdb/CueParser.cc        2005-06-30 13:36:22.000000000 
+0200
@@ -23,7 +23,7 @@
 
 #include "Cue2Toc.h"
 
-extern Toc *parseToc(const char* tocBuffer, const char *filename);
+extern class Toc *parseToc(const char* tocBuffer, const char *filename);
 
 Toc *parseCue(FILE *fp, const char *filename)
 {
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to