* [gentoo-user] emacs-cvs doesn't compile
@ 2004-12-05 8:20 Jean Magnan de Bornier
2004-12-07 6:42 ` [gentoo-user] " Matthew Kennedy
0 siblings, 1 reply; 5+ messages in thread
From: Jean Magnan de Bornier @ 2004-12-05 8:20 UTC (permalink / raw
To: gentoo-User
Hello all,
I recently updated my system (emerge -u world); I had emacs-cvs-21.3.50-r1
and for some reason portage insisted on installing emacs (not the cvs
version), while I had not app-emacs in my world file. I tryed emergeing
emacs-cvs but portage wouldn't do it.
After some fighting I gave up and now I have emacs but not emacs-cvs, and
I can't install it!! Here is what I get:
.....
make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/man'
(cd lispref; make info)
make[1]: Entering directory `/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref'
makeinfo -I. -I/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref /var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/elisp.texi -o /var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref//locals.texi:202: Référence réfère à un noeud « Yet to be written » inexistant (à mois d'un sectionnement incorrect?).
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref//locals.texi:136: Référence réfère à un noeud « Yet to be written » inexistant (à mois d'un sectionnement incorrect?).
makeinfo: Enlèvement du fichier de sortie « /var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp » à cause d'erreurs;
utiliser l'option --force pour préserver.
make[1]: *** [/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref'
make: *** [info] Erreur 2
Same message if I ask portage to install the r1 version.
here are my USE flags:
USE="aqua async auctex authdaemond chroot doc emacs gnuplot imap leim \
maildir mozilla mozsvg multi-tty pdf pdfkit plotutils sasl usb zvbi \
-libg"
Any help welcome
--
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins France
Tel: 0870 39 34 03 Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: emacs-cvs doesn't compile
2004-12-05 8:20 [gentoo-user] emacs-cvs doesn't compile Jean Magnan de Bornier
@ 2004-12-07 6:42 ` Matthew Kennedy
2004-12-07 22:04 ` Jean Magnan de Bornier
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Kennedy @ 2004-12-07 6:42 UTC (permalink / raw
To: gentoo-user
Jean Magnan de Bornier <jm.bornier@free.fr> writes:
> Hello all,
> I recently updated my system (emerge -u world); I had emacs-cvs-21.3.50-r1
> and for some reason portage insisted on installing emacs (not the cvs
> version), while I had not app-emacs in my world file. I tryed emergeing
> emacs-cvs but portage wouldn't do it.
> After some fighting I gave up and now I have emacs but not emacs-cvs, and
> I can't install it!! Here is what I get:
Since emacs-cvs is from latest CVS, you can expect breakage from time
to time. It is the nature of all CVS ebuilds.
For this specific problem you remove the offending texinfo lines in
/usr/portage/cvs-src/emacs/...
--
Matthew Kennedy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: emacs-cvs doesn't compile
2004-12-07 6:42 ` [gentoo-user] " Matthew Kennedy
@ 2004-12-07 22:04 ` Jean Magnan de Bornier
2004-12-08 10:36 ` Graham Murray
0 siblings, 1 reply; 5+ messages in thread
From: Jean Magnan de Bornier @ 2004-12-07 22:04 UTC (permalink / raw
To: gentoo-user
Le 12/07/04 Matthew Kennedy <mkennedy@gentoo.org> a écrit notamment:
> Jean Magnan de Bornier <jm.bornier@free.fr> writes:
>
>> Hello all,
>> I recently updated my system (emerge -u world); I had emacs-cvs-21.3.50-r1
>> and for some reason portage insisted on installing emacs (not the cvs
>> version), while I had not app-emacs in my world file. I tryed emergeing
>> emacs-cvs but portage wouldn't do it.
>> After some fighting I gave up and now I have emacs but not emacs-cvs, and
>> I can't install it!! Here is what I get:
>
> Since emacs-cvs is from latest CVS, you can expect breakage from time
> to time. It is the nature of all CVS ebuilds.
Yes, of course Just before following your advice I gave another try,
and it compiled all right; as I not emerge-synced since, nor
downloaded the files, I think there is some mystery in all this Thanks
for your help anyway
>
> For this specific problem you remove the offending texinfo lines in
>/usr/portage/cvs-src/emacs/...
[...]
--
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins France
Tel: 0870 39 34 03 Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: emacs-cvs doesn't compile
2004-12-07 22:04 ` Jean Magnan de Bornier
@ 2004-12-08 10:36 ` Graham Murray
2004-12-08 11:23 ` Jean Magnan de Bornier
0 siblings, 1 reply; 5+ messages in thread
From: Graham Murray @ 2004-12-08 10:36 UTC (permalink / raw
To: gentoo-user
Jean Magnan de Bornier <jm.bornier@free.fr> writes:
> Yes, of course Just before following your advice I gave another try,
> and it compiled all right; as I not emerge-synced since, nor
> downloaded the files, I think there is some mystery in all this Thanks
> for your help anyway
There is no mystery. When emerging emacs-cvs it performs a CVS update,
so you are building against the latest code at the time you run the
emerge.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Re: emacs-cvs doesn't compile
2004-12-08 10:36 ` Graham Murray
@ 2004-12-08 11:23 ` Jean Magnan de Bornier
0 siblings, 0 replies; 5+ messages in thread
From: Jean Magnan de Bornier @ 2004-12-08 11:23 UTC (permalink / raw
To: gentoo-user
Le 12/08/04 Graham Murray <graham@gmurray.org.uk> a écrit notamment:
> Jean Magnan de Bornier <jm.bornier@free.fr> writes:
>
>> Yes, of course Just before following your advice I gave another try,
>> and it compiled all right; as I not emerge-synced since, nor
>> downloaded the files, I think there is some mystery in all this Thanks
>> for your help anyway
>
> There is no mystery.
too bad :-)!
> When emerging emacs-cvs it performs a CVS update,
> so you are building against the latest code at the time you run the
> emerge.
[...]
Thanks for this info Graham, cvs is (still) a vast unknown world for me
cheers
--
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins France
Tel: 0870 39 34 03 Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-08 11:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 8:20 [gentoo-user] emacs-cvs doesn't compile Jean Magnan de Bornier
2004-12-07 6:42 ` [gentoo-user] " Matthew Kennedy
2004-12-07 22:04 ` Jean Magnan de Bornier
2004-12-08 10:36 ` Graham Murray
2004-12-08 11:23 ` Jean Magnan de Bornier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox