Re: [gentoo-user] update-eix freezes on pro-audio overlay

2009-05-30 Thread Jean-Baptiste Mestelan
2009/5/30 Andrew Gaydenko :
> Thanks for the suggestion. Have tried just now. Unfortunately, didn't help.

Well, embarrassingly enough, I have just tried syncing this overlay,
and get stuck at 86% too !
So this would mean the overlay SVN has a problem, server-side, I suppose.



Re: [gentoo-user] update-eix freezes on pro-audio overlay

2009-05-30 Thread Jean-Baptiste Mestelan
2009/5/30 Andrew Gaydenko 
> ... without CPU eating. Freezing point is shown below. I have observed
> zynaddsubfx-related message earlier plenty of times but without any freezing.
> And '86%' (freezing point) is far after zynaddsubfx ebuild parsing (at 54%).
>
> Where to dig in?
> Something python-related?
> Temporary workaround?

Just asking : have you tried deleting, then re-creating the overlay ?

layman -d pro-audio && layman -a  pro-audio



Re: [gentoo-user] dbus running but who started it?

2009-04-14 Thread Jean-Baptiste Mestelan
2009/4/14 Michael P. Soulier :
> I'm looking at my system and I'm surprised to find dbus running, since I put
> -dbus -hal in my /etc/make.conf.

Does `pstree` help ?

Cheers.



Re: [gentoo-user] Bash completion annoyance: escapes directory variables.

2009-01-17 Thread Jean-Baptiste Mestelan
2009/1/18 Peter Alfredsen :
> Did you try using unstable gentoo-bashcomp too?

Yes, exact same result, meaning gentoo specific completion is disabled.
Does it work for you folks ?



Re: [gentoo-user] Bash completion annoyance: escapes directory variables.

2009-01-17 Thread Jean-Baptiste Mestelan
2009/1/17 Stroller :
>
> I don't know much about this, but I wonder if it may be related to some of
> Gentoo's 3rd-party Bash-completion features?

I have unmerged gentoo-bashcomp, but the problem remains. So, this
would put the blame on bash-completion.

I am using bash-completion-20060301. Following your message, I have
upgraded to latest (unstable) bash-completion-20081218
*and this solved the original problem* : tab-completion now does not
escape variables after 'cd' !

BUT (there had to be a 'but') ...
gentoo-bashcomp does not play well with this latest version, meaning
that after re-installing bashcomp, completion does not work after
gentoo commands (emerge, ebuild ...).


So, I think I will get back to bash-completion-20060301, and use cdb
instead of path variables.

Thanks for attention and suggestions.


> You might also check bash-completion USE flags.

# equery uses app-shells/bash-completion
[ Searching for packages matching app-shells/bash-completion... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf  ]
[: Right column (I) - USE flags packages was installed with ]
[ No USE flags found for app-shells/bash-completion-20060301]



[gentoo-user] Bash completion annoyance: escapes directory variables.

2009-01-17 Thread Jean-Baptiste Mestelan
Hello all.


Now, I am unsure whether this is a feature, but:
when I tab-complete 'cd ' followed  an environment variable, bash
insists on escaping this variable.

ex: cd $ -> cd \$
Which means I end up typing for example
# cd \$DOC
and this is not resolved right.

If the variable path is not preceded by 'cd ' , bash completes it OK,
without escaping them.


Is there any way I can fix this behaviour ?
Thanks for your tips.



Re: [gentoo-user] dev-java/sun-jdk-1.6.0.11 Failed to unpack

2008-12-13 Thread Jean-Baptiste Mestelan
2008/12/13 Jeff Cranmer 
> Perhaps it would have done if I knew where the download page was.

The file /usr/portage/dev-java/sun-jdk/sun-jdk-1.6.0.11.ebuild
will disclose this information, and hints at
https://jdk-distros.dev.java.net/developer.html


Regards.



Re: [gentoo-user] Tripwire

2008-04-18 Thread Jean-Baptiste Mestelan
On 18/04/2008, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
>
> what is tripwire and where can i get the information
>


http://gentoo-portage.com/app-admin/tripwire

Also, in
/usr/portage/app-admin/tripwire/tripwire-*.ebuild

Regards.


Re: [gentoo-user] Re: Installing via GRML

2008-01-15 Thread Jean-Baptiste Mestelan
On 15/01/2008, Michael Schmarck <[EMAIL PROTECTED]> wrote:
> Hello!
>
> On Jan 15, 2008 1:54 PM, Jean-Baptiste Mestelan <[EMAIL PROTECTED]> wrote:
> > On 15/01/2008, Michael Schmarck <[EMAIL PROTECTED]> wrote:
>
> [ Installing via GRML ]
>
> > > IOW: Use the original documentation. Chapter 2 is of course then
> > > of no use, for the most part. The thing about hdparm and user
> > > accounts is valid none the less, though.
> >
> > I went through a  new install process this week, using Kubuntu liveCD,
> > and indeed the original documentation applies OK.
> > Only one minor notice : the part about using 'mirrorselect' will not
> > work, as this tool will not included in an alternate liveCD, so you
> > will have to select the mirrors manually (check the syntax beforehand,
> > maybe).
>
> I don't quite understand. When you're installing stuff from
> within Kubuntu (or whatever Live CD), you're in a Gentoo chroot.
> Why can't you install mirrorselect there and run mirrorselect
> in the chroot?
You are right, this would work. I had just not thought this program
would be in the portage tree.

> > Also, obviously, you will not be able to use genkernel and
> > automagically compile kernel (there could be other ways ?).
>
> Same question, basically. Why can''t you run genkernel
> in the chroot (I only used genkernel once, and then switched
> back to compiling the kernel by myself)?

Same reply :-)
May I just point that you are stating this as an experienced user, who
can afford some detachment from the documentation process ? This might
not be the case for every single person starting a Gentoo install ;
but thanks for providing us these different options.

Jean-Baptiste
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Installing via GRML

2008-01-15 Thread Jean-Baptiste Mestelan
On 15/01/2008, Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> make menuconfig && make && make modules_install, maybe? This always works,
> on any distribution. I still wonder why they all invent their own, special
> way of compiling a kernel.

Sure, this will work.
This also presumes that you know your way through menuconfig.

> I still wonder why they all invent their own, special
> way of compiling a kernel.
Probably to leave the choice to users, and allow someone to compile a
kernel without having in-depth knowledge of one's hardware and kernel
options ?
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Installing via GRML

2008-01-15 Thread Jean-Baptiste Mestelan
On 15/01/2008, Michael Schmarck <[EMAIL PROTECTED]> wrote:
> James  tampabay.rr.com> writes:
>
> >
> > Hello,
> >
> > Over the last week, I read where many folks recommend installing
> > Gentoo using GRML.
> > Since I have a p3 (650Mz) system I'm installing to build a
> > small web server for a friend, I figured I check out installing
> > gentoo via GRML.
> >
> > Does anyone know of a wiki or simple guide I can follow to do this?
>
> Sure. http://www.gentoo.org/doc/en/handbook/handbook-x86.xml
>
> IOW: Use the original documentation. Chapter 2 is of course then
> of no use, for the most part. The thing about hdparm and user
> accounts is valid none the less, though.

I went through a  new install process this week, using Kubuntu liveCD,
and indeed the original documentation applies OK.
Only one minor notice : the part about using 'mirrorselect' will not
work, as this tool will not included in an alternate liveCD, so you
will have to select the mirrors manually (check the syntax beforehand,
maybe).
Also, obviously, you will not be able to use genkernel and
automagically compile kernel (there could be other ways ?).

Cheers.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Extracting XP drivers from an .exe

2008-01-04 Thread Jean-Baptiste Mestelan
On 03/01/2008, James Ausmus <[EMAIL PROTECTED]> wrote:
> search the hard
> drive for any files that were unpacked - you might find where it
> unpacked files and, if you're lucky, it might contain all contents -
> 32 bit and 64 bit.
>

Yes, and they would probably be located in the %TEMP% directory.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Damaged file in portage cache

2007-06-14 Thread Jean-Baptiste Mestelan

On 6/14/07, Alex Schuster <[EMAIL PROTECTED]> wrote:

Can you mv the dep directory to another name, and re-create it with
emerge --metadata?


Hey, this worked !!!
I could not touch the files in /var/cache/edb/dep/usr/portage/net-misc/
but I could mv at an above level :
mv /var/cache/edb/dep /var/cache/edb/dep_hopelessly_broken worked all right.
I had not thought of this ; thanks for suggesting :-)

And emerge --metadata worked now ! very happy !
I will try to fsck -f the offending filesys, now.

Thank you, Alex.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Damaged file in portage cache

2007-06-14 Thread Jean-Baptiste Mestelan

On 6/14/07, Rudmer van Dijk <[EMAIL PROTECTED]> wrote:

hmm, then it really looks like your filesystem is screwed...

what filesystem are you using?
and have you tried to do a fsck on it?


It is ext3 filesystem ; I have executed fsck on it, which reported no errors.
It looks like the fs is out of sync with itself : some files are
listed, which do not really exist.

Better backup that data, and prepare for re-installing the system
soon, I suppose.

Thanks for support.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Damaged file in portage cache

2007-06-14 Thread Jean-Baptiste Mestelan

Many thanks for your kind answers.

I have tried to emerge --metadata, too, and the result is just the same.

localhost ~ # emerge --metadata


Updating Portage cache:  Traceback (most recent call last):

 File "/usr/bin/emerge", line 5530, in ?
   retval = emerge_main()
 File "/usr/bin/emerge", line 5489, in emerge_main
   action_metadata(settings, portdb, myopts)
 File "/usr/bin/emerge", line 4300, in action_metadata
   eclass_cache=ec, verbose_instance=noise_maker)
 File "/usr/lib/portage/pym/cache/util.py", line 22, in mirror_cache
   dead_nodes = dict.fromkeys(trg_cache.keys())
 File "/usr/lib/portage/pym/cache/template.py", line 95, in keys
   return tuple(self.iterkeys())
 File "/usr/lib/portage/pym/cache/flat_hash.py", line 122, in iterkeys
   st = os.lstat(p)
OSError: [Errno 2] No such file or directory:
'/var/cache/edb/dep/usr/portage/net-misc/vmpsd-1.3-r\x12'


I have manually deleted a lot of files from  /var/cache/edb/dep, but
the offending ones can  neither be removed nor renamed. (Was I all
right, in manually butchering /var/cache/edb/dep ?) The fact that the
remaining files contain strange characters is puzzling, indeed.


I thought some wise list member might correct me in the way I use
portage, but I am getting to think that the problem is with the file
system, more than with portage ?
I'll report a bug (Gentoo bug ?) , if this is more appropriate.
Here is my emerge --info, anyhow :

localhost ~ # emerge --info
Portage 2.1.2.7 (default-linux/x86/2007.0/desktop, gcc-3.4.6,
glibc-2.5-r2, 2.6.17-rt5 i686)
=
System uname: 2.6.17-rt5 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 14 Jun 2007 00:20:01 +
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo/ "
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/pro-audio
/usr/portage/local/layman/pro-audio"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl acpi alsa bash-completion berkdb bitmap-fonts cairo cdr cli
cracklib crypt cups dbus dri dssi dvd dvdr dvdread eds emboss encode
evo fam firefox flac fortran gdbm gif gnome gpm gstreamer gtk gtk2
guile hal howl iconv ipv6 isdnlog jack jackmidi java jpeg kde kerberos
lash ldap libg++ mad midi mikmod mozbranding mp3 mpeg mudflap ncurses
nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png
pppd python qt3 qt3support qt4 quicktime readline reflection ruby sdl
session sndfile soundtouch spell spl sse sse2 ssl svg tcpd tiff
truetype truetype-fonts type1-fonts unicode vorbis vst win32codecs x86
xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem
bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968
fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx
via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
linear meter mulaw multi null plug rate route share shm softvol"
ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS





On 6/14/07, Rudmer van Dijk <[EMAIL PROTECTED]> wrote:

On Thursday 14 June 2007, Jean-Baptiste Mestelan wrote:
> I cannot emerge --sync my system anymore, as t

[gentoo-user] Damaged file in portage cache

2007-06-13 Thread Jean-Baptiste Mestelan

Hello.

I cannot emerge --sync my system anymore, as this brings out the
following error :

Updating Portage cache:  Traceback (most recent call last):

 File "/usr/bin/emerge", line 5530, in ?
   retval = emerge_main()
 File "/usr/bin/emerge", line 5489, in emerge_main
   action_metadata(settings, portdb, myopts)
 File "/usr/bin/emerge", line 4300, in action_metadata
   eclass_cache=ec, verbose_instance=noise_maker)
 File "/usr/lib/portage/pym/cache/util.py", line 22, in mirror_cache
   dead_nodes = dict.fromkeys(trg_cache.keys())
 File "/usr/lib/portage/pym/cache/template.py", line 95, in keys
   return tuple(self.iterkeys())
 File "/usr/lib/portage/pym/cache/flat_hash.py", line 122, in iterkeys
   st = os.lstat(p)
OSError: [Errno 2] No such file or directory:
'/var/cache/edb/dep/usr/portage/net-misc/vmpsd-1.3-r\x12'


So, it looks like the problem is with the content of the directory
/var/cache/edb/dep/usr/portage/net-misc/

localhost net-misc # cd /var/cache/edb/dep/usr/portage/net-misc/
localhost net-misc # ls ./ (TAB PRESSED)
asterisk-chan_capi-0.4.^P_pre1netprofiles)ims-0.1.0134  stuNnel-4.15
htbinit^I0.8.5netstat)nat-1.4.7
suite3230-3.3.2_p1
icaclient-9^N0-r1 networkianager-0.6.4_pre20061028
tightvnc-1.^R.9-r4
iputils)20060512  sipsak-0.9.^Q
vmpsd-1.3-r^R
linUx-identd-1.3-r1   stoje-2.2e
vnc-4.1^N2-r1
lksctp-Pools-1.0.4stone-2^N2c
memcached-1^N1.13-r1  streamtuner-0.9^Y.99

This shows that the offending file somehow exists (?); but these files
cannot be accessed, as the ls command shows :
localhost net-misc # ls
ls: cannot access vmpsd-1.3-r: No such file or directory
ls: cannot access streamtuner-0.9.99: No such file or directory
ls: cannot access vnc-4.12-⎼1: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
┌⎽: ␌▒┼┼⎺├ ▒␌␌␊⎽⎽ ┼␊├⎻⎼⎺°␋┌␊⎽)␋└⎽-0.1.0134: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
┌⎽: ␌▒┼┼⎺├ ▒␌␌␊⎽⎽ ┼␊├⎽├▒├)┼▒├-1.4.7: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
<+ more garbage >

Is my filesystem damaged ?
rm -rf /var/cache/edb/dep/usr/portage/net-misc has no effect on these
problematic files ; I have executed fsck.ext2 on the filesystem, and
this reported no error.

Many thanks for your helpful suggestions.


Re: [gentoo-user] alternatives to audacious?

2007-06-06 Thread Jean-Baptiste Mestelan

More precisely, I meant :
http://www.sacredchao.net/quodlibet
http://www.exaile.org/

Also, Wikipedia is astonishingly knowledgeable about audio players, these days :
http://en.wikipedia.org/wiki/Comparison_of_media_players#Audio_players.07UNIQ4f732286383f389d-nowiki-0199-QINU1.07UNIQ4f732286383f389d-nowiki-019A-QINU

Hope this helps.


On 6/6/07, Jean-Baptiste Mestelan <[EMAIL PROTECTED]> wrote:

Not sure if you will like these, but did you try :
- quodlibet,
- exaile ?

Cheers !

On 6/4/07, Denis <[EMAIL PROTECTED]> wrote:
> What are some alternatives to Audacious mp3/CD player?  I really liked
> the old XMMS and used it right up until it was taken off portage.
> Audacious seems to resemble XMMS closely enough, but it seems more
> fragile.  I have it working well on one gentoo box, but on this box, I
> am just having no luck getting it to run without errors (won't read
> audio CD, master volume control is not functional, playlist errors on
> start-up... )  I'm looking for something with a GUI rather than a
> command-line player.
>
> Thanks.
> --
> [EMAIL PROTECTED] mailing list
>
>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alternatives to audacious?

2007-06-05 Thread Jean-Baptiste Mestelan

Not sure if you will like these, but did you try :
- quodlibet,
- exaile ?

Cheers !

On 6/4/07, Denis <[EMAIL PROTECTED]> wrote:

What are some alternatives to Audacious mp3/CD player?  I really liked
the old XMMS and used it right up until it was taken off portage.
Audacious seems to resemble XMMS closely enough, but it seems more
fragile.  I have it working well on one gentoo box, but on this box, I
am just having no luck getting it to run without errors (won't read
audio CD, master volume control is not functional, playlist errors on
start-up... )  I'm looking for something with a GUI rather than a
command-line player.

Thanks.
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Program for Sound Recording of Church Services

2007-01-22 Thread Jean-Baptiste Mestelan

Hello.

I suppose the answer would very much depend of the functionalities you are
seeking, which you have not really developed here ?

Anyways, have you already had a look at this sound software collection ?
http://linux-sound.org/

It could give you a few directions.

Kind regards.

On 1/22/07, Timothy A. Holmes <[EMAIL PROTECTED]> wrote:


Hi folks:

Ive been using gentoo + fluxbox + audacity for about a year now
recording our church services to wav or mp3 files.  Its now upgrade time

The system is a p3 400 running gentoo and fluxbox - im open to
suggestions on the proper software to use

Id like your input

Thanks

TIM


Tim Holmes
IT Manager / Webmaster / Teacher

Medina Christian Academy
A Higher Standard...


--
gentoo-user@gentoo.org mailing list




Re: [gentoo-user] Exclude package from emerge world ?

2007-01-15 Thread Jean-Baptiste Mestelan

Many thanks to each of you who kindly answered :-)
I can understand what is going on, now
(indeed, I have added app-emulation/wine -* in p.keywords).

Thanks for these tips.
Regards.

On 1/15/07, Iain Buchanan <[EMAIL PROTECTED]> wrote:


On Mon, 2007-01-15 at 22:02 +, Jean-Baptiste Mestelan wrote:
> Hello.
>
> I am trying to emerge -uD world
> and getting an error on  app-emulation/wine-20050930 (error stack is
> below, if YOU can decipher it;).

[snip]

> Or can I command emerge world  to exclude wine ?

yes, you can:

emerge --resume --skipfirst

after the failed wine build, and emerge will continue on with the next
ebuild.

HTH,
--
Iain Buchanan 

"... And remember: if you don't like the news, go out and make some of
your own."
-- "Scoop" Nisker, KFOG radio reporter Preposterous Words

--
gentoo-user@gentoo.org mailing list




[gentoo-user] Exclude package from emerge world ?

2007-01-15 Thread Jean-Baptiste Mestelan

Hello.

I am trying to emerge -uD world
and getting an error on  app-emulation/wine-20050930 (error stack is below,
if YOU can decipher it;).

wine- builds fine, but emerge world insists on building 20050930, and I
am not too sure why ? Probably some other package depends on 20050930, but
how can I check this ? (I might afford to unmerge this package, and do do
without it for the moment ...)

Or can I command emerge world  to exclude wine ?

Thanks for attention.
*



bison -d -t ./parser.y -o parser.tab.c
./parser.y:303.8-14: warning: symbol tSTRING redeclared
./parser.y:303.16-21: warning: symbol tIDENT redeclared
./parser.y:303.23-30: warning: symbol tRAWDATA redeclared
./parser.y: conflicts: 5 shift/reduce
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include
-I../../include  -DINCLUDEDIR="\"/usr/include/wine\""  -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wdeclaration-after-statement -Wpointer-arith  -O2 -march=i686 -pipe  -o
parser.tab.o parser.tab.c
flex -Cf  -d -8 ./parser.l
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include
-I../../include  -DINCLUDEDIR="\"/usr/include/wine\""  -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wdeclaration-after-statement -Wpointer-arith  -O2 -march=i686 -pipe  -o
lex.yy.o lex.yy.c
lex.yy.c:9174: error: syntax error before numeric constant
lex.yy.c: In function `yy_scan_string':
lex.yy.c:9175: error: number of arguments doesn't match prototype
lex.yy.c:367: error: prototype declaration
lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from integer
without a cast
lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer from
integer without a cast
./parser.l: At top level:
lex.yy.c:8687: warning: 'yyunput' defined but not used
lex.yy.c:9266: warning: 'yy_top_state' defined but not used
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/wine-20050930/work/wine-20050930/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving directory
`/var/tmp/portage/wine-20050930/work/wine-20050930/tools'
make: *** [tools] Error 2

!!! ERROR: app-emulation/wine-20050930 failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 wine-20050930.ebuild, line 132:   Called die


Re: [gentoo-user] Firefox 2.0 and gentoo

2007-01-14 Thread Jean-Baptiste Mestelan

On 1/14/07, Devon Miller <[EMAIL PROTECTED]> wrote:

On 1/12/07, Roberto Martinez <[EMAIL PROTECTED]> wrote:
> On Sat, 13 Jan 2007 20:24:57 -0600, William Kenworthy <[EMAIL PROTECTED]>
> wrote:
>
> > On Thu, 2007-01-11 at 06:34 -0600, Roberto Martinez wrote:
> > this sort of thing is often due to inconsistent/missing libraries
> >
> > 1. run revdep-rebuild
> > 2. `ldd /usr/bin/firefox` and look for inconsistent/missing libraries
> > 3. `strace /usr/bin/firefox` and see if where it dies gives a clue
> >
> > BillK
> >
>
> revdep-rebuild came up with some libraries, but I think I might have an
> issue with Portage as I've noticed that /etc/portage does not point
> anywhere... Any ideas where its supposed to symlink ? #gentoo is not very
> helpful ( at least the peers )

/etc/portage should be a directory, not a symlink. This is where you
create package.keywords to enable ~ARCH builds, package.unmask to
enable explicitly masked packages, package.use to set per-package USE
flags, etc.

The symlink you're thinking of is /etc/make.profile and it should
point to something like
/usr/portage/profiles/default-linux/x86/2006.1/desktop.

> Calculating dependencies \
> emerge: there are no ebuilds to satisfy "=app-office/openoffice-bin-2.0.2".

As a general rule, I always run revdep-rebuild with -p and ignore any
gripes about openoffice-bin. Openoffice-bin comes with a lot of
private libraries the supercede those in /usr/lib and reddep-rebuild
doesn't know how to resolve those correctly.

There's no ebuild for openoffice-bin-2.0.2 because that release is no
longer in portage. Running emerge -u openoffice-bin will upgrade you
to 2.1.0 which is currently the only open office binary release in
portage.

Running ldd on /usr/bin/firefox won't give any useful information
since that is just a script that runs mozilla-launcher with the real
binary. Instead, run ldd on /usr/lib/mozilla-firefor/firefox-bin which
is the actual binary. You should not get any 'not found' messages. If
anything is 'not found' then you need to move on to which package
needs to be rebuilt.

dcm

dcm
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list