public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Problems while updateing screen (tool not monitor)
@ 2015-11-15  4:33 Meino.Cramer
  2015-11-16  2:13 ` Stroller
  2015-11-16  6:45 ` J. Roeleveld
  0 siblings, 2 replies; 6+ messages in thread
From: Meino.Cramer @ 2015-11-15  4:33 UTC (permalink / raw
  To: Gentoo

Hi,

screen refuses update due to an compilation error:

Then type 'make' to make screen. Good luck.

>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1 ...
make -j6 comm.h term.h 
AWK=gawk CC="x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -msse3 -ggdb -D_GNU_SOURCE" srcdir=. sh ./comm.sh
AWK=gawk srcdir=. sh ./term.sh
make -j6 osdef.h 
CPP="x86_64-pc-linux-gnu-gcc -E -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
make -j6 -C doc screen.info 
make: Entering directory '/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1/doc'
makeinfo ./screen.texinfo -o screen.info
./screen.texinfo:3150: `@end' expected `deffn', but saw `example'
./screen.texinfo:3150: unmatched `@end example'
./screen.texinfo:3152: unmatched `@end deffn'
Makefile:30: recipe for target 'screen.info' failed
make: *** [screen.info] Error 1
make: Leaving directory '/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1/doc'
 * ERROR: app-misc/screen-4.3.1-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-misc/screen-4.3.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/screen-4.3.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1'
 * S: '/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1'

>>> Failed to emerge app-misc/screen-4.3.1-r1, Log file:

>>>  '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'
 * 
 * The following 2 packages have failed to build, install, or execute
 * postinst:
 * 
 *  (sys-apps/busybox-1.23.1-r1:0/0::gentoo, ebuild scheduled for merge)
 *  (app-misc/screen-4.3.1-r1:0/0::gentoo, ebuild scheduled for merge), Log file:
 *   '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'
 * 

 * GNU info directory index is up-to-date.
 * After world updates, it is important to remove obsolete packages with
 * emerge --depclean. Refer to `man emerge` for more information.
[1]    13277 exit 1     emerge --update --newuse --deep --with-bdeps=y --tree --keep-going  --exclude

This happens since some time when I update my Gentoo...

Is a fix for that known?

Best regards,
Meino




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Problems while updateing screen (tool not monitor)
  2015-11-15  4:33 [gentoo-user] Problems while updateing screen (tool not monitor) Meino.Cramer
@ 2015-11-16  2:13 ` Stroller
  2015-11-16  3:13   ` Meino.Cramer
  2015-11-16  6:45 ` J. Roeleveld
  1 sibling, 1 reply; 6+ messages in thread
From: Stroller @ 2015-11-16  2:13 UTC (permalink / raw
  To: gentoo-user


> On Sun, 15 November 2015, at 4:33 a.m., meino.cramer@gmx.de wrote:
> 
> screen refuses update due to an compilation error:
> 
> ...
> Is a fix for that known?

The fix is app-misc/tmux

;)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Problems while updateing screen (tool not monitor)
  2015-11-16  2:13 ` Stroller
@ 2015-11-16  3:13   ` Meino.Cramer
  2015-11-16 10:20     ` Zhu Sha Zang
  0 siblings, 1 reply; 6+ messages in thread
From: Meino.Cramer @ 2015-11-16  3:13 UTC (permalink / raw
  To: gentoo-user

Stroller <stroller@stellar.eclipse.co.uk> [15-11-16 03:24]:
> 
> > On Sun, 15 November 2015, at 4:33 a.m., meino.cramer@gmx.de wrote:
> > 
> > screen refuses update due to an compilation error:
> > 
> > ...
> > Is a fix for that known?
> 
> The fix is app-misc/tmux
> 
> ;)
> 
> 

Sorry, not in my case.

How can I make screen make compile successfully?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Problems while updateing screen (tool not monitor)
  2015-11-15  4:33 [gentoo-user] Problems while updateing screen (tool not monitor) Meino.Cramer
  2015-11-16  2:13 ` Stroller
@ 2015-11-16  6:45 ` J. Roeleveld
  1 sibling, 0 replies; 6+ messages in thread
From: J. Roeleveld @ 2015-11-16  6:45 UTC (permalink / raw
  To: gentoo-user

On 15 November 2015 05:33:36 CET, Meino.Cramer@gmx.de wrote:
>Hi,
>
>screen refuses update due to an compilation error:
>
>Then type 'make' to make screen. Good luck.
>
>>>> Source configured.
>>>> Compiling source in
>/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1 ...
>make -j6 comm.h term.h 
>AWK=gawk CC="x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -msse3
>-ggdb -D_GNU_SOURCE" srcdir=. sh ./comm.sh
>AWK=gawk srcdir=. sh ./term.sh
>make -j6 osdef.h 
>CPP="x86_64-pc-linux-gnu-gcc -E -DMAXWIN=100 -DNONETHACK
>-DETCSCREENRC='"/etc/screenrc"'
>-DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh
>./osdef.sh
>make -j6 -C doc screen.info 
>make: Entering directory
>'/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1/doc'
>makeinfo ./screen.texinfo -o screen.info
>./screen.texinfo:3150: `@end' expected `deffn', but saw `example'
>./screen.texinfo:3150: unmatched `@end example'
>./screen.texinfo:3152: unmatched `@end deffn'
>Makefile:30: recipe for target 'screen.info' failed
>make: *** [screen.info] Error 1
>make: Leaving directory
>'/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1/doc'
> * ERROR: app-misc/screen-4.3.1-r1::gentoo failed (compile phase):
> *   emake failed
> * 
>* If you need support, post the output of `emerge --info
>'=app-misc/screen-4.3.1-r1::gentoo'`,
>* the complete build log and the output of `emerge -pqv
>'=app-misc/screen-4.3.1-r1::gentoo'`.
>* The complete build log is located at
>'/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'.
>* The ebuild environment file is located at
>'/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/environment'.
>* Working directory:
>'/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1'
> * S: '/var/tmp/portage/app-misc/screen-4.3.1-r1/work/screen-4.3.1'
>
>>>> Failed to emerge app-misc/screen-4.3.1-r1, Log file:
>
>>>>  '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'
> * 
> * The following 2 packages have failed to build, install, or execute
> * postinst:
> * 
>*  (sys-apps/busybox-1.23.1-r1:0/0::gentoo, ebuild scheduled for merge)
>*  (app-misc/screen-4.3.1-r1:0/0::gentoo, ebuild scheduled for merge),
>Log file:
> *   '/var/tmp/portage/app-misc/screen-4.3.1-r1/temp/build.log'
> * 
>
> * GNU info directory index is up-to-date.
>* After world updates, it is important to remove obsolete packages with
> * emerge --depclean. Refer to `man emerge` for more information.
>[1]    13277 exit 1     emerge --update --newuse --deep --with-bdeps=y
>--tree --keep-going  --exclude
>
>This happens since some time when I update my Gentoo...
>
>Is a fix for that known?
>
>Best regards,
>Meino

The error appears to be related to creating an info-file.
You could try disabling USE flags related to documentation (usually 'doc')

--
Joost 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Problems while updateing screen (tool not monitor)
  2015-11-16  3:13   ` Meino.Cramer
@ 2015-11-16 10:20     ` Zhu Sha Zang
  2015-11-16 18:40       ` Meino.Cramer
  0 siblings, 1 reply; 6+ messages in thread
From: Zhu Sha Zang @ 2015-11-16 10:20 UTC (permalink / raw
  To: gentoo-user

You can't. Please report a bug correctly: bugs.gentoo.org.

Regards

On Mon, 16 Nov 2015 04:13:54 +0100
Meino.Cramer@gmx.de wrote:

> Stroller <stroller@stellar.eclipse.co.uk> [15-11-16 03:24]:
> >   
> > > On Sun, 15 November 2015, at 4:33 a.m., meino.cramer@gmx.de wrote:
> > > 
> > > screen refuses update due to an compilation error:
> > > 
> > > ...
> > > Is a fix for that known?  
> > 
> > The fix is app-misc/tmux
> > 
> > ;)
> > 
> >   
> 
> Sorry, not in my case.
> 
> How can I make screen make compile successfully?
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Problems while updateing screen (tool not monitor)
  2015-11-16 10:20     ` Zhu Sha Zang
@ 2015-11-16 18:40       ` Meino.Cramer
  0 siblings, 0 replies; 6+ messages in thread
From: Meino.Cramer @ 2015-11-16 18:40 UTC (permalink / raw
  To: gentoo-user

Zhu Sha Zang <zhushazang@yahoo.com.br> [15-11-16 17:00]:
> You can't. Please report a bug correctly: bugs.gentoo.org.
> 
> Regards
> 
> On Mon, 16 Nov 2015 04:13:54 +0100
> Meino.Cramer@gmx.de wrote:
> 
> > Stroller <stroller@stellar.eclipse.co.uk> [15-11-16 03:24]:
> > >   
> > > > On Sun, 15 November 2015, at 4:33 a.m., meino.cramer@gmx.de wrote:
> > > > 
> > > > screen refuses update due to an compilation error:
> > > > 
> > > > ...
> > > > Is a fix for that known?  
> > > 
> > > The fix is app-misc/tmux
> > > 
> > > ;)
> > > 
> > >   
> > 
> > Sorry, not in my case.
> > 
> > How can I make screen make compile successfully?
> > 
> > 
> > 
> 

Seems already been reported, but not officially fixed:
Bug 559746 - app-misc/screen-4.3.1 with >=sys-apps/texinfo-5.2 - ./screen.texinfo:3150: `@end' expected `deffn', but saw `example'

...I think, I have to wait longer...

Best
Meino




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-16 18:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-15  4:33 [gentoo-user] Problems while updateing screen (tool not monitor) Meino.Cramer
2015-11-16  2:13 ` Stroller
2015-11-16  3:13   ` Meino.Cramer
2015-11-16 10:20     ` Zhu Sha Zang
2015-11-16 18:40       ` Meino.Cramer
2015-11-16  6:45 ` J. Roeleveld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox