| 12 |
@cvs-info |
@cvs-info |
| 13 |
$Id$ |
$Id$ |
| 14 |
$Log$ |
$Log$ |
| 15 |
|
Revision 1.19 2003/03/08 12:56:24 joko |
| 16 |
|
+ AUTOCOMMIT: updated/added content |
| 17 |
|
|
| 18 |
|
Revision 1.18 2003/03/08 12:27:20 joko |
| 19 |
|
+ AUTOCOMMIT: updated/added content |
| 20 |
|
|
| 21 |
|
Revision 1.17 2003/03/08 11:27:00 joko |
| 22 |
|
+ AUTOCOMMIT: updated/added content |
| 23 |
|
|
| 24 |
|
Revision 1.16 2003/03/08 08:56:05 joko |
| 25 |
|
+ AUTOCOMMIT: updated/added content |
| 26 |
|
|
| 27 |
Revision 1.15 2003/03/08 07:55:59 joko |
Revision 1.15 2003/03/08 07:55:59 joko |
| 28 |
+ AUTOCOMMIT: updated/added content |
+ AUTOCOMMIT: updated/added content |
| 29 |
|
|
| 480 |
|
|
| 481 |
o @lookat News::FormReply News::FormArticle News::AutoReply |
o @lookat News::FormReply News::FormArticle News::AutoReply |
| 482 |
|
|
| 483 |
x apt-get install dia |
x updated phpDocumentor to version from cvs |
| 484 |
x apt-get install dia2code |
o trying to get uml-rendering working |
| 485 |
|
x apt-get install dia |
| 486 |
|
x apt-get install dia2code |
| 487 |
|
|
| 488 |
|
x setup org.droogs--Autodia: location http://www.droogs.org/autodia/ |
| 489 |
|
#> cd /tmp |
| 490 |
|
#> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O |
| 491 |
|
x setup CPAN--Template: perl -MCPAN -e "install Template" |
| 492 |
|
->CPAN--TT2 |
| 493 |
|
->CPAN--Splash! |
| 494 |
|
Which Splash! colour scheme would you like to use to build the |
| 495 |
|
documentation? Acceptable values are: |
| 496 |
|
Name Colours |
| 497 |
|
------------------------- |
| 498 |
|
default lilac/mauve |
| 499 |
|
aqua aqua/marine |
| 500 |
|
blue grey75/blue75 |
| 501 |
|
green grey75/green75 |
| 502 |
|
grey grey75/grey50 |
| 503 |
|
leon red75/orange/white/black |
| 504 |
|
red grey75/red75 |
| 505 |
|
Enter name of colour scheme: [default] |
| 506 |
|
->CPAN--AppConfig |
| 507 |
|
->CPAN--GD |
| 508 |
|
CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz |
| 509 |
|
NOTICE: This module requires libgd 2.0.5 or higher. |
| 510 |
|
->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g |
| 511 |
|
->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common |
| 512 |
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 513 |
|
Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ... |
| 514 |
|
Adding system startup for /etc/init.d/xfree86-common ... |
| 515 |
|
/etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common |
| 516 |
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 517 |
|
Setting up X server socket directory /tmp/.X11-unix...done. |
| 518 |
|
Setting up xlibs (4.2.1-6) ... |
| 519 |
|
->CPAN--Math::Trig |
| 520 |
|
->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev |
| 521 |
|
#> cd /.cpan/build/GD-2.06 |
| 522 |
|
#> make |
| 523 |
|
x some further library-patches: cd /usr/lib |
| 524 |
|
#> ln -s ln -s libperl.so.5.8 libperl.so |
| 525 |
|
#> ln -s libpng.so.2 libpng.so |
| 526 |
|
#> ln -s libfreetype.so.6 libfreetype.so |
| 527 |
|
#> ln -s libjpeg.so.62 libjpeg.so |
| 528 |
|
x test: |
| 529 |
|
#> ld -l png|jpeg|freetype|perl|X11 |
| 530 |
|
X11 still fails with make GD!!! |
| 531 |
|
#> cd /.cpan/build/GD-2.06 |
| 532 |
|
#> make |
| 533 |
|
/usr/bin/ld: cannot find -lX11 |
| 534 |
|
collect2: ld returned 1 exit status |
| 535 |
|
make: *** [blib/arch/auto/GD/GD.so] Error 1 |
| 536 |
|
#> apt-get install xlibs-dev |
| 537 |
|
#> make |
| 538 |
|
yai! |
| 539 |
|
#> make test |
| 540 |
|
t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5 |
| 541 |
|
libpng warning: Application is running with png.c from libpng-1.0.12 |
| 542 |
|
gd-png: fatal libpng error: Incompatible libpng version in application and library |
| 543 |
|
#> apt-get install libpng2-dev |
| 544 |
|
#> apt-get install libjpeg62-dev |
| 545 |
|
... still the same error with "make test" |
| 546 |
|
#> apt-get install libpng3 libpng3-dev |
| 547 |
|
#> apt-get install libfreetype6-dev |
| 548 |
|
The first output xml is seen! Great! Let's move on to graphviz: |
| 549 |
|
Can't locate GraphViz.pm in @INC (@INC contains: /data/opt/tools/Autodia-1.4 /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/opt/tools/Autodia-1.4/Autodia/Diagram.pm line 336. |
| 550 |
|
#> apt-get install graphviz |
| 551 |
|
???#> perl -MCPAN -e "install Template" |
| 552 |
|
#> perl -MCPAN -e "install Graphviz" |
| 553 |
|
->CPAN--IPC::Run |
| 554 |
|
->CPAN--Graph |
| 555 |
|
->CPAN--Math::Bezier |
| 556 |
|
->CPAN--Heap |
| 557 |
|
|
| 558 |
|
|
| 559 |
|
|
| 560 |
|
o quick (javascript) search for netfrag.org and packages.debian.org (xul?) |
| 561 |
|
|
| 562 |
|
o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]] |
| 563 |
|
|
| 564 |
|
@lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/ |
| 565 |
|
|