Unable to start tor service from recent tor-devel port

2008-12-22 Thread Ashish Shukla आशीष शुक्ल
Hi all, I'm having this issue with the recently upgraded security/tor-devel (upgraded to tor-devel-0.2.1.7.a) port. I'm unable to start the tor service using its rc.d script. , | % sudo /usr/local/etc/rc.d/tor start | Password: | Starting tor. | Dec 23 01:18:42.779 [notice] Tor v0.2.1.7-alpha

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-14 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: > * Ashish Shukla आशीष शुक्ल (wahjava...@gmail.com) wrote: >> > No. If there's DESTDIR, you don't need to log writes to it, as you >> > can just use `find` to see what's there after installation as in >> > quote below.

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-14 Thread आशीष शुक्ल Ashish Shukla
In , Garrett Cooper wrote: On Dec 9, 2008, at 10:13 AM, Dmitry Marakasov wrote: It's not like your proposal is bad, ports instantaneously tracking upstream changes and not needing maintainers would really be cool, but unfortunately that's practically impossible. Some software projects are swi

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-12 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: [...] > No. If there's DESTDIR, you don't need to log writes to it, as you > can just use `find` to see what's there after installation as in > quote below. The idea is that if we log all writes to the fulesystem > during port installation, we don't need intermediate dire

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-11 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: > * Andrew W. Nosenko ([EMAIL PROTECTED]) wrote: >> > I understand. But you're implying that there is Makefile and it supports >> > DESTDIR. As I understand, you're referring to autotools-based ports. >> > Remember, those are less than 1/4 of the collection. >> Excuse me,

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-10 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: [snip] > --- Makefile > PREFIX?= /usr/local > DATADIR?= ${PREFIX}/share/foo > all: foo > foo: foo.c > cc -DDATAFILE=\"${DATADIR}/datafile.dat\" foo.c -o foo > install: foo datafile.dat > install -s foo ${PREFIX}/bin > install -d ${DATADIR} >

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-10 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: > * Ashish Shukla आशीष शुक्ल ([EMAIL PROTECTED]) wrote: >> > Current DESTDIR implementation uses chroot and obviously requires >> > complete system installed in DESTDIR. Also installing a port will >> > install all dependencies in the chr

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-10 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: [...] >> Maybe we can introduce a hack in ports system like by adding some >> variable like 'USES_DYNAMIC_PLIST=yes' in Makefile, which fill let the >> port first installed with DESTDIR=/var/tmp/ports/${PORTNAME} and then a >> packing list is generated and then finally wh

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-09 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: > * Ashish Shukla आशीष शुक्ल ([EMAIL PROTECTED]) wrote: >> > - _Much_ more (instead of less) work for maintainer, as he won't be able >> > to test the port before committing it and will have to deal with all >> > the problem

Re: [PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-09 Thread Ashish Shukla आशीष शुक्ल
Dmitry Marakasov writes: > * Ashish Shukla आशीष शुक्ल ([EMAIL PROTECTED]) wrote: >> I'm to proposing an enhancement to existing FreeBSD ports system. I >> think it'll be great if ports can use SCM (source code management) >> repositories like CVS, Subversion, Git, e

[PROPOSAL] Ports using SCM repositories as source instead of distfiles

2008-12-09 Thread Ashish Shukla आशीष शुक्ल
Hi all, I'm to proposing an enhancement to existing FreeBSD ports system. I think it'll be great if ports can use SCM (source code management) repositories like CVS, Subversion, Git, etc. as their sources instead of distfiles. Following are some of the {dis,}advantages of this approach: * Anyone

Ekiga segfaulting with stack overflow

2008-10-08 Thread आशीष शुक्ल Ashish Shukla
Hi all, I'm experiencing following issue with ekiga-2.0.11_4 package. 8<8<- % gdb `which ekiga` GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute co

Re: SoundServer crashes

2008-09-10 Thread आशीष शुक्ल Ashish Shukla
In <[EMAIL PROTECTED]>, Paul Horechuk wrote: [snip] gdb gdnc.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Ty

Re: Is _environ present in 7.0-RELEASE ?

2008-08-11 Thread Ashish Shukla आशीष शुक्ल
Jeremy Chadwick writes: > On Mon, Aug 11, 2008 at 05:49:41PM +0530, Ashish Shukla > ??? wrote: >> Jeremy Chadwick writes: >> > On Mon, Aug 11, 2008 at 03:38:04PM +0530, Ashish Shukla wrote: >> >> [snip] >> >> >> The '__environ' symbol is also not defined. Can anyone hint

Re: Is _environ present in 7.0-RELEASE ?

2008-08-11 Thread Ashish Shukla आशीष शुक्ल
Jeremy Chadwick writes: > On Mon, Aug 11, 2008 at 03:38:04PM +0530, Ashish Shukla wrote: [snip] >> The '__environ' symbol is also not defined. Can anyone hint me, what is >> misconfigured on my box ? > Something tells me this might interest you. See the most recent commit: > http://www.freebs

Re: How to post good follow-ups to bug-followup@ ?

2008-07-20 Thread Ashish Shukla आशीष शुक्ल
Shaun Amott writes: > On Sun, Jul 20, 2008 at 06:46:27AM -0700, David Wolfskill wrote: >> On Sun, Jul 20, 2008 at 07:13:04PM +0530, Ashish Shukla >> ??? wrote: >> > ... >> > > So either encoding them so they do get properly decoded, or ensuring >> > > that they remain as-i

Re: How to post good follow-ups to bug-followup@ ?

2008-07-20 Thread Ashish Shukla आशीष शुक्ल
Fabian Keil writes: > [EMAIL PROTECTED] (Ashish Shukla आशीष शुक्ल) wrote: >> I'm a maintainer of some of the FreeBSD ports. Whenever I post followup >> to any PR using Gnus or Mutt, the attachment gets messed up on web >> interface[1]. Any ideas with what MUA settin

Re: How to post good follow-ups to bug-followup@ ?

2008-07-20 Thread Ashish Shukla आशीष शुक्ल
David Wolfskill writes: > On Sun, Jul 20, 2008 at 06:15:13PM +0530, Ashish Shukla > ??? wrote: >> Hi, >> >> I'm a maintainer of some of the FreeBSD ports. Whenever I post followup >> to any PR using Gnus or Mutt, the attachment gets messed up on web >> interface[1]. Any i

How to post good follow-ups to bug-followup@ ?

2008-07-20 Thread Ashish Shukla आशीष शुक्ल
Hi, I'm a maintainer of some of the FreeBSD ports. Whenever I post followup to any PR using Gnus or Mutt, the attachment gets messed up on web interface[1]. Any ideas with what MUA settings should I post followups ? [1] - http://www.freebsd.org/cgi/query-pr.cgi?pr=125801 TIA Ashish -- ·-- ·- ··

Re: Creating New Port - Question about Installation

2008-06-26 Thread आशीष शुक्ल Ashish Shukla
,--[ On Thu, Jun 26, 2008 at 05:52:04PM -0400, Schiz0 wrote: | Hey, | | I'm attempting to create a new port for btsh: | http://btsh.sourceforge.net/ | The website isn't finished yet, but it's a command-line interface for | torrent websites. | | Anyway, the original .tar.bz2 that the author wrote

Google Gadgets available on FreeBSD

2008-06-08 Thread आशीष शुक्ल Ashish Shukla
I get some time. References: [1] - http://code.google.com/p/google-gadgets-for-linux/ Thanks -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- pgp0M2US0qWJw.pgp Description: PGP signature

GNOME Online Desktop available in PR.

2008-06-01 Thread Ashish Shukla आशीष शुक्ल
s to the GNATS, please correct this. TIA -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- pgp2gCZ4GmNt6.pgp Description: PGP signature

GNOME Online Desktop on FreeBSD

2008-05-28 Thread Ashish Shukla आशीष शुक्ल
AMD64 box, and I've found bigboard and online-desktop segfaulting. If anyone is interested fixing, cool. I don't have time to fix them, at the moment, but will try fixing them as soon as I get some time. References: [1] - http://live.gnome.org/OnlineDesktop/ Happy porting. -- Ashi

Re: fetch troubleshooting

2008-05-20 Thread Ashish Shukla आशीष शुक्ल
7;t fetch it - please try to retrieve this=> port manually into /usr/ports/distfiles/ and try again.*** Error code 1Stop in /usr/ports/sysutils/lsof. The error 'No address record' implies that fetch is not able to resolve domain names, please make sure that DNS servers listed

Re: Problems installing JDK1.6 on FreeBSD 7.0R

2008-05-16 Thread Ashish Shukla आशीष शुक्ल
>>>>> Philip Plant writes: Philip> /libexec/ld-elf.so.1: /usr/local/lib/compat/libpthread.so.2: Undefined Philip> symbol "__malloc_lock" Can you paste the output 'ldd /usr/local/lib/compat/libpthread.so.2' ? And see what shared object it is m

dns/nss_mdns: getaddrinfo() doesn't return IPv6 address on getaddrinfo()

2008-04-26 Thread Ashish Shukla आशीष शुक्ल
amp;_errno, &_h_errno); + status = __nss_compat_result(status, _errno); + 8<8< If required I'll submit a PR for this. References: [1] - http://pastebin.com/f20d45049 Thanks -- Ashish Shukla आशीष शु

Re: Building Ruby Ports

2008-04-17 Thread Ashish Shukla आशीष शुक्ल
ut using portdowngrade(1) to downgrade the port to older release ? Or create a separate port for that specific version of software, hmm...? HTH -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --

Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-08 Thread Ashish Shukla आशीष शुक्ल
ileges before gtk_init_with_args(), then how is it be able to access /etc/passwd.master ? References: [1] - http://svn.gnome.org/viewvc/gtk%2B/trunk/gtk/gtkmain.c?revision=19481&view=markup TIA -- Ashish Shukla आशीष श

Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
>>>>> "Jeremy" == Jeremy Messenger <[EMAIL PROTECTED]> writes: Jeremy> On Sun, 06 Apr 2008 12:39:55 -0500, Ashish Shukla "आशीष शुक्ल" Jeremy> <[EMAIL PROTECTED]> wrote: >>>>>>> "Jeremy" == Jeremy

Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
27;t use PAM, then with which password do you unlock screen, hmm...? Thanks Ashish Shukla -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- pgpTInDgMTJR7.pgp Description: PGP signature

Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-06 Thread Ashish Shukla आशीष श ुक्ल
>>>>> Joe Marcus Clarke writes: Joe> On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla आशीष शुक्ल wrote: >> Hi, >> >> Whenever I try to unlock my screen, locked using gnome-screensaver, it >> doesn't accept my password, rejects wi

Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
>>>>> "R" == R Mahmatkhanov <[EMAIL PROTECTED]> writes: R> Ashish Shukla आशीष शुक्ल пишет: >> Hi, >> >> Whenever I try to unlock my screen, locked using gnome-screensaver, it >> doesn't accept my password,

x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
support. During password verification, there is some non-uniform delay (sometime more, sometimes less) . Is there anyone else experiencing this issue, hmm...? TIA -- Ashish Shukla आशीष शुक्ल htt

net/avahi-app-0.6.22 not returning IPv6 non-link local addresses.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
ddress TIA -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- pgpwcEVAYnyGu.pgp Description: PGP signature

Re: net/avahi-app-0.6.22 not returning correct IPv6 link-local address.

2008-04-06 Thread Ashish Shukla आशीष शुक्ल
>>>>> Joe Marcus Clarke writes: Joe> On Sun, 2008-04-06 at 03:38 +0900, Hajimu UMEMOTO wrote: >> Hi, >> >> >>>>> On Fri, 04 Apr 2008 11:20:43 +0530 >> >>>>> Ashish Shukla आशीष शुक्ल <[EMAIL PROTE

net/avahi-app-0.6.22 not returning correct IPv6 link-local address.

2008-04-03 Thread Ashish Shukla आशीष शुक्ल
30 12:05:36 IST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ULE amd64 8<8< Can anyone else confirm this ? Or problem with my configuration, hmm...? Thanks in advance. -- Ashish Shukla आशीष शुक्ल http:/

Re: Encountered a problem with GNOME gdm

2008-01-22 Thread Ashish Shukla आशीष शुक्ल
>>>>> Eric L Chen writes: Eric> Hi, Eric> I think use "/usr/bin/env bash" is better than "/usr/local/bin/bash" in Eric> portability. True, but is this reported as P.R., hmm...? Thanks -- Ashish Shukla आशीष शुक्ल

Encountered a problem with GNOME gdm

2008-01-18 Thread आशीष श ुक्ल A shish Shukla
ment (it could be multiple words, so run it with "eval"). As a >8->8- TIA -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- ___

Re: Trying to support my product on BSD

2008-01-18 Thread आशीष शुक्ल Ashish Shukla
FOSS, then you can submit your port for inclusion in official FreeBSD ports tree :) . References: [1] - http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ HTH -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com

Re: net/freenet6: Error is 3: INTERFACE_SETUP_FAILED

2007-12-31 Thread आशीष शुक्ल Ashish Shukla
Hi, There's been a discussion on this port few days back on this list, and the conclusion is that putenv() function (in 7.0) used in tspSetEnv() is the culprit, so either replace putenv() with setenv() or use net/gateway6 port instead :) HTH -- Ashish Shukla आशीष शुक्ल

Re: Problem with net/freenet6 port.

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
As a | circumvent you may use net/gateway6, it's nearly the same, or you | correct tspSetEnv() in freebsd/tsp_local.c (replace putenv() with | setenv(), just like in net/gateway6). Thanks will try the net/gateway6 . -- Ashish Shukla आशीष शुक्ल http://wahjava.wor

Problem with net/freenet6 port.

2007-12-28 Thread आशीष श ुक्ल A shish Shukla
=DAEMON syslog_level=INFO host_type=host prefixlen=48 if_prefix=fxp0 >8>8 Following is the output of "uname -a": FreeBSD chateau.d.lf 7.0-BETA4 FreeBSD 7.0-BETA4 #1: Wed Dec 19 13:22:36 IST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC amd64 Can an

Re: Possibly unbuildable ports reminder

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
-- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- signature.asc Description: Digital signature

Re: Possibly unbuildable ports reminder

2007-12-28 Thread आशीष शुक्ल Ashish Shukla
/ Logs corresponding to my maintained ports at following URL, seems to me outdated: http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED] It seems list needs to be re-generated. HTH -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com

Re: Stupid question

2007-08-16 Thread आशीष शुक्ल Ashish Shukla
: sorry my english, my natural languaje is spanish, and I'm to bad in | spanish too :) Ashish Shukla -- Ashish Shukla "Wah Java !!" आशीष शुक्ल weblog: http://wahjava.wordpress.com/ ,= ,-_-. =. | The desire to be rewarded for one's creativity does | ((_/

Porting a Python 2.5 dependent software.

2007-07-19 Thread Ashish Shukla आशीष शुक्ल
BSD. [1] http://developer.mugshot.org/wiki/Online_Desktop_Project Thanks in advance, Ashish Shukla -- Ashish Shukla "Wah Java !!" आशीष शुक्ल weblog: http://wahjava.wordpress.com/ ,= ,-_-. =. | A: Yes.| ((_/)o o(\_)) | >Q: Ar

FreeBSD Port: libcheck-0.9.3

2006-11-04 Thread आशीष
Hi Mike, Could you please upgrade the port devel/libcheck as version 0.9.4 is available. Refer to following url: http://sourceforge.net/project/showfiles.php?group_id=28255&release_id=37982 Thanks in advance Ashish Shukla -- Ashish Shukla "Wah Java !!" आशीष शुक्ल ,= ,-_-. =.