| View previous topic :: View next topic |
| Author |
Message |
FireBurn Tux's lil' helper

Joined: 19 Sep 2004 Posts: 145 Location: Edinburgh, UK
|
Posted: Fri Sep 11, 2009 2:37 am Post subject: |
|
|
Usually a:
| Code: |
mount none /dev/shm -t tmpfs -o size=2g
|
Does the trick |
|
| Back to top |
|
 |
OmSai l33t


Joined: 30 Sep 2007 Posts: 603 Location: Manchester, CT, USA
|
Posted: Sun Sep 13, 2009 1:47 am Post subject: |
|
|
I was able to run as root, but got the error Animatrix reported when running as a regular user.
| FireBurn wrote: | Usually a: | Code: | | mount none /dev/shm -t tmpfs -o size=2g | Does the trick | Indeed, this makes it run for me.
So for the time being I've added it to the beginning of chromium-bin:
| Code: | #!/bin/sh
if ! df | grep -q '/dev/shm$'; then
sudo mount none /dev/shm -t tmpfs -o size=2g
fi
|
Before this when I ran an strace I found this in the output: | strace chromium-bin: | | open("/dev/shm/org.chromium.e1FJGd", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 EACCES (Permission denied) | Should this be reported as a bug? I have stored the strace before and after.
Thanks to noisebleed, Ken69267 and ferret_ for all their help on #gentoo-amd64! _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it. |
|
| Back to top |
|
 |
truekaiser l33t


Joined: 05 Mar 2004 Posts: 619
|
Posted: Sun Sep 13, 2009 7:36 am Post subject: |
|
|
| .yankee wrote: | @kernelOfTruth:
| rmh3093 wrote: | | file_version_info_linux.h should be created automatically now... so try commenting that section out.... if it does not work, there is a bug in the build system |
This works. I'll edit my earlier ebuild to avoid confusion too... |
it still bombs out on me due to that error. commenting out the line doesn't work it just removes the #. _________________ "My father rode a camel. I drive a car. My son flies a jet-plane. His son will ride a camel."
Saudi saying
Too late to do anything about it, so just sit back and enjoy the fireworks. |
|
| Back to top |
|
 |
truekaiser l33t


Joined: 05 Mar 2004 Posts: 619
|
Posted: Mon Sep 14, 2009 3:37 am Post subject: |
|
|
ok i removed everything chromium related and re downloaded it all and it still bombs out on this.
| Code: | * Updating file_version_info_linux.h
sed: can't read chrome/tools/build/linux/version.sh: No such file or directory
*
* ERROR: www-client/chromium-9999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_prepare
* environment, line 2370: Called die
* The specific snippet of code:
* sed -i -e "s,svn info,svn info ${EGCLIENT_STORE_DIR}/${EGCLIENT_PROJECT}/src," chrome/tools/build/linux/version.sh || die;
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/www-client/chromium-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-9999/temp/environment'.
* This ebuild used the following eclasses from overlays:
* /usr/portage/local/layman/THE/eclass/gclient.eclass
* This ebuild is from a repository named 'THE'
*
>>> Failed to emerge www-client/chromium-9999, Log file:
>>> '/var/tmp/portage/www-client/chromium-9999/temp/build.log'
* Messages for package www-client/chromium-9999:
*
* ERROR: www-client/chromium-9999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_prepare
* environment, line 2370: Called die
* The specific snippet of code:
* sed -i -e "s,svn info,svn info ${EGCLIENT_STORE_DIR}/${EGCLIENT_PROJECT}/src," chrome/tools/build/linux/version.sh || die;
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/www-client/chromium-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-9999/temp/environment'.
* This ebuild used the following eclasses from overlays:
* /usr/portage/local/layman/THE/eclass/gclient.eclass
* This ebuild is from a repository named 'THE'
*
|
_________________ "My father rode a camel. I drive a car. My son flies a jet-plane. His son will ride a camel."
Saudi saying
Too late to do anything about it, so just sit back and enjoy the fireworks. |
|
| Back to top |
|
 |
OmSai l33t


Joined: 30 Sep 2007 Posts: 603 Location: Manchester, CT, USA
|
Posted: Mon Sep 14, 2009 10:44 am Post subject: |
|
|
truekaiser, does this also happen when you use the ebuild+eclass in portage instead of the overlay? _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it. |
|
| Back to top |
|
 |
soya Guru


Joined: 29 Jan 2004 Posts: 414
|
Posted: Mon Sep 14, 2009 6:31 pm Post subject: |
|
|
Hi, i'm using chromium on a x64 architechture and i'm unable to view flash videos. I can watch them using mozilla firefox, what could i do to fix the issue? thanks _________________ Si el tonto te alaba lamentalo, si el listo te censura piensalo... |
|
| Back to top |
|
 |
KloBass n00b

Joined: 14 Sep 2009 Posts: 10
|
Posted: Mon Sep 14, 2009 6:56 pm Post subject: |
|
|
| soya wrote: | | Hi, i'm using chromium on a x64 architechture and i'm unable to view flash videos. I can watch them using mozilla firefox, what could i do to fix the issue? thanks |
I have got same problem there - i have lninked 64bit plugin - which works in firefox to chromium-browser folder - about:plugins now correctly shows flash plugin but there is no video only empty space 
Last edited by KloBass on Mon Sep 14, 2009 7:54 pm; edited 1 time in total |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Mon Sep 14, 2009 7:00 pm Post subject: |
|
|
| KloBass wrote: | | soya wrote: | | Hi, i'm using chromium on a x64 architechture and i'm unable to view flash videos. I can watch them using mozilla firefox, what could i do to fix the issue? thanks |
I have got same problem there - x64 i have ln-ed 64bit plugin which works in firefox to chromium-browser folder - about:plugins now correctly shows flash plugin but there is no video only empty space  |
copy that plugin to
| Quote: | ls -l /opt/chromium/plugins/
total 9520
-rwxr-xr-x 1 root root 9560488 Aug 7 16:08 libflashplayer.so
-rwxr-xr-x 1 root root 179552 Aug 5 21:06 nppdf.so |
I'm not sure if you still need to enable them:
| Code: | | chrome --enable-greasemonkey --enable-user-scripts --enable-extensions --enable-plugins |
NOTE: acrobat reader doesn't work for me
and I've been getting compilation errors about hunspell since last time I compiled it (August 26th)
so I can't tell whether it works out of the box now or any other problems _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
truekaiser l33t


Joined: 05 Mar 2004 Posts: 619
|
Posted: Tue Sep 15, 2009 2:38 am Post subject: |
|
|
| OmSai wrote: | | truekaiser, does this also happen when you use the ebuild+eclass in portage instead of the overlay? |
what do you mean by ebuild + eclass? i would think a ebuild from a overlay would be the same as a ebuild from the portage tree. _________________ "My father rode a camel. I drive a car. My son flies a jet-plane. His son will ride a camel."
Saudi saying
Too late to do anything about it, so just sit back and enjoy the fireworks. |
|
| Back to top |
|
 |
soya Guru


Joined: 29 Jan 2004 Posts: 414
|
Posted: Tue Sep 15, 2009 4:11 am Post subject: |
|
|
Thanks, it did the trick
| kernelOfTruth wrote: | | KloBass wrote: | | soya wrote: | | Hi, i'm using chromium on a x64 architechture and i'm unable to view flash videos. I can watch them using mozilla firefox, what could i do to fix the issue? thanks |
I have got same problem there - x64 i have ln-ed 64bit plugin which works in firefox to chromium-browser folder - about:plugins now correctly shows flash plugin but there is no video only empty space  |
copy that plugin to
| Quote: | ls -l /opt/chromium/plugins/
total 9520
-rwxr-xr-x 1 root root 9560488 Aug 7 16:08 libflashplayer.so
-rwxr-xr-x 1 root root 179552 Aug 5 21:06 nppdf.so |
I'm not sure if you still need to enable them:
| Code: | | chrome --enable-greasemonkey --enable-user-scripts --enable-extensions --enable-plugins |
NOTE: acrobat reader doesn't work for me
and I've been getting compilation errors about hunspell since last time I compiled it (August 26th)
so I can't tell whether it works out of the box now or any other problems |
_________________ Si el tonto te alaba lamentalo, si el listo te censura piensalo... |
|
| Back to top |
|
 |
KloBass n00b

Joined: 14 Sep 2009 Posts: 10
|
Posted: Tue Sep 15, 2009 6:26 am Post subject: |
|
|
| kernelOfTruth wrote: |
I'm not sure if you still need to enable them:
| Code: | | chrome --enable-greasemonkey --enable-user-scripts --enable-extensions --enable-plugins |
so I can't tell whether it works out of the box now or any other problems |
Thanks ill try it when i get to my ntb  |
|
| Back to top |
|
 |
soya Guru


Joined: 29 Jan 2004 Posts: 414
|
Posted: Wed Sep 16, 2009 12:59 pm Post subject: |
|
|
It worked for me  _________________ Si el tonto te alaba lamentalo, si el listo te censura piensalo... |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Wed Sep 16, 2009 1:49 pm Post subject: |
|
|
well - now it isn't building for me anymore
seems like something in the build process changed:
| Quote: | Updating projects from gyp files...
Traceback (most recent call last):
File "src/tools/gyp/gyp_chromium", line 34, in <module>
sys.exit(gyp.main(args))
File "src/tools/gyp/pylib/gyp/__init__.py", line 404, in main
params)
File "src/tools/gyp/pylib/gyp/__init__.py", line 76, in Load
depth, generator_input_info)
File "src/tools/gyp/pylib/gyp/input.py", line 1725, in Load
LoadTargetBuildFile(build_file, data, aux_data, variables, includes, depth)
File "src/tools/gyp/pylib/gyp/input.py", line 245, in LoadTargetBuildFile
build_file_path)
File "src/tools/gyp/pylib/gyp/input.py", line 733, in ProcessVariablesAndConditionsInDict
build_file)
File "src/tools/gyp/pylib/gyp/input.py", line 749, in ProcessVariablesAndConditionsInList
build_file)
File "src/tools/gyp/pylib/gyp/input.py", line 702, in ProcessVariablesAndConditionsInDict
ProcessConditionsInDict(the_dict, is_late, variables, build_file)
File "src/tools/gyp/pylib/gyp/input.py", line 562, in ProcessConditionsInDict
if eval(ast_code, {'__builtins__': None}, variables):
File "<string>", line 1, in <module>
NameError: name 'javascript_engine' is not defined while trying to load src/build/all.gyp
*
* ERROR: www-client/chromium-9999-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_prepare
* environment, line 2775: Called die
* The specific snippet of code:
* src/tools/gyp/gyp_chromium src/build/all.gyp -Dtarget_arch=x64 -Dno_strict_aliasing=1 -Dgcc_version=43 || die "gpy failed"
* The die message:
* gpy failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
|
help please ! _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
Voyageur Developer


Joined: 06 Mar 2005 Posts: 340 Location: Paris, France
|
Posted: Wed Sep 16, 2009 2:49 pm Post subject: |
|
|
The gyp script to use was changed recently (just as I was checking a tarball for adding ebuild to portage...), use build/gyp_chromium instead of tools/gyp/gyp_chromium _________________ Routinely breaking NX, GNUstep, net-ftp, miscellaneous (llvm, filezilla, rdesktop, chromium, ...) packages |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Wed Sep 16, 2009 3:19 pm Post subject: |
|
|
| Voyageur wrote: | | The gyp script to use was changed recently (just as I was checking a tarball for adding ebuild to portage...), use build/gyp_chromium instead of tools/gyp/gyp_chromium |
thanks Voyageur !
now I get:
| Quote: | cc1plus: warnings being treated as errors
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In constructor 'StackTrace::StackTrace()':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:119: error: the address of 'int backtrace(void**, int)' will never be NULL
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In member function 'void StackTrace::PrintBacktrace()':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:129: error: the address of 'void backtrace_symbols_fd(void* const*, int, int)' will never be NULL
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In member function 'void StackTrace::OutputToStream(std::ostream*)':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:136: error: the address of 'char** backtrace_symbols(void* const*, int)' will never be NULL
scons: *** [/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/obj/base/base/debug_util_posix.o] Error 1
scons: building terminated because of errors.
*
* ERROR: www-client/chromium-9999-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2736: Called die
* The specific snippet of code:
* scons --mode=Release --site-dir=../site_scons ${MAKEOPTS} chrome || die "scons build failed"
* The die message:
* scons build failed
|
seems I need to set my flags less tight (or someone needs to fix the code)
| Code: | | -fno-strict-overflow -fno-delete-null-pointer-checks | are enabled so those might prevent chrome from building
update:
still happening - so it needs to be fixed:
| Quote: | cc1plus: warnings being treated as errors
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In constructor 'StackTrace::StackTrace()':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:119: error: the address of 'int backtrace(void**, int)' will never be NULL
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In member function 'void StackTrace::PrintBacktrace()':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:129: error: the address of 'void backtrace_symbols_fd(void* const*, int, int)' will never be NULL
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc: In member function 'void StackTrace::OutputToStream(std::ostream*)':
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/base/debug_util_posix.cc:136: error: the address of 'char** backtrace_symbols(void* const*, int)' will never be NULL
scons: *** [/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/obj/base/base/debug_util_posix.o] Error 1
scons: building terminated because of errors.
|
_________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
kota n00b

Joined: 22 Jul 2007 Posts: 2
|
Posted: Wed Sep 16, 2009 3:45 pm Post subject: |
|
|
I removed those NULL pointer checks, patch below
http://dpaste.com/94407/
Compiled fine for me with it  |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Wed Sep 16, 2009 5:33 pm Post subject: |
|
|
thanks !
seems that it doesn't like hardened
| Quote: | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/lib/libsandbox.a(library.o): relocation R_X86_64_32S against `.bss._ZZN10playground7Library8getBytesEPcPKclE13helper_socket' can not be used when making a shared object; recompile with -fPIC
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/lib/libsandbox.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
scons: *** [/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/chrome] Error 1
scons: building terminated because of errors. |
_________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Wed Sep 16, 2009 7:54 pm Post subject: |
|
|
| kernelOfTruth wrote: |
thanks !
seems that it doesn't like hardened
| Quote: | /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/lib/libsandbox.a(library.o): relocation R_X86_64_32S against `.bss._ZZN10playground7Library8getBytesEPcPKclE13helper_socket' can not be used when making a shared object; recompile with -fPIC
/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/lib/libsandbox.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
scons: *** [/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/src/src/sconsbuild/Release/chrome] Error 1
scons: building terminated because of errors. |
|
ok, this time it was a little different:
no gcc-profiles to switch for gcc 4.3.4:
| Quote: | [1] x86_64-pc-linux-gnu-4.3.3
[2] x86_64-pc-linux-gnu-4.3.3-nofortify
[3] x86_64-pc-linux-gnu-4.3.3-nopie
[4] x86_64-pc-linux-gnu-4.3.3-nossp_all
[5] x86_64-pc-linux-gnu-4.3.3-vanilla
[6] x86_64-pc-linux-gnu-4.3.4 * |
so you need to add
to your C-/CXXFLAGS
then it built fine !
thanks again, kota !
it progresses nicely performance-wise on 64bit BUT it's still slower than on 32bit:
| Quote: | google chromium-bin (dev, 3.0.197.0; from 32bit chroot)
Score: 3914
Richards: 3768
DeltaBlue: 4084
Crypto: 3192
RayTrace: 5552
EarleyBoyer: 6681
RegExp: 1204
Splay: 6413
google chromium (4.0.212.0; 64bit)
Score: 3575
Richards: 3199
DeltaBlue: 3417
Crypto: 3127
RayTrace: 4180
EarleyBoyer: 6904
RegExp: 1224
Splay: 6180
google chromium (dev, 4.0.204.0; 64bit)
Score: 2896
Richards: 3088
DeltaBlue: 2399
Crypto: 3068
RayTrace: 2435
EarleyBoyer: 5259
RegExp: 1226
Splay: 4788 |
_________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
KloBass n00b

Joined: 14 Sep 2009 Posts: 10
|
Posted: Thu Sep 17, 2009 6:10 am Post subject: |
|
|
| KloBass wrote: | | kernelOfTruth wrote: |
I'm not sure if you still need to enable them:
| Code: | | chrome --enable-greasemonkey --enable-user-scripts --enable-extensions --enable-plugins |
so I can't tell whether it works out of the box now or any other problems |
Thanks ill try it when i get to my ntb  |
Nah still looks the same.. chromium shows plugin as active but it wont show any of youtube videos - it is not saying that iam missing plugin but it shows empty white space instead of video.. |
|
| Back to top |
|
 |
Voyageur Developer


Joined: 06 Mar 2005 Posts: 340 Location: Paris, France
|
Posted: Mon Oct 05, 2009 1:41 pm Post subject: |
|
|
For those still interested in a live ebuild, I've added a -9999 version in tree (based on other in-tree ebuilds). _________________ Routinely breaking NX, GNUstep, net-ftp, miscellaneous (llvm, filezilla, rdesktop, chromium, ...) packages |
|
| Back to top |
|
 |
Phlogiston Veteran


Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Tue Oct 06, 2009 8:55 pm Post subject: |
|
|
Anyone found out how to change the key config? I want to use my special keys forward/backward to select next/previous tab.
Thanks for any hint _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Mon Oct 12, 2009 10:35 am Post subject: |
|
|
I'm currently using the in-tree chromium,
unfortunately SSL-pages and pages requiring / including content for plugins (e.g. flash, pdf, etc.) load but don't react to interput - sometimes it also prompts to kill the page
and from time to time I get:
| Quote: | chromium
[27095:27100:6514563571:ERROR:ipc/ipc_channel_posix.cc(814)] pipe error on 68: Broken pipe
[27095:27100:6514563623:ERROR:ipc/ipc_channel_posix.cc(451)] pipe error (6 : Connection reset by peer
[27095:27100:6529300034:ERROR:ipc/ipc_channel_posix.cc(451)] pipe error (67): Connection reset by peer
[27095:27100:6546473646:ERROR:ipc/ipc_channel_posix.cc(451)] pipe error (50): Connection reset by peer |
example pages are:
*) google.com/mail <-- login page (https encrypted)
*) about:plugins
*) https://produkte.web.de/club/?mc=hp@dienst.produkte@club
*) http://www.computerbase.de/forum/
strangely it sometimes seems to work
to be more precise it intermittent(ly) works
everything worked fine in the past
edit:
might be related to http://code.google.com/p/chromium/issues/detail?id=23362
strangely it also happens with gcc 4.3 _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
rmh3093 Advocate


Joined: 06 Aug 2003 Posts: 2135 Location: Rochester/Buffalo, NY
|
Posted: Thu Oct 15, 2009 1:57 pm Post subject: |
|
|
| kernelOfTruth wrote: | | Voyageur wrote: | | For those still interested in a live ebuild, I've added a -9999 version in tree (based on other in-tree ebuilds). |
thank you VERY much, Voyageur !  |
Hey even though THE overlay is down and out I still have the my live chromium ebuild and its still working.... Idk what other ebuild/tree you are referring to but if you want my latest updates to the orig live chromium ebuild let me know. _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5345 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Thu Oct 15, 2009 2:16 pm Post subject: |
|
|
| rmh3093 wrote: | | kernelOfTruth wrote: | | Voyageur wrote: | | For those still interested in a live ebuild, I've added a -9999 version in tree (based on other in-tree ebuilds). |
thank you VERY much, Voyageur !  |
Hey even though THE overlay is down and out I still have the my live chromium ebuild and its still working.... Idk what other ebuild/tree you are referring to but if you want my latest updates to the orig live chromium ebuild let me know. |
sure that would be nice to have - currently I seem out of luck with the in portage-tree ... _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
|
|
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
|
|