Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CONRAD Installation Guide 2.7.0 "We Are All Witnesses!"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Hydraulix
Guru
Guru


Joined: 12 Dec 2003
Posts: 447

PostPosted: Thu Apr 27, 2006 2:06 am    Post subject: Reply with quote

cheater1034 wrote:
Hydraulix wrote:
Hydraulix wrote:
Very nice how-to. Works like a charm!


Now is there a reason why ~x86 is the default method? What would happen if I wanted to just run x86 after I followed the how-to? What I mean is what should be put in /etc/portage/package.keywords so things don't break when I switch to x86?



Anyone?


~x86 packages are more up to date, and not as unstable as everyone says they are. You will be better off using ~x86 with this guide.




I just can't install speech-tools or media-libs/libdc1394-1.0.0 (needed for k3b).


libdc1394
Code:

if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -Wall -Wunused -MT grab_partial_image.o -MD -MP -MF ".deps/grab_partial_image.Tpo" \
          -c -o grab_partial_image.o `test -f 'grab_partial_image.c' || echo './'`grab_partial_image.c; \
        then mv -f ".deps/grab_partial_image.Tpo" ".deps/grab_partial_image.Po"; \
        else rm -f ".deps/grab_partial_image.Tpo"; exit 1; \
        fi
grab_partial_image.c: In function 'main':
grab_partial_image.c:216: error: 'CLK_TCK' undeclared (first use in this function)
grab_partial_image.c:216: error: (Each undeclared identifier is reported only once
grab_partial_image.c:216: error: for each function it appears in.)
make[2]: *** [grab_partial_image.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/libdc1394-1.0.0/work/libdc1394-1.0.0/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdc1394-1.0.0/work/libdc1394-1.0.0'
make: *** [all] Error 2

!!! ERROR: media-libs/libdc1394-1.0.0 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  ebuild.sh, line 594:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


speech-tools
Code:

/usr/lib/gcc/i686-pc-linux-gnu/4.1.1-pre20060414/include/g++-v4/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
In file included from ../include/EST_String.h:50,
                 from ../include/siod.h:17,
                 from slib.cc:88:
../include/EST_iostream.h:54:26: error: strstream.h: No such file or directory
../include/EST_Chunk.h:131: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:132: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:133: error: 'EST_ChunkPtr' does not name a type
../include/EST_Chunk.h:135: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:136: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:138: error: 'EST_ChunkPtr' has not been declared
../include/EST_Chunk.h:139: error: 'EST_ChunkPtr' has not been declared
../include/EST_String.h: In member function 'void EST_String::make_updatable()':
../include/EST_String.h:253: error: no matching function for call to 'make_updatable(EST_ChunkPtr&, int)'
../include/EST_TIterator.h: In constructor 'EST_TStructIterator<Container, IPointer, Entry>::EST_TStructIterator()':
../include/EST_TIterator.h:204: error: 'cont' was not declared in this scope
../include/EST_TIterator.h: In member function 'EST_TIterator<Container, IPointer, Entry>& EST_TStructIterator<Container, IPointer, Entry>::operator=(const EST_TIterator<Container, IPointer, Entry>&)':
../include/EST_TIterator.h:208: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:208: error: 'pos' was not declared in this scope
../include/EST_TIterator.h:208: error: 'pointer' was not declared in this scope
../include/EST_TIterator.h: In member function 'const Entry* EST_TStructIterator<Container, IPointer, Entry>::operator->() const':
../include/EST_TIterator.h:215: error: there are no arguments to 'current' that depend on a template parameter, so a declaration of 'current' must be available
../include/EST_TIterator.h:215: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../include/EST_TIterator.h: In constructor 'EST_TRwIterator<Container, IPointer, Entry>::EST_TRwIterator()':
../include/EST_TIterator.h:234: error: 'cont' was not declared in this scope
../include/EST_TIterator.h: In member function 'EST_TIterator<Container, IPointer, Entry>& EST_TRwIterator<Container, IPointer, Entry>::operator=(const EST_TIterator<Container, IPointer, Entry>&)':
../include/EST_TIterator.h:238: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:238: error: 'pos' was not declared in this scope
../include/EST_TIterator.h:238: error: 'pointer' was not declared in this scope
../include/EST_TIterator.h: In member function 'void EST_TRwIterator<Container, IPointer, Entry>::begin(Container&)':
../include/EST_TIterator.h:246: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:246: error: there are no arguments to 'beginning' that depend on a template parameter, so a declaration of 'beginning' must be available
../include/EST_TIterator.h: In member function 'Entry& EST_TRwIterator<Container, IPointer, Entry>::current() const':
../include/EST_TIterator.h:253: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:253: error: 'pointer' was not declared in this scope
../include/EST_TIterator.h: In member function 'Entry& EST_TRwIterator<Container, IPointer, Entry>::next_element()':
../include/EST_TIterator.h:267: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:267: error: 'pointer' was not declared in this scope
../include/EST_TIterator.h: In constructor 'EST_TRwStructIterator<Container, IPointer, Entry>::EST_TRwStructIterator()':
../include/EST_TIterator.h:284: error: 'cont' was not declared in this scope
../include/EST_TIterator.h: In member function 'EST_TIterator<Container, IPointer, Entry>& EST_TRwStructIterator<Container, IPointer, Entry>::operator=(const EST_TIterator<Container, IPointer, Entry>&)':
../include/EST_TIterator.h:288: error: 'cont' was not declared in this scope
../include/EST_TIterator.h:288: error: 'pos' was not declared in this scope
../include/EST_TIterator.h:288: error: 'pointer' was not declared in this scope
../include/EST_TIterator.h: In member function 'Entry* EST_TRwStructIterator<Container, IPointer, Entry>::operator->() const':
../include/EST_TIterator.h:295: error: there are no arguments to 'current' that depend on a template parameter, so a declaration of 'current' must be available
../include/EST_TList.h: At global scope:
../include/EST_TList.h:226: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TList<T>&)' declares a non-template function
../include/EST_TList.h:226: warning: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning
../include/EST_TVector.h:312: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TVector<T>&)' declares a non-template function
../include/EST_TKVL.h:61: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TKVI<K, V>&)' declares a non-template function
../include/EST_TKVL.h:146: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TKVL<K, V>&)' declares a non-template function
../include/EST_TMatrix.h:307: warning: friend declaration 'std::ostream& operator<<(std::ostream&, const EST_TMatrix<T>&)' declares a non-template function
../include/EST_TMatrix.h: In member function 'unsigned int EST_TMatrix<T>::mcell_pos(int, int) const':
../include/EST_TMatrix.h:107: error: 'p_column_step' was not declared in this scope
../include/EST_TMatrix.h: In member function 'const T& EST_TMatrix<T>::fast_a_m(int, int) const':
../include/EST_TMatrix.h:119: error: 'p_memory' was not declared in this scope
../include/EST_TMatrix.h: In member function 'T& EST_TMatrix<T>::fast_a_m(int, int)':
../include/EST_TMatrix.h:121: error: 'p_memory' was not declared in this scope
../include/EST_TMatrix.h: In member function 'const T& EST_TMatrix<T>::fast_a_1(int, int) const':
../include/EST_TMatrix.h:124: error: 'p_memory' was not declared in this scope
../include/EST_TMatrix.h: In member function 'T& EST_TMatrix<T>::fast_a_1(int, int)':
../include/EST_TMatrix.h:126: error: 'p_memory' was not declared in this scope
../include/EST_TMatrix.h: In member function 'int EST_TMatrix<T>::num_columns() const':
../include/EST_TMatrix.h:178: error: 'p_num_columns' was not declared in this scope
../include/EST_TMatrix.h: In member function 'void EST_TMatrix<T>::fill()':
../include/EST_TMatrix.h:217: error: 'def_val' was not declared in this scope
../include/EST_TSimpleVector.h: In member function 'void EST_TSimpleVector<T>::empty()':
../include/EST_TSimpleVector.h:77: error: 'def_val' was not declared in this scope
../include/EST_TSimpleVector.h:77: error: there are no arguments to 'fill' that depend on a template parameter, so a declaration of 'fill' must be available
slib.cc: In function 'void gc_mark_and_sweep()':
slib.cc:1088: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[1]: *** [slib.o] Error 1
make: *** [siod] Error 2

!!! ERROR: app-accessibility/speech-tools-1.2.3-r3 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  speech-tools-1.2.3-r3.ebuild, line 51:   Called die

_________________
It is the fate of operating systems to become free.
- Neal Stephenson
Back to top
View user's profile Send private message
guinnessmonster
n00b
n00b


Joined: 27 Apr 2006
Posts: 1

PostPosted: Thu Apr 27, 2006 10:36 am    Post subject: Reply with quote

PGS wrote:
It is quite simple, just comment out the offending line in the fglrx sources


I find the fglrx sources to be quite offensive in general. Can you elaborate on what exactly needs to be commented out?

Cheers.
Back to top
View user's profile Send private message
PGS
n00b
n00b


Joined: 06 Apr 2005
Posts: 4

PostPosted: Thu Apr 27, 2006 12:11 pm    Post subject: Reply with quote

In my case, the error was: "firegl_public.c:228: error: expected ')' before string constant". Line 228 in firegl_public.c is "MODULE_PARM(firegl, "s");"
Back to top
View user's profile Send private message
gnomen
n00b
n00b


Joined: 04 Sep 2005
Posts: 48

PostPosted: Thu Apr 27, 2006 1:36 pm    Post subject: Reply with quote

Hydraulix wrote:
I just can't install (....) media-libs/libdc1394-1.0.0 (needed for k3b).

libdc1394
Code:

if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -march=athlon-xp -fomit-frame-pointer -pipe -ftracer -fweb -frename-registers -Wall -Wunused -MT grab_partial_image.o -MD -MP -MF ".deps/grab_partial_image.Tpo" \
          -c -o grab_partial_image.o `test -f 'grab_partial_image.c' || echo './'`grab_partial_image.c; \
        then mv -f ".deps/grab_partial_image.Tpo" ".deps/grab_partial_image.Po"; \
        else rm -f ".deps/grab_partial_image.Tpo"; exit 1; \
        fi
grab_partial_image.c: In function 'main':
grab_partial_image.c:216: error: 'CLK_TCK' undeclared (first use in this function)
grab_partial_image.c:216: error: (Each undeclared identifier is reported only once
grab_partial_image.c:216: error: for each function it appears in.)
make[2]: *** [grab_partial_image.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/libdc1394-1.0.0/work/libdc1394-1.0.0/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdc1394-1.0.0/work/libdc1394-1.0.0'
make: *** [all] Error 2

!!! ERROR: media-libs/libdc1394-1.0.0 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  ebuild.sh, line 594:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

2.3-r3.ebuild, line 51:   Called die


Take a look at this bug https://bugs.gentoo.org/show_bug.cgi?id=124995
I am sure there are other workarounds, but this worked for me
Back to top
View user's profile Send private message
naresh
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2005
Posts: 88

PostPosted: Thu Apr 27, 2006 5:49 pm    Post subject: Reply with quote

I have a lil bit cleaner way to compile splashutils.

1. you need to start compiling splashutils.
2. go to /var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10
3. type ls -l | grep linux if its pointing to /usr/src/linux than okey, if not remove it and link to /usr/src/linux ( ln -s /usr/src/linux ./ )
4. replace Makefile with my makefile from http://naresh.pasjagsm.pl/Makefile
5. add keepwork to features in /etc/make.conf
6. emerge splashutils

Everything should go well then... For me it works. After all you can remove keepwork from features
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Fri Apr 28, 2006 8:25 pm    Post subject: Reply with quote

ok, it is line 228.. but how can i
comment it out before emerge ati-drivers?

it takes the original file (uncommented) from the package

build against no-1 / mm-1 etc. did not work
_________________
--eof--
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Sat Apr 29, 2006 1:12 am    Post subject: Reply with quote

I keep getting problems on step 8.4 # emerge glibc binutils gcc libstdc++-v3 libtool portage

Code:
 /usr/portage/distfiles/glibc-2.4-extra_patches-2.5.tar.bz2 saved [7135/7135]
>>>checking ebuild checksums
>>>checking auxfile checksums
!!!Digest verifacation failed:
!!!/usr/local/portage/sys-libs/glibc/files/nsswitch.conf
!!!Reason Failed on SHA256 verifacation

I'm using conrad live install 1.0.0 beta1 everything has gone smooth all the way to this point. I've double checked the date including my bios. please bear with me I'm still new and learning, but I could really use a little help. Thanks
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Apr 29, 2006 1:47 am    Post subject: Reply with quote

jonny bravo wrote:
I keep getting problems on step 8.4 # emerge glibc binutils gcc libstdc++-v3 libtool portage

Code:
 /usr/portage/distfiles/glibc-2.4-extra_patches-2.5.tar.bz2 saved [7135/7135]
>>>checking ebuild checksums
>>>checking auxfile checksums
!!!Digest verifacation failed:
!!!/usr/local/portage/sys-libs/glibc/files/nsswitch.conf
!!!Reason Failed on SHA256 verifacation

I'm using conrad live install 1.0.0 beta1 everything has gone smooth all the way to this point. I've double checked the date including my bios. please bear with me I'm still new and learning, but I could really use a little help. Thanks


try, ebuild /usr/local/portage/sys-libs/glibc/glibc-2.4-r1.ebuild digest

As for the update.
I am going to run through the guide to get my system back up, all errors and problems will definitely be fixed in 2.6.3
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Sat Apr 29, 2006 2:01 am    Post subject: Reply with quote

I'm trying it right now. Thanks for the quick response. I do have one other question. I noticed that there is a 2.6.17-rc-no4 out is that recommended once I get to that point?
Thanks!
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Sat Apr 29, 2006 2:27 am    Post subject: Reply with quote

jonny bravo wrote:
I'm trying it right now. Thanks for the quick response. I do have one other question. I noticed that there is a 2.6.17-rc-no4 out is that recommended once I get to that point?
Thanks!


it's not ready for prime time yet. :wink:
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sun Apr 30, 2006 3:43 pm    Post subject: Reply with quote

Upgraded to desperately needed 2.6.3

Changes 2.6.2-2.6.3__________
1) LiveCD 1.0.0-beta1
2) Fixed GCC Ebuild
3) Unmasked XFCE 4.4 beta
4) Unmasked Gnome 2.14 and things that depended on it
5) Unmasked linux-headers 2.6.16
6) Unmasked glibc 2.4-r2_
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Mon May 01, 2006 1:49 am    Post subject: Reply with quote

Thanks. I'll have to update my install. I'm on the second rebuild of my tool kit I ended up skipping 4.1.1, and using 4.1.0. I kept getting errors after gcc-svn-update, everything would go smooth until it would get to line 83 epatch pr26643. Keep up the good work!!!
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Tue May 02, 2006 12:38 am    Post subject: Reply with quote

I'm doing emerge -e world there seems to be a problem with coreutils-5.94-patch1.4.tar.bz2. aparently it wanst put on the correct server(still not fixed). Could I use emerge --resume --skipfirst or will this completely bork my instal ? Thanks
Back to top
View user's profile Send private message
smallming
n00b
n00b


Joined: 08 Apr 2006
Posts: 8

PostPosted: Tue May 02, 2006 2:13 am    Post subject: Reply with quote

hi, noob question here. may i know what's the "Fixed GCC Ebuild"? cos i dun see anything related to gcc in the 2.6.2-2.6.3 tar file, only glibc and the unmask files. can someone explain to me? tks.
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Tue May 02, 2006 2:15 am    Post subject: Reply with quote

jonny bravo wrote:
I'm doing emerge -e world there seems to be a problem with coreutils-5.94-patch1.4.tar.bz2. aparently it wanst put on the correct server(still not fixed). Could I use emerge --resume --skipfirst or will this completely bork my instal ? Thanks


it shouldn't hurt anything. I've had to do it myself. :wink:
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Tue May 02, 2006 2:32 am    Post subject: Reply with quote

Thanks. I'll give it a try. I've read through other threads and it looks like this has effected allot of other people.
Back to top
View user's profile Send private message
Babau
n00b
n00b


Joined: 07 Jun 2005
Posts: 22

PostPosted: Tue May 02, 2006 6:07 am    Post subject: Reply with quote

cheater1034 wrote:
Upgraded to desperately needed 2.6.3

Changes 2.6.2-2.6.3__________
2) Fixed GCC Ebuild



keep on having some wierd issue

Code:

 * Applying pr26565.patch ...

 * Failed Patch: pr26565.patch !
 *  ( /usr/local/portage/sys-devel/gcc/files/4.1.0/pr26565.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/gcc-4.1.1_pre20060502/temp/pr26565.patch-10525.out


!!! ERROR: sys-devel/gcc-4.1.1_pre20060502 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_unpack
  ebuild.sh, line 700:   Called src_unpack
  gcc-4.1.1_pre20060502.ebuild, line 82:   Called epatch '/usr/local/portage/sys-devel/gcc/files/4.1.0/pr26565.patch'
  eutils.eclass, line 339:   Called die

!!! Failed Patch: pr26565.patch!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
Arragon
n00b
n00b


Joined: 05 Apr 2006
Posts: 7

PostPosted: Tue May 02, 2006 9:40 am    Post subject: Reply with quote

Same here
Code:
 * Excluding patch 33_all_gcc4-pr16104.patch
 * Excluding patch 01_all_gcc4-ice-hack.patch
 * Excluding patch 00_all_gcc-trampolinewarn.patch
 * Applying Gentoo patches ...
 *   02_all_gcc4-ppc64-m32-m64-multilib-only.patch ...                                                                                                           [ ok ]
 *   03_all_gcc4-java-nomulti.patch ...

 * Failed Patch: 03_all_gcc4-java-nomulti.patch !
 *  ( /var/tmp/portage/gcc-4.1.1_pre20060502/work/patch/03_all_gcc4-java-nomulti.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/gcc-4.1.1_pre20060502/temp/03_all_gcc4-java-nomulti.patch-21734.out


!!! ERROR: sys-devel/gcc-4.1.1_pre20060502 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_unpack
  ebuild.sh, line 700:   Called src_unpack
  gcc-4.1.1_pre20060502.ebuild, line 72:   Called gcc_src_unpack
  toolchain.eclass, line 967:   Called epatch '/var/tmp/portage/gcc-4.1.1_pre20060502/work/patch'
  eutils.eclass, line 339:   Called die

!!! Failed Patch: 03_all_gcc4-java-nomulti.patch!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Tue May 02, 2006 1:19 pm    Post subject: Reply with quote

I'm not real skilled yet but if you read the thread the solution is there. I can show you where to find the ebuild line though. I hope this helps
Quote:
Jonasx:

Yep, I am getting an error during the gcc (gcc-4.1.1_pre20060420) build:
Code:
Failed Patch: pr26643.patch !
 ( /usr/local/portage/sys-devel/gcc/files/4.1.0/pr26643.patch )

[quote]You need to comment that out of the ebuild and re-digest, it must of been fixed upstream. (Guide 2.6.3 will come tomorrow)[/quote

Heres where to look, use nano -w /usr/local/portage/sys-devel/gcc/files/ebuild/gcc

look for these lines.
Code:


   echo ${PV/_/-} > "${S}"/gcc/BASE-VER
   echo "" > "${S}"/gcc/DATESTAMP

   [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch

   epatch "${FILESDIR}"/4.1.0/pr24879.patch
   epatch "${FILESDIR}"/4.1.0/pr21764-pr19238.patch
   epatch "${FILESDIR}"/4.1.0/pr20297-test.patch
   epatch "${FILESDIR}"/4.1.0/pr26565.patch
   epatch "${FILESDIR}"/4.1.0/pr26643.patch
   epatch "${FILESDIR}"/4.1.0/pr26667.patch
   epatch "${FILESDIR}"/4.1.0/pr23111.patch

I ended up using 4..1.0 and every thing went smooth., the only other problem I've encountered was at emerge -e world. coreutils-5.94-patch-1.4.tar.bz2
was not uploaded to the right server https://bugs.gentoo.org/show_bug.cgi?id=131808 not sure if that got fixed yet I had to get to work and let everything else compile.
Back to top
View user's profile Send private message
Babau
n00b
n00b


Joined: 07 Jun 2005
Posts: 22

PostPosted: Tue May 02, 2006 9:11 pm    Post subject: Reply with quote

I think there is also an issue with

gcc-4.1.0-piepatches-v8.7.8.tar.bz2

since the file is not any more online at the supposed url
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Tue May 02, 2006 9:41 pm    Post subject: Reply with quote

I endedd up just re-doing my install and skipping step
8.3 - GCC 4.1.1 Overlay - OPTIONAL/RECCOMENDED
Everything will go smooth, might just wait for gcc-4.2.
when you get to emerge -e world see if it goes through not sure if that bug got fixed.
if not I used emerge --resume --skipfirst and it worked. I also read in the forums that
setting your use="minimal" works on some of the bugs. I havent tried that myself, so I'm not sure if
that will bork things.
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Wed May 03, 2006 1:04 am    Post subject: Reply with quote

I'm getting errors on step
11.1 - Emerging splashutils and the conrad theme
Code:
 emerge conrad-fbsplash

This is what I get
Code:
 !!!ERROR: media-gfx/splashutils-1.1.9.10-r1 failed.
call stack:
ebuild.sh, line 1525:  called dyn_comile
ebuild.sh, line 928:  called src_compile
splasutils-1.1.9.10-r1.ebuild, line: 139: called die

!!! failed to build splashutils

any sugestions? Thanks.
Back to top
View user's profile Send private message
Donman
Tux's lil' helper
Tux's lil' helper


Joined: 05 Sep 2005
Posts: 117

PostPosted: Wed May 03, 2006 1:17 am    Post subject: Reply with quote

naresh wrote:
Quote:
I have a lil bit cleaner way to compile splashutils.

1. you need to start compiling splashutils.
2. go to /var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10
3. type ls -l | grep linux if its pointing to /usr/src/linux than okey, if not remove it and link to /usr/src/linux ( ln -s /usr/src/linux ./ )
4. replace Makefile with my makefile from http://naresh.pasjagsm.pl/Makefile
5. add keepwork to features in /etc/make.conf
6. emerge splashutils

Everything should go well then... For me it works. After all you can remove keepwork from features

Just follow those directions and you'll have splashutils up and running! If you want, you could do what I did and make an overlay using the ebuild and files in portage and his Makefile, so it builds cleanly later on when you emerge world or something of the sort. Hope this helps!
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Wed May 03, 2006 1:22 am    Post subject: Reply with quote

Thanks for the help.
Back to top
View user's profile Send private message
jonny bravo
n00b
n00b


Joined: 29 May 2005
Posts: 31

PostPosted: Wed May 03, 2006 1:51 am    Post subject: Reply with quote

Worked like a charm! Thanks!! 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 5 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum