Re: [gentoo-user] dependency problem - how to decipher this one

2014-05-30 Thread Yuan MEI
On Wed, May 14, 2014 at 3:39 PM, Walter Dnes waltd...@waltdnes.org wrote:

 On Wed, May 14, 2014 at 07:29:11PM +0200, Helmut Jarausch wrote
  Hi,
 
  trying to emerge  x11-libs/gtk+:2 (2.24.23-r1) together with
  dev-libs/atk (2.12.0-r1) I get the following messages
 
  emerge: there are no ebuilds to satisfy
  =dev-libs/atk-1.29.2[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,
  abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?].
  (dependency required by x11-libs/gtk+-2.24.23-r1 [ebuild])
  (dependency required by x11-libs/gtk+:2 [argument])
 
  How can this be deciphered? How can I trace / debug the problem.

   Plan A) try adding the line...

 dev-libs/atk -introspection

 ...to /etc/portage/package.use

   Plan B) if some other package requires atk built with introspection,
 then make sure that atk is not built with any of abi_x86_32, or
 abi_x86_64, abi_x86_x32, or abi_mips_n32, or abi_mips_n64, or
 abi_mips_o32.  I.e. if you're running on AMD or Intel, add the line...

 dev-libs/atk -abi_x86_32 -abi_x86_64 -abi_x86_x32

 ...to /etc/portage/package.use

   In both cases (Plan A and Plan B), execute the command...

 emerge -1 atk

 ...immediately afterwards.


I have a similar problem:

# emerge -pvuDN world

These are the packages that would be merged, in order:

Calculating dependencies ... done!

emerge: there are no ebuilds to satisfy
=media-libs/audiofile-0.1.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?].
(dependency required by media-libs/libsdl-1.2.15-r5 [ebuild])
(dependency required by dev-libs/zziplib-0.13.60-r1[sdl] [installed])
(dependency required by dev-tex/luatex-0.76.0 [installed])
(dependency required by app-text/epspdf-0.6.0 [installed])
(dependency required by app-text/texlive-2013[epspdf] [installed])
(dependency required by app-doc/doxygen-1.8.3.1[latex] [installed])
(dependency required by x11-proto/xproto-7.0.26[doc] [ebuild])
(dependency required by x11-libs/gtk+-2.24.23 [ebuild])
(dependency required by gnome-base/libglade-2.6.4-r1 [ebuild])
(dependency required by dev-lisp/clisp-2.49-r8[gtk] [installed])
(dependency required by app-text/xindy-2.4 [installed])
# emerge -pv audiofile

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R] media-libs/audiofile-0.3.6-r1:0/1  USE=flac -static-libs
{-test} ABI_X86=(64) (-32) (-x32) 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

I tried Plan B but the problem persists.  Any ideas?

Thanks,

Yuan


[gentoo-user] Mouse device order

2006-08-17 Thread Yuan MEI
Hi,

I am using a ThinkPad laptop, so usually I have three mouse
devices, touchpad, touchpoint and an external USB mouse.  In X11, I
want the external USB mouse be CorePointer and the other two be
AlwaysCore, so that I can re-mapping the USB mouse keys for left-hand
use, while keeping the on-laptop mouse keys unchanged.

To do this, I have to refer to the three mouses independently
through /dev/input/mouse0,1,2.  The problem is, each time I reboot the
machine, the three device files have different corresponding devices,
totally unpredictable.  So, is there a way to designate which device
file should correspond to which mouse?  And what should I do?
-- 
Yuan MEI
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cedet-1.0_pre3 loses `sb-info.el'

2005-09-03 Thread Yuan MEI
I was using cedet-1.0_beta3 well for some days, however, today, when I
update it to the 1.0_pre3 version, I found that the file `sb-info.el',
which should be in `/usr/share/emacs/site-lisp/cedet/speedbar' was
missed.  And actually, this file is packed in `cedet-1.0pre3.tar.gz'.
So, what's wrong? the ebuild or the source's makefile?
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] What's the use of USE=profile?

2005-08-20 Thread Yuan MEI
/usr/portage/profiles/use.desc:profile - Adds profile support to
builds of packages (will likely vary from ebuild to ebuild in support)

However, I noticed only `glibc' has this 'USE', so, what dose this
'USE' do?
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge pciutils hangup

2005-08-06 Thread Yuan MEI
Jesse Hannah [EMAIL PROTECTED] writes:

 I'm trying to emerge pciutils normally, and it's downloaded, checked, and 
 unpacked all of the
 sources correctly, but it hangs up on Updating pci.ids. Any ideas why/if it 
 will fix itself/how
 to fix it?

Essentially, Updating pci.ids is doing a `wget' in the background,
you can run `ps aux' to verify this.  So, you have to make sure that
wget could reach its desired destination.

-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Which ghostscript to use?

2005-08-04 Thread Yuan MEI
There are three versions of ghostscript inside the portage, they are
`ghostscript', `ghostscript-gnu', `ghostscript-afpl'.  In my opinion,
afpl is used more widely, however, the latest version of afpl is not
inside the portage.  So, which to choose?
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Matlab under gentoo

2005-07-30 Thread Yuan MEI
Hi,

Anybody know how to solve it?  I know under suse this could be
done by LD_ASSUME_KERNEL=2.4.1 but I don't want to leave gentoo.
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Matlab under gentoo

2005-07-29 Thread Yuan MEI
Version 7.0.4.352 (R14) Service Pack 2,
when using mex, I got this error:

/usr/local/Matlab7/bin/glnx86/libmaple.so: symbol errno, 
version GLIBC_2.0 not defined in file libc.so.6 with link time reference.

seems a traditional problem with GLIBC_2.0

however, I cannot execute matlab with 'LD_ASSUME_KERNEL=2.4.1 matlab',
which causes:

/bin/sh: error while loading shared libraries: libdl.so.2: 
cannot open shared object file: No such file or directory

I ever succeeded in this way under Redhat9.0 with matlab6.5,
but how to handle it under the up-to-date gentoo?

And I noticed many commercial programs such like Cadence PSD, which
have this problem no matter how 'new' their products are.  Why don't those
companies solve this problem in newly released products?
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Matlab under gentoo

2005-07-29 Thread Yuan MEI
kashani [EMAIL PROTECTED] writes:

 You might want to emerge sys-libs/lib-compat That'll usually solve the
 problem.

I have this installed

[ebuild   R   ] sys-libs/lib-compat-1.4  +sdl 0 kB

[ Checking sys-libs/lib-compat-1.4 ]
 * 20 out of 20 files good
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Matlab under gentoo

2005-07-29 Thread Yuan MEI
Christoph Gysin [EMAIL PROTECTED] writes:

 Does libdl.so.2 exist on your system?

 I'm running ~x86:

 $ equery b /lib/libdl.so.2
 [ Searching for file(s) /lib/libdl.so.2 in *... ]
 sys-libs/glibc-2.3.5-r1 (/lib/libdl.so.2 - libdl-2.3.5.so)

sure, libdl.so.2 is on my system.  And I think the '-r1' version
doesn't matter.

[ Searching for file(s) /lib/libdl.so.2 in *... ]
sys-libs/glibc-2.3.5 (/lib/libdl.so.2 - libdl-2.3.5.so)

-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fbsplash problem !!!

2005-07-17 Thread Yuan MEI
I am using splashutils 1.1.9.7 and livecd-2005.1, and genkernel 3.2.5
works very well with all the stuff.  So I think you can find the
solution inside the genkernel scripts.
-- 
Yuan MEI

-- 
gentoo-user@gentoo.org mailing list