'Insert Frame Rendering' doesn't work, shows "Running the application "pdflatex --interaction nonstopmode" failed!"

Bug #915388 reported by Ricardo Jorge Borges Guimarães
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
scribus (Debian)
Fix Released
Unknown
scribus (Ubuntu)
Fix Released
Medium
Mattia Rizzolo

Bug Description

There is a bug when using the tool 'Insert Frame Rendering', the screen displays: http://img7.imagebanana.com/img/watsd77m/Capturadetelaem20120112115057.png

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "Captura de tela em 2012-01-12 11:50:57.png" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]

tags: added: patch
Revision history for this message
Hans Joachim Desserud (hjd) wrote : Re: Scribus 1.4.0 rc3 the official repository Ubuntu 11.10 64bits

When using "Insert fram rendering", the same error message was shown. It also printed the following in the terminal: RENDER FRAME: latexError(): "Running the application "pdflatex --interaction nonstopmode" failed!"

Seeing as the error message mentions pdflatex, I installed texlive-latex-base to see if that would help. This gives a different error message:

Running the external application failed!

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(/tmp/scribus_temp_render_W17821
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.

! LaTeX Error: File `extarticle.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name:
! Emergency stop.
<read *>

l.3 \usepackage
                 [utf8]{inputenc}^^M
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on scribus_temp_render_W17821.log.

I am not sure where the mentioned transcript is stored, otherwise I would have attached that.

Oh, and the link is not a patch, so I'm removing the tag.

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

I was running 1.4.0.dfsg~rc3+svn20110401-1.1ubuntu1 on Ubuntu Precise, btw.

tags: added: precise
removed: ocelot patch scribus ubuntu
summary: - Scribus 1.4.0 rc3 the official repository Ubuntu 11.10 64bits
+ 'Insert Frame Rendering' doesn't work, shows "Running the application
+ "pdflatex --interaction nonstopmode" failed!"
Revision history for this message
Hans Joachim Desserud (hjd) wrote :

This issue is still present in scribus 1.4.2.dfsg+r18267-1ubuntu2 on Ubunt Trusty. I found that it is also reproducible on Debian Sid, so I reported it to Debian and attached a bug watch.

Changed in scribus (Ubuntu):
status: New → Confirmed
tags: added: quantal raring saucy trusty
removed: oneiric
Changed in scribus (Debian):
status: Unknown → New
Changed in scribus (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Mattia Rizzolo (mapreri) wrote : fixable...

Control: tags -1 confirmed
Control: owner -1 !
 assignee mapreri

The texlive-latex-recommended package is needed in order to use that function,
but installing it without disabling the recommends (which are not needed, most
of them are docs...) would bring more than 250 MB of dependencies.

Solutions are:
1) put texlive-latex-recommended in Suggest, so it is not downloaded and
   installed by defaults, and add a note in the Description field;
2) convince the texlive maintainers to clean up their recommends, but I don't
   have so much hope here...

I think I'll go with 1.

--
regards,
      Mattia Rizzolo

GPG Key: 4096R/B9444540 http://goo.gl/I8TMB
more about me: http://mapreri.org
Launchpad User: https://launchpad.net/~mapreri
Ubuntu Wiki page: https://wiki.ubuntu.com/MattiaRizzolo

Changed in scribus (Ubuntu):
assignee: nobody → Mattia Rizzolo (mapreri)
Revision history for this message
Mattia Rizzolo (mapreri) wrote : fix committed

Control: tags -1 pending
 status fixcommitted

I just committed what I said to the git repository:
http://anonscm.debian.org/cgit/collab-maint/scribus.git/commit/?id=adf01fc7ec9b0137a8e31e6e04df800e8693e2ac

I'll upload the package before the end of the month

--
regards,
      Mattia Rizzolo

GPG Key: 4096R/B9444540 http://goo.gl/I8TMB
more about me: http://mapreri.org
Launchpad User: https://launchpad.net/~mapreri
Ubuntu Wiki page: https://wiki.ubuntu.com/MattiaRizzolo

Changed in scribus (Ubuntu):
status: Confirmed → Fix Committed
Changed in scribus (Debian):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package scribus - 1.4.2.dfsg.3+r18267-2

---------------
scribus (1.4.2.dfsg.3+r18267-2) unstable; urgency=medium

  * [cee3e4f] switch to dh9:
    + debian/compat: bump 7 -> 9.
    + debian/rules: greatly simplify.
    + debian/control: bump Build-Depend on debhelper to 9.0.
    + debian/install: add a file, previusly installed via rules.
    + debian/docs: list here some docs, instead of using rules.
    + debian/pycompat: drop, not needed anymore.
    + debian/scribus.lintian: rename to debian/scribus.lintian-overrides
    + debian/dirs: remove all now useless dirs.
    + this fixes a lot of hardening-no-relro lintian warnings.
  * [37e5355] debian/watch: change pgp check from .sig to .asc.
  * debian/control:
    + [44fa951] do wrap-and-sort maintenance
    + [adf01fc] suggest texlive-latex-recommended and cite it in the
      description (Closes: #732694) (LP: #915388)
    + [a0354de] recommend ttf-bitstream-vera, which is used in a template
    + [e2a0e53] recommend fonts-liberation, which is used in templates
  * debian/rules:
    + [52415e9] enable full hardening.
    + [af2f904] remove references to proprietary fonts and use free fonts in
      templates. (Thanks to Trent W. Buck <email address hidden> for the patch)
      (Closes: #742003)

 -- Mattia Rizzolo <email address hidden> Wed, 23 Jul 2014 09:25:08 +0200

Changed in scribus (Ubuntu):
status: Fix Committed → Fix Released
Changed in scribus (Debian):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.