Greg Corcoran | 1 Sep 2002 09:53

The Red Star

Hi,

I have just experienced the "Red Star" trying to emerge ALSA on one of
my Gentoo systems.

The "Red Star" problem has the following symptoms:

1. An emerge is executed
2. The package is downloaded if required
3. The checksum is calculated
4. A mysterious red star "*" appears and nothing further happens

I'm running portage 2.0.33 with GCC 2.95.3 and have read about other
people having this problem emerging ALSA, Nvidia drivers and OpenOffice.

My guess is that there might be a new bug somewhere in Portage 2.0.33. I
have read some people have seen this in 2.0.32.

Does anyone have any insights to what is going on? I'm not a coding
expert but I can certainly help out with testing.

TIA

Greg
Martin Schlemmer | 1 Sep 2002 10:12
Picon
Favicon

Re: The Red Star

On Sun, 2002-09-01 at 09:53, Greg Corcoran wrote:
> Hi,
> 
> I have just experienced the "Red Star" trying to emerge ALSA on one of
> my Gentoo systems.
> 
> The "Red Star" problem has the following symptoms:
> 
> 1. An emerge is executed
> 2. The package is downloaded if required
> 3. The checksum is calculated
> 4. A mysterious red star "*" appears and nothing further happens
> 
> I'm running portage 2.0.33 with GCC 2.95.3 and have read about other
> people having this problem emerging ALSA, Nvidia drivers and OpenOffice.
> 
> My guess is that there might be a new bug somewhere in Portage 2.0.33. I
> have read some people have seen this in 2.0.32.
> 

Not entirely portage (actually, not at all).

> Does anyone have any insights to what is going on? I'm not a coding
> expert but I can certainly help out with testing.
> 

Yeah.  Will think of the proper fix now.

--

-- 

(Continue reading)

gentoo | 1 Sep 2002 12:04
Favicon

zend accelerator2.1

gentoo-dev, hi

I've downloaded a copy of ZendAccelerator2.1 from www.zend.com,and I want to 
evaluate it.but in my installation in Gentoo Linux 1.4b,it tell me can not find PHP file. 
what does this mean?I used /usr/include/php 
/usr/lib/php,it says no. 
It means libphp4.so? 
I compiled php4.2.2 as DSO of Apache 1.3.26 
with gcc3.2,glibc2.2.5
please help me ,thanks a lot
 				

        gentoo
        liyian817 <at> 21cn.com
          2002-09-01
Peter Ruskin | 1 Sep 2002 12:20

Re: Mozilla 1.1 ebuild - feedback

On Saturday 31 Aug 2002 15:58, Ian wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> WFM, including Enigmail (very nice!).
>
> 1 $ cat /proc/cpuinfo
> processor       : 0
> vendor_id       : AuthenticAMD
> cpu family      : 6
> model           : 4
> model name      : AMD Athlon(tm) Processor
> stepping        : 2
> cpu MHz         : 800.155
> cache size      : 256 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 1
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
> bogomips        : 1568.76
>
> USE="dvd doc aalib crypt oss matrox fbcon truetype mozilla mozirc
> mozxmlterm mpeg tcltk mta-tls tcpd"
>
(Continue reading)

Jungmin Seo | 1 Sep 2002 15:37
Picon

Another Gentoo Mirror in Korea

Hi,

You all are doing a great job. Thank you for everything.

It is very glad to announce you that we have set up 
a gentoo ftp mirror in Korea. It is located in an IDC
in korea, with a 100MB/s connection. Depending on the
traffic, we are pleased to extend the connection.

The URL is 

http://ftp.gentoo.or.kr
ftp://ftp.gentoo.or.kr

We have already been running rsync1.kr.gentoo.org and
the korean gentoo users' community to provide information
about gentoo in korea, such as translated documents,
our own ebuilds for korean applications, forums and the wiki. 

Our community itself is being run seperately from gentoo.org,
but it is only because korean people are comfortable with
korean language, so that i hope that our community be another
great support for gentoo.

J Seo
from gentoo.or.kr
KOMACHI Mamoru | 1 Sep 2002 15:44
Picon
Favicon

Re: Fwd: AboutGentoo Linux

Hi, I'm not a developer but a user who started to use Gentoo last week, but
I also feel portage comfortable.

On Sat, Aug 31, 2002 at 05:46:21PM +0200, Yovko Ilchev Yovkov wrote:

> Till few days ago my favourite distribution was Slacware, becouse I like
> high aalablity customising. But with slack there was some problems to tell
> it "UPDATE YOUSELF".

The day before yesterday I tried to put portage on Slackware, and all I did
was just copying portage tree, portage bin & lib (symlinks as well),
/var/cache/edb and /etc/make* stuff(accordingly /etc/env.d), but it seems
working now. You can merge, unmerge and upgrade you system with portage on
Slackware.

I made Slackware tgz package to install portage onto slack, but I don't
think you need it because it is too easy!  

> I tried also Debian. But there is too old pckages.

Have you tried testing or unstable? You could use testing/unstable packages
on stable using PIN or recompile testing/unstable packages from deb-src...

> I was thinking obout do start to develop Linux with FreeBSD package
> system.

Just FYI, there is a project from NetBSD pkgsrc(although the number of
pkgsrc is limited compared to FreeBSD ports):

	http://www.netbsd.org/zoularis/
(Continue reading)

Avi Schwartz | 1 Sep 2002 16:38
Favicon

Re: zend accelerator2.1

I didn't install ZendAccelerator but another Zend product (Studio
Server) but I assume they are asking the same information.  What you
didn't tell us is which php file did it ask for.  If it is the php
program, then it resides in /usr/bin if it is looking for php.ini, then
it resides in /etc/php4

Avi

On Sun, 2002-09-01 at 05:04, gentoo wrote:
> I've downloaded a copy of ZendAccelerator2.1 from www.zend.com,and I want to 
> evaluate it.but in my installation in Gentoo Linux 1.4b,it tell me can not find PHP file. 
> what does this mean?I used /usr/include/php 
> /usr/lib/php,it says no. 
> It means libphp4.so? 
> I compiled php4.2.2 as DSO of Apache 1.3.26 
> with gcc3.2,glibc2.2.5
> please help me ,thanks a lot
--

-- 
Avi Schwartz
avi <at> CFFtechnologies.com
| 1 Sep 2002 16:50

winex-cvs ebuild

Hello guys,

I added the winex-cvs ebuild to the official portage tree this morning. It uses Dan's wonderful cvs eclass
to fetch the latest cvs tree from transgaming's server. After that, it compiles winex and installs it into
/usr/lib/winex-cvs. The wrapperscript goes to /usr/bin and is called winex-cvs, the regedit script is
called regedit-winex-cvs. The config files go to ~/.winex-cvs. These steps are needed to make winex-cvs 
compatible with winex and wine - it's possible to have all three packages installed at the same time.

Take a look at the ebuild itself - you can set the WINEX_BRANCH. This is kinda useful if you want to get an older
winex-2.0 or whatever. If you don't know what i'm talking about, don't touch this setting. :)

I already created a bug for testing reports or feature requests:
http://bugs.gentoo.org/show_bug.cgi?id=7319

So long,
-phoen][x-

Gentoo developer

--

-- 

http://keys.pgp.dk:11371/pks/lookup?op=get&search=0x859072C8
Key fingerprint = D7D9 3D68 2302 BEFB 2351  B3E3 2A21 50AB 8590 72C8
Gregg | 1 Sep 2002 19:55
Picon

error message

sh: Symbol 'vi_insertion_keymap' has different size in shared object,
consider re-linking
sh: Symbol 'vi_movement_keymap' has different size in shared object,
consider re-linking
sh: Symbol 'emacs_ctlx_keymap' has different size in shared object,
consider re-linking
sh: Symbol 'emacs_meta_keymap' has different size in shared object,
consider re-linking

After emerging the newest readline ebuild.  I get this error, many times
when emerging anything else, or on some other things too (dailystrips does
this error a good 20 times).  What do I need to do?

Gregg
Pierre-Henri Jondot | 1 Sep 2002 23:05
Picon

Re: Printing: CUPS and HP LaserJet


> Then I got a tip from Donny Davies (a Gentoo Developer), who forwarded to
> me Jeffrey D. Kowing's message regarding this matter in [gentoo-dev],
> where he says that getting a fresh *.ppd from sourceforge.net solves the
> problem.  So I went to sourceforge and got a PPD file for my HP LasetJet
> 4M, which is generated as HP-LaserJet_4M-ljet4-ppd.ppd, put it into my
> /usr/share/cups/model/ with all other PPD's, deleted my current printers
> and ran from the commandline (for JetDirect)
> 
did it too...

> And it worked like a charm.  The only thing I wasn't able to understand is
> why it generated two empty sheets of paper before the job comes out, but
> hey - it's recyclable :))
> 
the same for me (not for every print but certainly for some) and my laserjet
5l, and it really annoys me... The more often I only print a page or two...

I parsed the ppd file without having the slightest idea of what to adjust...
When manually invoking ghostscript, I've never encountered this problem. A
fix would be greatly appreciated there...

--

-- 
Pierre-Henri Jondot <Pierre-Henri.Jondot <at> wanadoo.fr>
Page perso : http://perso.wanadoo.fr/phj

Gmane