According to many posts (mostly polluted by debian build bots logs), the only 
way to find the error is to:
backup refman.tex
remove the 1st line (\batcmode)
run pdflatex refman.tex

There sould be lots of verbose output and hopefully, the error will appear.

Olivier.

PS: I've never ever written a single line of tex in my entire life, so I'm 
doing my best to help. Hopefully google gave us the solution... :-)
--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR

________________________________________
De : DongInn Kim [di...@cs.indiana.edu]
Date d'envoi : lundi 8 avril 2013 18:08
À : oscar-devel@lists.sourceforge.net
Objet : Re: [Oscar-devel] RE :  RE :  RE :  blcr-devel dependencies

I use FC-18 and I already copy and pasted the command output at my previous 
email. I did not do all the other following commands though because I felt it 
is not necessary.

>> make: *** [refman.pdf] Error 1
>> [root@fedora latex]#
>> [root@fedora latex]# pdflatex refman
>> This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev)
>> restricted \write18 enabled.
>> entering extended mode
>> (./refman.tex
>> LaTeX2e <2011/06/27>
>> Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, 
>> lo
>> aded.
>>
>> [root@fedora latex]#


Regards,

--
- DongInn

On Apr 8, 2013, at 11:58 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:

>
> DongInn, your latex installation is not the same as mine.
> # cd /root/rpmbuild/BUILD/torque-4.1.5.1/src/drmaa/doc/latex
> # pdflatex refman
> This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
> [...]
> LaTeX2e <2005/12/01>
> Babel <v3.8h>
> [...]
>
> Your versions are fare more recent.....Is it a FC-17??? FC-18?
>
> It looks like a file format too old in torque.....
>
> If you type commands one by one, do you have more error logs?
> # pdflatex refman
> # makeindex refman.idx
> # pdflatex refman
> # pdflatex refman
> # pdflatex refman
>
> Regards,
>
> Olivier.
>
> --
>   Olivier LAHAYE
>   CEA DRT/LIST/DCSI/DIR
>
> ________________________________________
> De : DongInn Kim [di...@cs.indiana.edu]
> Date d'envoi : lundi 8 avril 2013 17:26
> À : oscar-devel@lists.sourceforge.net
> Objet : Re: [Oscar-devel] RE :  RE :  blcr-devel dependencies
>
> Here is what I have.
>
>> [root@fedora unstable]# cd 
>> /root/rpmbuild/BUILD/torque-4.1.5.1/src/drmaa/doc/latex
>
>> [root@fedora latex]# make -n
>> rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl 
>> refman.pdf
>> pdflatex refman
>> makeindex refman.idx
>> pdflatex refman
>> latex_count=5 ; \
>> while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ 
>> $latex_count -gt 0 ] ;\
>>    do \
>>      echo "Rerunning latex...." ;\
>>      pdflatex refman ;\
>>      latex_count=`expr $latex_count - 1` ;\
>>    done
>
>> [root@fedora latex]# make
>> rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl 
>> refman.pdf
>> pdflatex refman
>> This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev)
>> restricted \write18 enabled.
>> entering extended mode
>> (./refman.tex
>> LaTeX2e <2011/06/27>
>> Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, 
>> lo
>> aded.
>>
>> make: *** [refman.pdf] Error 1
>> [root@fedora latex]#
>> [root@fedora latex]# pdflatex refman
>> This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev)
>> restricted \write18 enabled.
>> entering extended mode
>> (./refman.tex
>> LaTeX2e <2011/06/27>
>> Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, 
>> lo
>> aded.
>>
>> [root@fedora latex]#
>
> Anything went wrong?
>
> Regards,
>
> --
> - DongInn
>
> On Apr 8, 2013, at 11:03 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>
>>
>> DongInn,
>>
>> You've found a missing dependancy in the torque src.rpm :-(
>>
>> if you go to /root/rpmbuild/BUILD/torque-4.1.5.1/src/drmaa/doc/latex
>> And try make -n what does make tries to do?
>>
>> Olivier.
>>
>> --
>>  Olivier LAHAYE
>>  CEA DRT/LIST/DCSI/DIR
>>
>> ________________________________________
>> De : DongInn Kim [di...@cs.indiana.edu]
>> Date d'envoi : lundi 8 avril 2013 16:07
>> À : oscar-devel@lists.sourceforge.net
>> Objet : Re: [Oscar-devel] RE :  blcr-devel dependencies
>>
>> Yes, that fixed the missing file issues but I still get this problem while 
>> building torque from oscar-packager.
>>
>>> Patching output file 27/30
>>> Patching output file 28/30
>>> Patching output file 29/30
>>> Patching output file 30/30
>>> lookup cache used 346/65536 hits=2466 misses=364
>>> finished...
>>> make[1]: Entering directory 
>>> `/root/rpmbuild/BUILD/torque-4.1.5.1/src/drmaa/doc/latex'
>>> rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg 
>>> *.bbl refman.pdf
>>> pdflatex refman
>>> This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev)
>>> restricted \write18 enabled.
>>> entering extended mode
>>> (./refman.tex
>>> LaTeX2e <2011/06/27>
>>> Babel <v3.8m> and hyphenation patterns for english, dumylang, 
>>> nohyphenation, lo
>>> aded.
>>>
>>> make[1]: *** [refman.pdf] Error 1
>>> make[1]: Leaving directory 
>>> `/root/rpmbuild/BUILD/torque-4.1.5.1/src/drmaa/doc/latex'
>>> make: *** [doc-timestamp] Error 1
>>> error: Bad exit status from /var/tmp/rpm-tmp.eBNgwo (%build)
>>>
>>>
>>> RPM build errors:
>>>   Macro % has illegal name (%define)
>>>   Bad exit status from /var/tmp/rpm-tmp.eBNgwo (%build)
>>> ERROR: Impossible to execute rpmbuild -bb ./rpm/torque-oscar.spec --target 
>>> noarch --with server_name=pbs_oscar --with prefix=/opt/pbs --with 
>>> homedir=/var/lib/torque --with scp --with syslog --with rpp --with drmaa 
>>> --with blcr --with nvidia-gpus --with use-munge --with gui --with tcl at 
>>> /bin/oscar-packager line 326.
>>> ERROR: Impossible to create the binary (torque-oscar, 0, 
>>> /tftpboot/oscar/fc-18-x86_64) at /bin/oscar-packager line 326.
>>> File ‘drmaa-python-0.5-2.src.rpm’ already there; not retrieving.
>>>
>>> Building only RPMs, passed arguments are interpreted as SRPMs
>>> Executing: mv ./*drmaa-python*.rpm /tftpboot/oscar/fc-18-x86_64
>>> ERROR: Impossible to build a binary (/tmp/oscar-packager/torque) at 
>>> /bin/oscar-packager line 326.
>>> ERROR: Impossible to build some binaries at /bin/oscar-packager line 326.
>>> ERROR: Impossible to prepare the prereqs (/tmp/oscar-packager/torque, 
>>> /tftpboot/oscar/fc-18-x86_64) at /bin/oscar-packager line 326.
>>> ERROR: Impossible to manage prereqs for the creation of the binary package 
>>> at /bin/oscar-packager line 327.
>>>       main::create_package('HASH(0x16418d8)', 'HASH(0x16417d0)') called at 
>>> /bin/oscar-packager line 466
>>>       main::do_packaging('/etc/oscar/oscar-packager/included_unstable.cfg', 
>>> '/etc/oscar/oscar-packager/included_opkgs_unstable.cfg') called at 
>>> /bin/oscar-packager line 540
>>>       main::package_included('torque', 'ARRAY(0x1627f80)', 
>>> '/etc/oscar/oscar-packager') called at /bin/oscar-packager line 598
>>> #/usr/bin/build_package --type rpm --output /tftpboot/oscar/fc-18-x86_64 
>>> --url 
>>> http://svn.oscar.openclustergroup.org/pkgs/downloads/torque-4.1.4.tar.gz 
>>> --package-name torque-oscar --verbose
>>>
>>> =============================================================================
>>> == Preparing pool: /tftpboot/oscar/fc-18-x86_64
>>> =============================================================================
>>>
>>> CHECKSUM: /tmp/pool_oscar_fc-18-x86_64.md5 
>>> new:2cfc1af934594d7809e9771b7fc930b0 old:9914999b1be198c3be89d4df368333f4
>>> Pool type: rpm
>>> Repository /tftpboot/oscar/fc-18-x86_64 is now ready.
>>>
>>> =============================================================================
>>> == [INFO] Generated binary packages are in /tftpboot/oscar/fc-18-x86_64
>>> =============================================================================
>>>
>>> Errors occured during the OSCAR packaging.
>>> OSCAR components that failed are:  at /bin/oscar-packager line 468.
>>>       main::do_packaging('/etc/oscar/oscar-packager/included_unstable.cfg', 
>>> '/etc/oscar/oscar-packager/included_opkgs_unstable.cfg') called at 
>>> /bin/oscar-packager line 540
>>>       main::package_included('torque', 'ARRAY(0x1627f80)', 
>>> '/etc/oscar/oscar-packager') called at /bin/oscar-packager line 598
>>> [ torque ]
>>> Array: 1 element(s)
>>> [root@fedora unstable]#
>>
>> Any idea what went wrong?
>>
>> Regards,
>>
>> --
>> - DongInn
>>
>> On Apr 8, 2013, at 10:01 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>>
>>>
>>> Hi DongInn,
>>>
>>> Please update oscar-packager by doing:
>>>
>>> sudo oscar-packager --force --core oscar-packager unstable
>>>
>>> Then install the result (rpm -Uvh 
>>> /tftpboot/oscar/fc-17-x86_64/oscar-packager-*0.44*rpm
>>>
>>> Now, oscar packager copy files from the trunk/pkg/rpm/pkg/* in %_sourcedir. 
>>> No more pre-command needed. (the errors shopw that the 2 files from svn 
>>> were not copied).
>>> I've moved most torque sourcesfiles outside the svn tree as these are files 
>>> that are static along the time. I've only left files specific to oscar in 
>>> the svn tree.
>>>
>>> As you can see, the torque-oscar.cfg source = line is optimized ;-)
>>>
>>> Cheers,
>>>
>>> PS: I've added kernel_picker.
>>> PPS: packages still outside oscar-packager: atftp, atftp-server, 
>>> netbootmgr, perl-Qt, rapt.udpcast, perl-XML-simple. These are all 
>>> dependancies to some packages....
>>> --
>>> Olivier LAHAYE
>>> CEA DRT/LIST/DCSI/DIR
>>>
>>> ________________________________________
>>
>>
>> ------------------------------------------------------------------------------
>> Minimize network downtime and maximize team effectiveness.
>> Reduce network management and security costs.Learn how to hire
>> the most talented Cisco Certified professionals. Visit the
>> Employer Resources Portal
>> http://www.cisco.com/web/learning/employer_resources/index.html
>> _______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>> ------------------------------------------------------------------------------
>> Minimize network downtime and maximize team effectiveness.
>> Reduce network management and security costs.Learn how to hire
>> the most talented Cisco Certified professionals. Visit the
>> Employer Resources Portal
>> http://www.cisco.com/web/learning/employer_resources/index.html
>> _______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
>
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
> ------------------------------------------------------------------------------
> Minimize network downtime and maximize team effectiveness.
> Reduce network management and security costs.Learn how to hire
> the most talented Cisco Certified professionals. Visit the
> Employer Resources Portal
> http://www.cisco.com/web/learning/employer_resources/index.html
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to