B2B e-Marketplace of IT, Security, Telecom & Electronics

2008-09-24 Thread ACEsuppliers
  [image: ACEsuppliers.com] 

Dear Buyers & Suppliers:

ACEsuppliers.com is an active B2B website specialized in Computer, Wireless,
Security, Telecom, Electronics and Components industries. This is a free
trade e-marketplace for manufacturers, traders, wholesalers, importers &
exporters. ACEsuppliers.com now owns more than 32,000 products and 11,000
qualified manufacturer members.

You are earnestly invited to register as a supplier
memberor
buyer
member  in
ACEsuppliers.com.

*  Buyer Member Service*
  Search from 32,000
productsand
11,000
suppliers 
- *free*
  Search from 5,000 Selling
Leads
- *free*
  Post unlimited Buy Trade Leads   - *free*
  Send inquiries to suppliers   - *free*
  Subscribe Trade
Alert
- *free*
  Subscribe 
e-Product
- *free
*
*  Supplier Member Service *
  Post Products  - *free*
  Post Selling Leads  - *free*
  Subscribe Trade Alert  - *free*
  Create Company Homepage
  View Inquiries & Buying
Leadsfrom
global buyers
  Match 
MakerService
- receive global buyer list periodically
  
e-ProductService
- promote your product specification to target buyers
*  Note*: Different grade of supplier members enjoy different service of
above. To learn details, please contact
us
.


*To Join ACEsuppliers.com, **Register
Now
**. *

We always wish you do successful business through ACEsuppliers.com.

Sincerely yours,
*ACEsuppliers Service Team*
www.ACEsuppliers.com 

*ACE, Matching Global Buyers & Suppliers.

*Note: If you don't want to receive this kind of email, please
unsubscribehere.
We're very sorry for any inconvenience that may cause.


Re: UPDATE: TeX Live 2008

2008-09-24 Thread Edd Barrett
On Wed, Sep 24, 2008 at 2:40 PM, Edd Barrett <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 24, 2008 at 2:54 AM, Edd Barrett <[EMAIL PROTECTED]> wrote:
>> Hi ports@,
>>
>> Lets give this a go, heres TeX Live 2008.
>
> Thanks priteau for pointing out that there is a problem with building
> as a normal user.

I have fixed this bug, but another is exposed under normal user:
for dir in utils/dialog utils/pdfopen utils/tpic2pdftex utils/vlna texk; do \
  echo making install in $dir; \
  (cd $dir && gmake install) || exit 1; \
done
making install in utils/dialog
gmake[1]: Entering directory `/usr/ports/print/texlive/base/w-texlive_base-2008/
texlive-20080816-source/work/utils/dialog'
/bin/sh ../.././../utils/dialog/mkinstalldirs /usr/local/bin /usr/ports/print/te
xlive/base/w-texlive_base-2008/fake-i386//usr/local/man/man1
install -c -s -o root -g bin -m 555 dialog /usr/ports/print/texlive/base/w-texli
ve_base-2008/fake-i386//usr/local/bin/tcdialog
install: /usr/ports/print/texlive/base/w-texlive_base-2008/fake-i386//usr/local/
bin/tcdialog: chown/chgrp: Operation not permitted
gmake[1]: *** [/usr/ports/print/texlive/base/w-texlive_base-2008/fake-i386//usr/
local/bin/tcdialog] Error 71
gmake[1]: Leaving directory `/usr/ports/print/texlive/base/w-texlive_base-2008/t
exlive-20080816-source/work/utils/dialog'
gmake: *** [install] Error 1
*** Error code 2

This is during 'make fake', so I am confused as to why systrace has
aborted this.

Can someone explain?


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: Problem with gmake

2008-09-24 Thread Markus Hennecke

On Wed, 24 Sep 2008, Ricardo Augusto de Souza wrote:


gmake: can't load library 'libintl.so.4.0'



# locate libiconv.so.4.0


libintl.so.4.0 != libiconv.so.4.0

Kind regards,
  Markus



Re: Problem with gmake

2008-09-24 Thread Guillermo Bernaldo de Quiros Maraver Pedroche
Hi Ricardo, do you have updated OpenBSD?.
Recompile the gmake port.
On Wed, Sep 24, 2008 at 01:14:02PM -0300, Ricardo Augusto de Souza wrote:
> I am using openBSD 4.3 and I installed gmake but I got this error:
> 
>  
> 
> # cd gmake/
> 
> # make install
> 
> ===>  Installing gmake-3.80p1 from /usr/ports/packages/i386/all/
> 
> gmake-3.80p1: complete
> 
> # gmake
> 
> gmake: can't load library 'libintl.so.4.0'
> 
you're problem is with libintl.so.4.0, this is in gettext, don't with libiconv,
it's probably that you must have to recompile gettext, search the file:
pkg_info -L | grep libintl
if the file, don't exist, update the port and try again.
>  
> 
> # locate libiconv.so.4.0
> 
> /usr/local/lib/libiconv.so.4.0
> 
> /usr/ports/converters/libiconv/w-libiconv-1.9.2p5/build-i386/lib/.libs/l
> ibiconv.so.4.0
> 
> /usr/ports/converters/libiconv/w-libiconv-1.9.2p5/fake-i386/usr/local/li
> b/libiconv.so.4.0
> 
> #
> 

-- 
Guillermo Bernaldo de Quir??s Maraver Pedroche.



Re: UPDATE: TeX Live 2008

2008-09-24 Thread frantisek holop
hmm, on Wed, Sep 24, 2008 at 11:59:04AM +0100, Edd Barrett said that
> Yes, well thats down to the way I have packaged it. I was under the
> impression that context was based upon some other tex engine. If you
> really want I can try separating it out.

context is primarily pdftex based (but can be used with xetex and luatex)
try downloading a recent zip
(http://www.pragma-ade.com/context/current/cont-tmf.zip)
for a file list but it includes documentation and fonts
and font mappings as well.

> I had a probelm when including graphics into context last year
> "convert: command not found". I cant find my post on the context list
> unfortunatly. If you are a context user, please go ahead and try and
> report back :)

i will have a look, but context uses pdftex's graphic facilities
which in turn use libpng and friends, i doubt this.  i cannot say
for sure at the moment.

> TL-2008 has  a network installer, I did consider harnessing it, but
> opted not to.
> 
> No-one says you *have* to use the packages/ports. Go get the network
> installer and install exactly which subset you want. The binaries
> installed in this way work on OpenBSD-4.3/i386 only (I make the
> binaries that go on the TeX Live CDROM and thats what I built em on).
> We are not like solaris where a binary will work for 10 years in the
> future.

maybe if you compile them statically :]

> Also note that there are MikTeX tools for UNIX, but I have not tried
> them. If I didnt have so much uni junk coming up I would have a look
> at this.


thanks for the heads up.  as i am a context-only user some kind of
network installer would be more than nice.  please note that a context
only port might be on the way: context people are tackling this bloat
problem on their own: with a self-contained "minimal" context
installation.  

-f
-- 
what a day may bring, a day may take away.



Problem with gmake

2008-09-24 Thread Ricardo Augusto de Souza
I am using openBSD 4.3 and I installed gmake but I got this error:

 

# cd gmake/

# make install

===>  Installing gmake-3.80p1 from /usr/ports/packages/i386/all/

gmake-3.80p1: complete

# gmake

gmake: can't load library 'libintl.so.4.0'

 

# locate libiconv.so.4.0

/usr/local/lib/libiconv.so.4.0

/usr/ports/converters/libiconv/w-libiconv-1.9.2p5/build-i386/lib/.libs/l
ibiconv.so.4.0

/usr/ports/converters/libiconv/w-libiconv-1.9.2p5/fake-i386/usr/local/li
b/libiconv.so.4.0

#



Re: [UPDATE] rsnapshot-1.3.1

2008-09-24 Thread Antoine Jacoutot
On Fri, 19 Sep 2008, Antoine Jacoutot wrote:

> On Fri, 19 Sep 2008, Antoine Jacoutot wrote:
> 
> > Hi.
> > 
> > This diff updates rsnapshot to the latest stable version.
> > Please test.
> 
> New patch. It should work better now.

Anyone?
I will commit this soon if no-one complains.  Maintainer has been silent 
too and since I use this, I'll probably take maintainership.

-- 
Antoine



Re: RES: Problem compiling squid ldap

2008-09-24 Thread Alexander Hall

Ricardo Augusto de Souza wrote:

What a pity.
I was so close to get it working.

;(


Oh c'mon, don't cry! Grab a snapshot!

=)


-Mensagem original-
De: Giovanni Bechis [mailto:[EMAIL PROTECTED] 
Enviada em: quarta-feira, 24 de setembro de 2008 10:01

Para: Ricardo Augusto de Souza
Cc: ports@openbsd.org
Assunto: Re: Problem compiling squid ldap

Ricardo Augusto de Souza wrote:
Hi,  


I AM trying to install squid on openBSD 4.3 -stable using ports
-current.


This is unsupported:
http://www.openbsd.org/faq/faq15.html#NoFun
  Cheers
   Giovanni






Re: Problem compiling squid ldap

2008-09-24 Thread Stuart Henderson
On 2008/09/24 09:39, Ricardo Augusto de Souza wrote:
> 
> I AM trying to install squid on openBSD 4.3 -stable using ports
> -current.
> 
> I got this error. Can anyone help me to solve this?

4.3 package tools don't support @bin markers, so you need to either
s/@bin // in the PLIST/PFRAG files (N.B. doing this is unsupported
and untested. If you have bigger problems, wait for 4.4, or just
run -current).

> I can install it when I do make install in
> 
> /usr/ports/www/squid/w-squid-2.7.STABLE3-ldap/build-i386-ldap

Ah ... that wasn't a really great idea, cleaning up could be
a little fiddly.



Re: UPDATE: TeX Live 2008

2008-09-24 Thread Edd Barrett
On Wed, Sep 24, 2008 at 2:54 AM, Edd Barrett <[EMAIL PROTECTED]> wrote:
> Hi ports@,
>
> Lets give this a go, heres TeX Live 2008.

Thanks priteau for pointing out that there is a problem with building
as a normal user.

[13:04] *priteau* build stage tries to install something with root ownership
[13:04] *priteau* gmake[1]: Entering directory
`/usr/ports/print/texlive/base/w-texlive_base-2008/texlive-20080816-source/work/libs/icu-xetex'
[13:04] *priteau* rm -rf config/icu-config
[13:04] *priteau* install -c -o root -g bin -m 555
../.././../libs/icu-xetex/config/icu-config-top config/icu-config
[13:04] *priteau* install: config/icu-config: chown/chgrp: Operation not
permitted
[13:05] *priteau* (i'm building the port using my usual account)


Looking at this now.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



RES: Problem compiling squid ldap

2008-09-24 Thread Ricardo Augusto de Souza
What a pity.
I was so close to get it working.

;(

-Mensagem original-
De: Giovanni Bechis [mailto:[EMAIL PROTECTED] 
Enviada em: quarta-feira, 24 de setembro de 2008 10:01
Para: Ricardo Augusto de Souza
Cc: ports@openbsd.org
Assunto: Re: Problem compiling squid ldap

Ricardo Augusto de Souza wrote:
> Hi,  
> 
> I AM trying to install squid on openBSD 4.3 -stable using ports
> -current.
> 
This is unsupported:
http://www.openbsd.org/faq/faq15.html#NoFun
  Cheers
   Giovanni



Re: Problem compiling squid ldap

2008-09-24 Thread Giovanni Bechis

Ricardo Augusto de Souza wrote:
Hi,  


I AM trying to install squid on openBSD 4.3 -stable using ports
-current.


This is unsupported:
http://www.openbsd.org/faq/faq15.html#NoFun
 Cheers
  Giovanni



Re: Problem compiling squid ldap

2008-09-24 Thread Julian Leyh

Hi Ricardo,


I AM trying to install squid on openBSD 4.3 -stable using ports
-current.


This is *not* supported. See FAQ 5.1, "Keeping Things in Sync"




Re: Problem compiling squid ldap

2008-09-24 Thread Landry Breuil
On Wed, Sep 24, 2008 at 09:39:32AM -0300, Ricardo Augusto de Souza wrote:
> Hi,  
> 
> I AM trying to install squid on openBSD 4.3 -stable using ports
> -current.

You can't do that. http://www.openbsd.org/faq/faq15.html#NoFun

Landry



Problem compiling squid ldap

2008-09-24 Thread Ricardo Augusto de Souza
Hi,  

I AM trying to install squid on openBSD 4.3 -stable using ports
-current.

 

I got this error. Can anyone help me to solve this?

 

# FLAVOR="ldap" make install

`/usr/ports/www/squid/w-squid-2.7.STABLE3-ldap/fake-i386-ldap/.fake_done
' is up   to date.

===>  Building package for squid-2.7.STABLE3-ldap

Create /usr/ports/packages/i386/all/squid-2.7.STABLE3-ldap.tgz

Unknown element: @bin bin/squidclient

===>  Cleaning for squid-2.7.STABLE3-ldap

rm -f /usr/ports/packages/i386/all/squid-2.7.STABLE3-ldap.tgz
/usr/ports/package
s/i386/ftp/squid-2.7.STABLE3-ldap.tgz
/usr/ports/packages/i386/cdrom/squid-2.7.S
TABLE3-ldap.tgz

*** Error code 1

 

Stop in /usr/ports/www/squid (line 1422 of
/usr/ports/infrastructure/mk/bsd.port
.mk).

*** Error code 1

 

Stop in /usr/ports/www/squid (line 1962 of
/usr/ports/infrastructure/mk/bsd.port
.mk).

*** Error code 1

 

Stop in /usr/ports/www/squid (line 1452 of
/usr/ports/infrastructure/mk/bsd.port
.mk).

 

I can install it when I do make install in

/usr/ports/www/squid/w-squid-2.7.STABLE3-ldap/build-i386-ldap

 

But squid seems to 'lost' itself. When I run it I got this:

Sep 24 09:15:13 Fw squid[28335]: Squid Parent: child process 20194
started

Sep 24 09:15:13 Fw squid[20194]: failed to find or read error text file.

Sep 24 09:15:13 Fw squid[28335]: Squid Parent: child process 20194
exited due to signal 6

Sep 24 09:15:13 Fw squid[28335]: Exiting due to repeated, frequent
failures

Sep 24 09:16:03 Fw squid[27059]: Squid Parent: child process 21823
started

Sep 24 09:16:03 Fw squid[21823]: failed to find or read error text file.

Sep 24 09:16:03 Fw squid[27059]: Squid Parent: child process 21823
exited due to signal 6

Sep 24 09:16:06 Fw squid[27059]: Squid Parent: child process 5543
started

Sep 24 09:16:07 Fw squid[5543]: failed to find or read error text file.

 


Weird ah.

 

thanks



Re: UPDATE: TeX Live 2008

2008-09-24 Thread Edd Barrett
On Wed, Sep 24, 2008 at 11:59 AM, Edd Barrett <[EMAIL PROTECTED]> wrote:
> Also note that there are MikTeX tools for UNIX, but I have not tried
> them. If I didnt have so much uni junk coming up I would have a look
> at this.

http://blog.miktex.org/?tag=/miktex+tools

These tools have developed considerably since I last looked.

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: UPDATE: TeX Live 2008

2008-09-24 Thread Edd Barrett
Hi,

On Wed, Sep 24, 2008 at 9:54 AM, frantisek holop <[EMAIL PROTECTED]> wrote:
> hmm, on Wed, Sep 24, 2008 at 02:54:59AM +0100, Edd Barrett said that
>> I have CC'd  people I think are interested in TeX/OpenBSD. Hope they
>> don't object.
>
> where's my name from that list? :]]
> fun aside, i am still travelling so coudlnt
> try it anyway.
>

Sorry I will add you to my list of testers :)

> my question is, is this division an official texlive
> division or based on your personal preferences?

What I do is take the texlive.tlpdb and parse it using a script I have
written. This generates the PLIST's for the texmf's. Then I use the
distfiles supplied by texlive to  pick out the files needed from the
PLIST.

> e.g. context itself is maybe 6 megs zip and
> probably the fastest developing tex macro package
> these days.  why install ~190 megs if someone
> wants to give it a try?

Yes, well thats down to the way I have packaged it. I was under the
impression that context was based upon some other tex engine. If you
really want I can try separating it out.

>
>
>> As far as I know:
>> * You should install ruby and ImageMagick if you wish to use ConTeXt.
>
> ruby yes, ImageMagick no.

I had a probelm when including graphics into context last year
"convert: command not found". I cant find my post on the context list
unfortunatly. If you are a context user, please go ahead and try and
report back :)

> also lua for luatex, context supports this
> to some level.

Noted, thanks

>
> i will try to have a look at this and provide meaningful
> comments but i have a limited environment...
> having a miktex style installer for this montrosity
> would be a godsend...

TL-2008 has  a network installer, I did consider harnessing it, but
opted not to.

No-one says you *have* to use the packages/ports. Go get the network
installer and install exactly which subset you want. The binaries
installed in this way work on OpenBSD-4.3/i386 only (I make the
binaries that go on the TeX Live CDROM and thats what I built em on).
We are not like solaris where a binary will work for 10 years in the
future.

Also note that there are MikTeX tools for UNIX, but I have not tried
them. If I didnt have so much uni junk coming up I would have a look
at this.

> tex is becoming so bloated
> it drives poeple away..  it is like installing all
> of CPAN with every perl.

I know :( I will bring this up at the UKTeX AGM in November and see if
anyone has any thoughts. I agree its a problem.


-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: UPDATE: TeX Live 2008

2008-09-24 Thread frantisek holop
hmm, on Wed, Sep 24, 2008 at 02:54:59AM +0100, Edd Barrett said that
> I have CC'd  people I think are interested in TeX/OpenBSD. Hope they
> don't object.

where's my name from that list? :]]
fun aside, i am still travelling so coudlnt
try it anyway.

my question is, is this division an official texlive
division or based on your personal preferences?
e.g. context itself is maybe 6 megs zip and
probably the fastest developing tex macro package
these days.  why install ~190 megs if someone
wants to give it a try?


> As far as I know:
> * You should install ruby and ImageMagick if you wish to use ConTeXt.

ruby yes, ImageMagick no.  also lua for luatex, context supports this
to some level.

i will try to have a look at this and provide meaningful
comments but i have a limited environment...
having a miktex style installer for this montrosity
would be a godsend...  tex is becoming so bloated
it drives poeple away..  it is like installing all
of CPAN with every perl.

thanks for the hard work.

-f
-- 
forget everything, as one day everything will forget you.