Can you try plucker-build -f time http://www.physics.metu.edu.tr/~fizikt/html/hawking/A_Brief_History_in_Time.html?
Look at the error output "Runtime error parsing document http://www.physics.metu.edu.tr/~fizikt/html/hawking/eleven12.jpg: call to 'cat|pnmtopalm -depth 16 -verbose > /tmp/tmp7dnbwm' returned status 35584". It seems that plucker doesn't use -quiet for cat and pnmtopalm gave segmentation fault. I suspect that it is a bug in pnmtopalm.
If you can successfully convert this, can you tell me what linux distribution you use and the versions of plucker, netpbm, jpeg, coreutils, imaging?
Thanks,
Peng
dan tan <[EMAIL PROTECTED]> wrote:
Peng,
That's exactly the problem. I am not aware of any version of 'cat'
that would support '-quiet' option. If you use the sta ndard system
command 'cat', it simply refuses to run with the '-quiet' option. The
purpose of my script is to absorb and skip the '-quite' arguement. It
calls the real cat (renamed to be lcat) with the remaining command
line arguements.
hope this helps.
/dan
On 2/12/06, Zhang, Pengwrote:
> Hi,
>
> Thanks for the reply. Can you post your version of cat and `man cat`? I
> have sys-apps/coreutils-5.2.1-r7 installed on my laptop, which doesn't even
> have -quiet option.
>
> Thanks,
> Peng
>
> dan tanwrote:
> The last time when I had similar problem was because plucker was
> trying to do "cat -quiet |pnmtopalm -depth 16 -quiet ...". Not knowing
> how to correct plucker, I solved the problem in a very cheesy way:
>
> - rename cat to lcat;
> - create an executable bash script called cat:
>
> if [ $1 == -quiet ]
> then
> lcat $2 $3 $4 $5 $6 $7 $8 $9
> else
> lcat $1 $2 $3 $4 $5 $6 $7 $8 $9
> fi
>
> You might want to give it a try
>
> /dan
>
>
> On 2/12/06, Zhang, Peng wrote:
> > Hi,
> >
> > I am using plucker-desktop in Linux. Eve rything is fine except that It
> can
>
> > not deal with pictures. Can somebody give me some suggestions on how to
> fix
> > it.
> >
> > Thanks,
> > Peng
> >
> > Error:
> > Runtime error parsing document
> >
> http://www.physics.metu.edu.tr/~fizikt/html/hawking/eleven12.jpg:
> > call to 'cat|pnmtopalm -depth 16 -verbose > /tmp/tmp7dnbwm' returned
> status
> > 35584
> >
> > Command
> > plucker-build -f time
> >
> http://www.physics.metu.edu.tr/~fizikt/html/hawking/A_Brief_History_in_Time.html
> >
> > Gentoo Linux
> > Linux pzhang 2.6.14-suspend2-r7 #2 PREEMPT Thu Dec 29 18:36:36 EST 2005
> > i686 Intel(R) Pentium(R) M processor 2.00GHz GenuineIntel GNU/Linux
> >
> > plucker-1.8-r1
> > media-libs/netpbm-10.31-r1
> >
> > .pluckerrc
> > [DEFAULT]
> > verbosity = 2
> > bpp = 16
> > image_parser = netpbm2
> > copyprevention_bit = false
> > backup_bit = false
> > launchable_bit = false
> > icon = false
> > zlib_compression = true
> >
> > [POSIX]
> > palm1bit_graymap_file = /usr/share/netpbm/palmgray1.map
> > palm2bit_graymap_file = /usr/share/netpbm/palmgray2.map
> > palm4bit_graymap_file & nbsp; = /usr/share/netpbm/palmgray4.map
> > palm8bit_stdcolormap_file =
> > /usr/share/netpbm/palmcolor8.map
> > auto_scale_images = on
> > status_line_length = 200
> > filename_extension = pdb
> > anchor_color = #0000ff
> >
> > ________________________________
> > Brings words and photos together (easily) with
> > PhotoMail - it's free and works with Yahoo! Mail.
> _______________________________________________
> plucker-list mailing list
> [email protected]
> http://lists.rubberchicken.org/mailman/listinfo/plucker-list
>
>
>
> ________________________________
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>
>
_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

