Thread: [SEToolkit-developer] Documentation and other things
Brought to you by:
dmichelsen
|
From: Dagobert M. <da...@ba...> - 2007-04-10 16:37:11
|
Hi, about documentation: I converted the user manual to ReST format. Alex, can you add proper handling of rst2xxx conversion for html, pdf and man if converion tools are available? about autoconf: I have a problem when building with gcc under Solaris 2.6: root@bopack6:/home/projekte/svn/SEToolkit/trunk/se/pkg/sparc > make make all-recursive Making all in sex/net/lib make all-am Making all in sex/gui/lib make: Fatal error: Don't know how to make target `adrian/bin/workollator_example.sh' Current working directory /home/projekte/svn/SEToolkit/trunk/se/pkg/sparc *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /home/projekte/svn/SEToolkit/trunk/se/pkg/sparc *** Error code 1 make: Fatal error: Command failed for target `all' zsh: 14998 exit 1 make Any ideas why this is happening? about the library-problem I wrote about: I am currently working my way through the linkers and libraries guide and I think it should be possible to build a version under Solaris 10 to run on earlier Solaris version. However, libgen is only supportet as static library in Solaris 2.6 so a different binary may be necessary... Best regards -- Dago -- "Of course computer servers don't need thrust, since they generally don't go anywhere." -- Comment in TR on new HP server turbine fans |
|
From: Alex K. <ale...@gm...> - 2007-04-11 13:39:58
|
On 10/04/07, Tankersley, Jon <jon...@ed...> wrote: > > > My 'account' isn't set up to post to the forum... But I'm running into > an interesting problem. > > Sol10 on E2900. SE seg faults in the disk code regardless. > > I've attached what I can - > se_trace - se -d output > prt - prtdiag -v output > disks.out - output from the format command > > I don't have a compiler on this server (though I can probably snag one > if I have to, they aren't ready for production yet). > > Any ideas? This seems to fail with the normal distribution of SEToolkit > and the version I augmented with the AMD stuff (which probably has the > same sparv9 binary). > > Is this the same as: https://sourceforge.net/tracker/index.php?func=detail&aid=1698128&group_id=189279&atid=928689 ? -- Alex Kiernan |
|
From: Dagobert M. <da...@ba...> - 2007-04-11 13:53:27
|
Hi Alex, Von "Alex Kiernan" <ale...@gm...> (Wed, 11 Apr 2007 14:39:56 +0100): > On 10/04/07, Tankersley, Jon <jon...@ed...> wrote: > > Any ideas? This seems to fail with the normal distribution of SEToolkit > > and the version I augmented with the AMD stuff (which probably has the > > same sparv9 binary). > > Is this the same as: > > https://sourceforge.net/tracker/index.php?func=detail&aid=1698128&group_id=189279&atid=928689 Yes. I put that one into the tracker as this bug seems to be the most common one in 3.4. It is also the last fix from Richard Pettit which he did prior to mailing the source to me. Best regards -- Dago |
|
From: Tankersley, J. <jon...@ed...> - 2007-04-11 14:50:19
|
It looks like this is the case. Dago mentioned it in a separate email. Looks like he built a package too.... I'll see if I can use that, otherwise I have to beg/borrow/steal a system to build the binaries.=20 >-----Original Message----- >From: Dagobert Michelsen [mailto:da...@ba...]=20 >Sent: Wednesday, April 11, 2007 8:53 AM >To: Alex Kiernan; Tankersley, Jon >Cc: set...@li... >Subject: Re: [SEToolkit-developer] Solaris10 error... (I can't=20 >post to the forum yet...) > >Hi Alex, > >Von "Alex Kiernan" <ale...@gm...> (Wed, 11 Apr 2007=20 >14:39:56 +0100): >> On 10/04/07, Tankersley, Jon <jon...@ed...> wrote: >> > Any ideas? This seems to fail with the normal distribution of=20 >> > SEToolkit and the version I augmented with the AMD stuff (which=20 >> > probably has the same sparv9 binary). >>=20 >> Is this the same as: >>=20 >>=20 >https://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1698128&gr= ou >> p_id=3D189279&atid=3D928689 > >Yes. I put that one into the tracker as this bug seems to be=20 >the most common one in 3.4. >It is also the last fix from Richard Pettit which he did prior=20 >to mailing the source to me. > > >Best regards > > -- Dago > |
|
From: Dagobert M. <da...@ba...> - 2007-04-11 14:53:13
|
Hi Jon, Von "Tankersley, Jon" <jon...@ed...> (Wed, 11 Apr 2007 09:49:32 -0500): > It looks like this is the case. Dago mentioned it in a separate email. > Looks like he built a package too.... I'll see if I can use that, You should definitely be able to use the package from SF as this is the "official" release ;-) Best regards -- Dago |
|
From: Alex K. <ale...@gm...> - 2007-08-21 11:31:22
|
On 10/04/07, Dagobert Michelsen <da...@ba...> wrote: > Hi, > > about documentation: > I converted the user manual to ReST format. Alex, can you > add proper handling of rst2xxx conversion for html, pdf and > man if converion tools are available? > I've done html. I'll look at pdf... > about autoconf: > I have a problem when building with gcc under Solaris 2.6: > root@bopack6:/home/projekte/svn/SEToolkit/trunk/se/pkg/sparc > make > make all-recursive > Making all in sex/net/lib > make all-am > Making all in sex/gui/lib > make: Fatal error: Don't know how to make target `adrian/bin/workollator_example.sh' > Current working directory /home/projekte/svn/SEToolkit/trunk/se/pkg/sparc > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > Current working directory /home/projekte/svn/SEToolkit/trunk/se/pkg/sparc > *** Error code 1 > make: Fatal error: Command failed for target `all' > zsh: 14998 exit 1 make > > Any ideas why this is happening? > Did you get to the bottom of this? -- Alex Kiernan |
|
From: Dagobert M. <da...@ba...> - 2007-08-23 08:24:53
|
Hi Alex, Am 21.08.2007 um 13:31 schrieb Alex Kiernan: >> about autoconf: >> I have a problem when building with gcc under Solaris 2.6: >> root@bopack6:/home/projekte/svn/SEToolkit/trunk/se/pkg/sparc > make >> make all-recursive >> Making all in sex/net/lib >> make all-am >> Making all in sex/gui/lib >> make: Fatal error: Don't know how to make target `adrian/bin/=20 >> workollator_example.sh' >> Current working directory /home/projekte/svn/SEToolkit/trunk/se/=20 >> pkg/sparc >> *** Error code 1 >> make: Fatal error: Command failed for target `all-recursive' >> Current working directory /home/projekte/svn/SEToolkit/trunk/se/=20 >> pkg/sparc >> *** Error code 1 >> make: Fatal error: Command failed for target `all' >> zsh: 14998 exit 1 make >> >> Any ideas why this is happening? >> > > Did you get to the bottom of this? No. I'll recheck this. Best regards -- Dago --=20 Dagobert Michelsen (Leiter IT) Baltic Online Computer GmbH Firmensitz: Alter Markt 1-2, 24103 Kiel, Telefon: +49 431 54003-0 Gesch=E4ftsf=FChrer: Erik Cickovskis, Amtsgericht Kiel, HRB 3756 "Of course computer servers don't need thrust, since they generally don't go anywhere." -- Comment in TR on new HP server turbine fans |