Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Doug Barton

On Wed, 17 Mar 2010, Chuck Swiger wrote:


 touch /etc/make.conf  echo CFLAGS += -Wno-error  /etc/make.conf


No reason for the touch first, FWIW.


Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: correct location for third party /var files

2010-03-18 Thread Doug Barton

On Wed, 17 Mar 2010, Thomas-Martin Seck wrote:

When I started maintaining ports in 2004, the (or at least my) goal was
to avoid absolute paths in pkg-plist like the plague, that is why I do
not bother to use something /var/cache/squid or /var/log/squid instead
of PREFIX/squid/{logs,cache}. There is IMHO nothing wrong with storing
variable data in $PREFIX/portname/ as long as this is sensibly done.
$PREFIX/portname/var or $PREFIX/var/portname on the other hand is
usually just a sign of sloppy porting and should be fixed.

Trying to separate static and variable data and scattering said data
across filesystems just for the sake of it or for arcane aesthetic
reasons is - IMO - not really helpful for the user.


I disagree strongly. hier(7) exists for a reason. I have always set up 
systems to make a clear distinction between partitions that will be more 
or less static and those that will be actively written to. This saves a 
lot of time NOT having to rebuild a system after a crash because the 
essential elements are still healthy.


Your personal feelings about it don't really enter in. If you don't 
understand or don't agree with a policy feel free to discuss it. Choosing 
to ignore it because you don't like it isn't really an option.



Doug

--

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

Computers are useless. They can only give you answers.
-- Pablo Picasso

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Achilleas Mantzios
I think generally this is a problem for people who have to support old apps 
with applets
(i am one of them).
But nowadays, javascript can do many of the things java was used to achieve.
(and its not so ugly once you get to learn it)

Στις Wednesday 17 March 2010 20:57:59 ο/η Jason Garrett έγραψε:
 On Fri, Mar 12, 2010 at 09:15, Programmer In Training
 p...@joseph-a-nagy-jr.us wrote:
  I don't know if I should also cc the maintainer for FF3.6, but I'm
  posting here. Hopefully they'll see it.
 
  When will we have an updated Java for use in Firefox 3.6? I guess I
  could downgrade back to 3.5 if absolutely necessary, but I'd rather not.
  Though I imagine an upgraded java would mean I would have to recompile
  OOo, too. ):
  --
  Yours In Christ,
 
  PIT
  Emails are not formal business letters, whatever businesses may want.
  Original content copyright under the OWL http://owl.apotheon.org
  Please do not CC me. If I'm posting to a list it is because I am subscribed.
 
 
 
 I am also interested. I believe that sun's java is up to Update 18 for
 1.6. Port shows Update 3.
 
 Also CC'ing freebsd-java into this. I don't do much code, but I am
 willing to do everything I can to help out.
 ___
 freebsd-j...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-java
 To unsubscribe, send any mail to freebsd-java-unsubscr...@freebsd.org
 



-- 
Achilleas Mantzios
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Jerry
On Thu, 18 Mar 2010 09:50:03 +0200
Achilleas Mantzios ach...@matrix.gatewaynet.com articulated:

Στις Wednesday 17 March 2010 20:57:59 ο/η Jason Garrett έγραψε:
 On Fri, Mar 12, 2010 at 09:15, Programmer In Training
 p...@joseph-a-nagy-jr.us wrote:
  I don't know if I should also cc the maintainer for FF3.6, but I'm
  posting here. Hopefully they'll see it.
 
  When will we have an updated Java for use in Firefox 3.6? I guess I
  could downgrade back to 3.5 if absolutely necessary, but I'd
  rather not. Though I imagine an upgraded java would mean I would
  have to recompile OOo, too. ):

 I am also interested. I believe that sun's java is up to Update 18
 for 1.6. Port shows Update 3.
 
 Also CC'ing freebsd-java into this. I don't do much code, but I am
 willing to do everything I can to help out.

 I think generally this is a problem for people who have to support old
 apps with applets (i am one of them).
 But nowadays, javascript can do many of the things java was used to
 achieve. (and its not so ugly once you get to learn it)

At some point a rational person realizes that it is time to move on.
Progress is achieved by striving forward; not looking backwards. I fail
to see any logical reason why a fully up-to-date version of Java cannot
be included into the ports system and thereby enable the users of the
latest version of Firefox, and perhaps other programs, to benefit
from its presents. 

FreeBSD has always lagged far behind in its released versions of Java
as opposed to Sun's released versions. Since it appears that FreeBSD is
lagging behind, there is no reason to work on any of the intermediate
versions, but rather concentrate on the latest released version;
thereby benefiting its user base.

-- 
Jerry
ges...@yahoo.com

|===
|===
|===
|===
|

Remember Darwin; building a better
mousetrap merely results in smarter mice.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


ntfsprogs

2010-03-18 Thread Samuel Martín Moro
Hi.

I made two patches for ntfsprogs.
(and btw, I don't know: who's the port mainter? who should I give these
patches?)

The first one, in libntfs/device.c, adding the correct defines, to get the
device geometry.
The second one, in ntfsprogs/mkntfs.c, managing character (previously
block)devices.

Also, the second patch correct an infinite loop, when linking to libublio
(and/or its 'bad' use in ntfsprogs):

Indeed, using UBLIO_BLOCK_SIZE 262144 may work while working on the entire
device.
But while working on parts, it may be better to use sector_per_track *
sector_size (or something like that...).
Otherwise, ublio try to read after the end of the drive.


With these patches, mkntfs is correctly working without ublio.
And it quite works with ublio (ask for a chkdsk under windows to make the
end boot, only if partitionning disk, but I guess one can run
UBLIO_BLOCK_SIZE=`expr 63 '*' 255` mkntfs $dev to avoid troubles).

there's still an other problem I did'nt fix yet:
a chkdsk under windows, after formatting with mkntfs, says there's a bad
$UpCase file.
Indeed, a few differences between the two versions...
I'll post the next patch when I'll have time to work on it.



Samuel Martín Moro
{EPITECH.} tek4
CamTrace S.A.S
sorry for my english...
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: ntfsprogs

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 10:54:14 +0100
Samuel Mart__n Moro faus...@gmail.com wrote:

 I made two patches for ntfsprogs.
 (and btw, I don't know: who's the port mainter? who should I give these
 patches?)


There isn't a maintainer.  The best thing is to file a PR with your
patches attached so they won't get lost in the noise.

---
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 06:21:51 -0400
Jerry ges...@yahoo.com wrote:

 On Thu, 18 Mar 2010 09:50:03 +0200
 Achilleas Mantzios ach...@matrix.gatewaynet.com articulated:
 
  Wednesday 17 March 2010 20:57:59 __/__ Jason Garrett :
  On Fri, Mar 12, 2010 at 09:15, Programmer In Training
  p...@joseph-a-nagy-jr.us wrote:
   I don't know if I should also cc the maintainer for FF3.6, but I'm
   posting here. Hopefully they'll see it.
  
   When will we have an updated Java for use in Firefox 3.6? I guess I
   could downgrade back to 3.5 if absolutely necessary, but I'd
   rather not. Though I imagine an upgraded java would mean I would
   have to recompile OOo, too. ):
 
  I am also interested. I believe that sun's java is up to Update 18
  for 1.6. Port shows Update 3.
  
  Also CC'ing freebsd-java into this. I don't do much code, but I am
  willing to do everything I can to help out.
 
  I think generally this is a problem for people who have to support old
  apps with applets (i am one of them).
  But nowadays, javascript can do many of the things java was used to
  achieve. (and its not so ugly once you get to learn it)
 
 At some point a rational person realizes that it is time to move on.
 Progress is achieved by striving forward; not looking backwards. I fail
 to see any logical reason why a fully up-to-date version of Java cannot
 be included into the ports system and thereby enable the users of the
 latest version of Firefox, and perhaps other programs, to benefit
 from its presents. 
 
 FreeBSD has always lagged far behind in its released versions of Java
 as opposed to Sun's released versions. Since it appears that FreeBSD is
 lagging behind, there is no reason to work on any of the intermediate
 versions, but rather concentrate on the latest released version;
 thereby benefiting its user base.
 

Put your money where your mouth is and provide patches.

---
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Jason Garrett
On Thu, Mar 18, 2010 at 05:33, Gary Jennejohn gary.jennej...@freenet.de wrote:
 On Thu, 18 Mar 2010 06:21:51 -0400
 Jerry ges...@yahoo.com wrote:

 On Thu, 18 Mar 2010 09:50:03 +0200
 Achilleas Mantzios ach...@matrix.gatewaynet.com articulated:

  Wednesday 17 March 2010 20:57:59 __/__ Jason Garrett :
  On Fri, Mar 12, 2010 at 09:15, Programmer In Training
  p...@joseph-a-nagy-jr.us wrote:
   I don't know if I should also cc the maintainer for FF3.6, but I'm
   posting here. Hopefully they'll see it.
  
   When will we have an updated Java for use in Firefox 3.6? I guess I
   could downgrade back to 3.5 if absolutely necessary, but I'd
   rather not. Though I imagine an upgraded java would mean I would
   have to recompile OOo, too. ):

  I am also interested. I believe that sun's java is up to Update 18
  for 1.6. Port shows Update 3.
 
  Also CC'ing freebsd-java into this. I don't do much code, but I am
  willing to do everything I can to help out.

  I think generally this is a problem for people who have to support old
  apps with applets (i am one of them).
  But nowadays, javascript can do many of the things java was used to
  achieve. (and its not so ugly once you get to learn it)

 At some point a rational person realizes that it is time to move on.
 Progress is achieved by striving forward; not looking backwards. I fail
 to see any logical reason why a fully up-to-date version of Java cannot
 be included into the ports system and thereby enable the users of the
 latest version of Firefox, and perhaps other programs, to benefit
 from its presents.

 FreeBSD has always lagged far behind in its released versions of Java
 as opposed to Sun's released versions. Since it appears that FreeBSD is
 lagging behind, there is no reason to work on any of the intermediate
 versions, but rather concentrate on the latest released version;
 thereby benefiting its user base.


 Put your money where your mouth is and provide patches.

What part of I don't do much code did you not understand?

This is a canned response around here and frankly should be ignored if
the poster has nothing else positive to add to the discussion.

Consider your post ignored.


 ---
 Gary Jennejohn
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: ntfsprogs

2010-03-18 Thread Samuel Martín Moro
done
thanks

Samuel Martín Moro
{EPITECH.} tek4
CamTrace S.A.S


On Thu, Mar 18, 2010 at 11:31 AM, Gary Jennejohn
gary.jennej...@freenet.dewrote:

 On Thu, 18 Mar 2010 10:54:14 +0100
 Samuel Mart__n Moro faus...@gmail.com wrote:

  I made two patches for ntfsprogs.
  (and btw, I don't know: who's the port mainter? who should I give these
  patches?)
 

 There isn't a maintainer.  The best thing is to file a PR with your
 patches attached so they won't get lost in the noise.

 ---
 Gary Jennejohn

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Chuck Swiger
On Mar 18, 2010, at 12:48 AM, Doug Barton wrote:
 touch /etc/make.conf  echo CFLAGS += -Wno-error  /etc/make.conf
 
 No reason for the touch first, FWIW.

Some shells aren't willing to append to files which don't already exist:

# echo CFLAGS += -Wno-error  /etc/make.conf
zsh: no such file or directory: /etc/make.conf

Regards,
-- 
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Enlightenment build failure

2010-03-18 Thread Piotrek
FreeBSD sng 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Mar 17 10:09:21 CET
2010 s...@sng:/usr/obj/usr/src/sys/DESKTOP-DEBUG  amd64

When i try to install /usr/ports/x11-wm/enlightenment i end up with
following message:

(cd .libs  rm -f module.la  ln -s ../module.la module.la)
gmake[4]: Opuszczenie katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042/src/modules/conf_imc'
Making all in msgbus_lang gmake[4]: Wejście do katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042/src/modules/msgbus_lang'
if /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H
-I. -I. -I../../.. -I. -I../../.. -I../../../src/modules/msgbus_lang
-I../../../src/bin -I../../../src/lib -I../../../src/modules
-DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include/efreet
-I/usr/local/include -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include -I/usr/local/include
-I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT e_mod_main.lo
-MD -MP -MF .deps/e_mod_main.Tpo -c -o e_mod_main.lo e_mod_main.c; \
then mv -f .deps/e_mod_main.Tpo .deps/e_mod_main.Plo; else rm -f
.deps/e_mod_main.Tpo; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I.
-I. -I../../.. -I. -I../../.. -I../../../src/modules/msgbus_lang
-I../../../src/bin -I../../../src/lib -I../../../src/modules
-DUSE_E_CONFIG_H -I/usr/local/include -I/usr/local/include/efreet
-I/usr/local/include -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include -I/usr/local/include
-I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT e_mod_main.lo
-MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c  -fPIC -DPIC
-o .libs/e_mod_main.o e_mod_main.c:19: error: expected '=', ',', ';',
'asm' or '__attribute__' before '*' token e_mod_main.c: In function
'e_modapi_init': e_mod_main.c:62: warning: assignment makes pointer
from integer without a cast e_mod_main.c:65: error: 'cb_langs'
undeclared (first use in this function) e_mod_main.c:65: error: (Each
undeclared identifier is reported only once e_mod_main.c:65: error: for
each function it appears in.) gmake[4]: *** [e_mod_main.lo] Błąd 1 gmake
[4]: Opuszczenie katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042/src/modules/msgbus_lang'
gmake[3]: *** [all-recursive] Błąd 1 gmake[3]: Opuszczenie katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042/src/modules'
gmake[2]: *** [all-recursive] Błąd 1 gmake[2]: Opuszczenie katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042/src'
gmake[1]: *** [all-recursive] Błąd 1 gmake[1]: Opuszczenie katalogu
`/usr/ports/x11-wm/enlightenment/work/enlightenment-0.16.999.042'
gmake: *** [all] Błąd 2 *** Error code 1

Stop in /usr/ports/x11-wm/enlightenment.

I'll be very happy if someone will fix it :)

Best regards
-- 
Piotrek pioku...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Enlightenment build failure

2010-03-18 Thread RW
On Thu, 18 Mar 2010 12:47:58 +0100
Piotrek pioku...@gmail.com wrote:


 When i try to install /usr/ports/x11-wm/enlightenment i end up with
 following message:

Even when it builds, it's an E17 development snapshot from over 2 years
ago. I found it too buggy and incomplete to be any practical use.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Robert Huff

Jason Garrett writes:

   At some point a rational person realizes that it is time to move on.
   Progress is achieved by striving forward; not looking backwards. I fail
   to see any logical reason why a fully up-to-date version of Java cannot
   be included into the ports system and thereby enable the users of the
   latest version of Firefox, and perhaps other programs, to benefit
   from its presents.
  
   FreeBSD has always lagged far behind in its released versions of Java
   as opposed to Sun's released versions. Since it appears that FreeBSD is
   lagging behind, there is no reason to work on any of the intermediate
   versions, but rather concentrate on the latest released version;
   thereby benefiting its user base.
  
  
   Put your money where your mouth is and provide patches.
  
  What part of I don't do much code did you not understand?
  
  This is a canned response around here and frankly should be
  ignored if the poster has nothing else positive to add to the
  discussion.

While the form was rather brusque, the content was entirely
accurate and should _not_ be ignored.
Java is one of the larger/most complex third-party products on
which other apps depend.  I am quite glad I'm not the one
responsible for updating and testing new versions.  As for actual
certification?  It's a long and expensive process; it's happened
twice, both times by the unexpected gift of one ot more corporate
sponsors (whose identity has not been disclosed, probably by
request).
FreeBSD is - with exceptions that can be counted on one hand -
maintained and improved by volunteers.  They work on what interests
or affects them, on their own time, sometimes spending thwir own
money.
Yes, there's a Java team.
Yes, it's understaffed.  (So, by some metrics, is the entire
project.)
No, there's no one around authorized to break out the whip and
shackles and tell them to row harder.
Yes, they're perfectly aware they're behind the curve.  Perhaps
no one is _more_ aware, including details not obvious to others.

So ... once the whing\ complaining is done. the OP has
choices:
They can suffer with the /status quo/.
They can go elsewhere.  Frankly, if they need these features
that badly, this is the correct and reasonable solution.  They'll be
missed, but the decision will be understood.
Or they can contribute - contribute what skills they do have
(e.g. testing), contribute cycles on machines of different
architectures, even contribute the funding to pay for a full-time
coder to work on this.  (I'm guessing here; talk to java@ for the
exact list.)

Respectfully,


Robert Huff


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Enlightenment build failure

2010-03-18 Thread Piotrek
On Thu, 18 Mar 2010 12:38:05 +
RW rwmailli...@googlemail.com wrote:

 On Thu, 18 Mar 2010 12:47:58 +0100
 Piotrek pioku...@gmail.com wrote:
 
 
  When i try to install /usr/ports/x11-wm/enlightenment i end up with
  following message:
 
 Even when it builds, it's an E17 development snapshot from over 2 years
 ago. I found it too buggy and incomplete to be any practical use.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

So my question to maintainer now, is it going to be updated to newest
svn version soon or do people have to wait until it will hit stable ??

-- 
Piotrek pioku...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Jason Garrett
On Thu, Mar 18, 2010 at 07:42, Robert Huff roberth...@rcn.com wrote:

 Jason Garrett writes:

   At some point a rational person realizes that it is time to move on.
   Progress is achieved by striving forward; not looking backwards. I fail
   to see any logical reason why a fully up-to-date version of Java cannot
   be included into the ports system and thereby enable the users of the
   latest version of Firefox, and perhaps other programs, to benefit
   from its presents.
  
   FreeBSD has always lagged far behind in its released versions of Java
   as opposed to Sun's released versions. Since it appears that FreeBSD is
   lagging behind, there is no reason to work on any of the intermediate
   versions, but rather concentrate on the latest released version;
   thereby benefiting its user base.
  
  
   Put your money where your mouth is and provide patches.

  What part of I don't do much code did you not understand?

  This is a canned response around here and frankly should be
  ignored if the poster has nothing else positive to add to the
  discussion.

        While the form was rather brusque, the content was entirely
 accurate and should _not_ be ignored.
        Java is one of the larger/most complex third-party products on
 which other apps depend.  I am quite glad I'm not the one
 responsible for updating and testing new versions.  As for actual
 certification?  It's a long and expensive process; it's happened
 twice, both times by the unexpected gift of one ot more corporate
 sponsors (whose identity has not been disclosed, probably by
 request).
        FreeBSD is - with exceptions that can be counted on one hand -
 maintained and improved by volunteers.  They work on what interests
 or affects them, on their own time, sometimes spending thwir own
 money.
        Yes, there's a Java team.
        Yes, it's understaffed.  (So, by some metrics, is the entire
 project.)
        No, there's no one around authorized to break out the whip and
 shackles and tell them to row harder.
        Yes, they're perfectly aware they're behind the curve.  Perhaps
 no one is _more_ aware, including details not obvious to others.

        So ... once the whing\ complaining is done. the OP has
 choices:
        They can suffer with the /status quo/.
        They can go elsewhere.  Frankly, if they need these features
 that badly, this is the correct and reasonable solution.  They'll be
 missed, but the decision will be understood.
        Or they can contribute - contribute what skills they do have
 (e.g. testing), contribute cycles on machines of different
 architectures, even contribute the funding to pay for a full-time
 coder to work on this.  (I'm guessing here; talk to java@ for the
 exact list.)

        Respectfully,


                                Robert Huff




With all due respect Robert,

Gary Jennejohn  ran into this thread and simply said (with my name
being the last mentioned) Put your money where your mouth is and
provide patches..

Obviously he did not read my post or any of the others. I have next to
ZERO coding experience, but what I do have is time and machines to
provide any EXTRA support that the Java team would like. I myself do
not _NEED_ any of the features in the latest update, but it would be
nice to have a more recent version. I understand how hard this is, and
how understaffed the whole project is in general. For some one to jump
in with a one liner like Gary did is unacceptable. It's obvious he did
zero reading and therefore he has nothing to add either.

If anyone would like to take this argument off list, please feel free
to email me. I would even be willing to give out my telephone number
to discuss ad nauseam.

Now that this has been exhausted on-list, can we get back on-topic?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: ntfsprogs

2010-03-18 Thread Jan Henrik Sylvester

As you are working on ntfsprogs, are you able to use ntfsresize at all?

For me, ntfsresize never worked in ntfsprogs-2.0.0, but it did in 
ntfsprogs-1.13.1. We had a discussion about ntfsprogs on 
freebsd-questions almost a year ago:


http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/thread.html#196207

I still do not know more than I stated in there:

http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/196252.html

I still would like to create an ports/ntfsprogs1 (back)port to get 
ntfsprogs-1.13.1 back. Unfortunately, I have not had time to do this 
since then.


Maybe you want to check yourself, if 1.13.1 gives less problems than 
2.0.0...


Although ntfsprogs is not maintained anymore, mkntfs and ntfsresize are 
still useful -- thus picking the best last release and fixing that on 
current FreeBSD may be worse it.


Cheers,
Jan Henrik
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: sylpheed-2.7.1_1

2010-03-18 Thread Marco Alberoni
Hello, when do you think Sylpheed 3.0 port will be available? Do you 
need any help?



Yours sincerely

--
Marco Alberoni

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [freebsd-ports] Pilot error or bash dependencies broken?

2010-03-18 Thread Mike Winter
The problem seems v bad if there is possibility of infinite recursion

===   xorg-vfbserver-1.6.0,1 depends on executable: Xvfb - not found
===Verifying install for Xvfb in /usr/ports/x11-servers/xorg-vfbserver
make: Max recursion level (500) exceeded.: Resource temporarily unavailable
*** Error code 2

On Mar 17, 2010, at 1:07 PM, Gary Jennejohn wrote:

 On Wed, 17 Mar 2010 10:20:37 -0700
 Mike Winter mike.win...@comcast.net wrote:
 
 In spirit of a beginner's first question to 'freebsd-ports' please tell me 
 why bash depends on x11?
 
 in /etc/make.conf I had WITHOUT_X11=yes and I ended up needing Xvfb. This is 
 confusing to me. I get into a nasty loop of failed dependencies:
 
 [snip list of X ports]
 
 This is very weird.
 
 The only thing which occurs to me is to try making it with WITHOUT_NLS=1
 in the command line.
 
 ---
 Gary Jennejohn

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [freebsd-ports] Pilot error or bash dependencies broken?

2010-03-18 Thread Jeremy Messenger
On Thu, 18 Mar 2010 09:08:04 -0600, Mike Winter mike.win...@comcast.net  
wrote:



The problem seems v bad if there is possibility of infinite recursion


Show us your make.conf.

Cheers,
Mezz


===   xorg-vfbserver-1.6.0,1 depends on executable: Xvfb - not found
===Verifying install for Xvfb in  
/usr/ports/x11-servers/xorg-vfbserver
make: Max recursion level (500) exceeded.: Resource temporarily  
unavailable

*** Error code 2

On Mar 17, 2010, at 1:07 PM, Gary Jennejohn wrote:


On Wed, 17 Mar 2010 10:20:37 -0700
Mike Winter mike.win...@comcast.net wrote:

In spirit of a beginner's first question to 'freebsd-ports' please  
tell me why bash depends on x11?


in /etc/make.conf I had WITHOUT_X11=yes and I ended up needing Xvfb.  
This is confusing to me. I get into a nasty loop of failed  
dependencies:



[snip list of X ports]

This is very weird.

The only thing which occurs to me is to try making it with WITHOUT_NLS=1
in the command line.

---
Gary Jennejohn



--
me...@cox.net  -  m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gn...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Erwin Lansing
On behalf of portmgr, I am pleased to announce that portmgr has found
a new secretary: Thomas Abthorpe.  Thomas has been a FreeBSD ports committer
since 2007 and has made more than 1000 commits since.  He has previously
served on the ports-security team and is currently a member of the KDE
and donation teams. He has also mentored several new ports committers
over the years.

In his role as portmgr secretary, Thomas will help portmgr keep track of
ongoing issues, keeps the portmgr, and other bookkeeping work like
organizing votes and stay in touch with other FreeBSD teams.

Please welcome him onboard!

-erwin

-- 
Erwin Lansing   http://droso.org
Prediction is very difficult
especially about the futureer...@freebsd.org


pgp60BNj9DhT5.pgp
Description: PGP signature


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Marcelo
2010/3/18 Erwin Lansing er...@freebsd.org

 On behalf of portmgr, I am pleased to announce that portmgr has found
 a new secretary: Thomas Abthorpe.  Thomas has been a FreeBSD ports
 committer


Congrats.

-- 
Marcelo Araujo
ara...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread FreeBSD portmgr secretary
On Thu, 18 Mar 2010 13:26:14 -0300
Renato Botelho ga...@freebsd.org wrote:

 Congratulations Thomas and Thanks Erwin for all the work in last years.

Thanks Renato!

Next year at BSDCan, I will invoke my new found hat and you can buy the first
round :)

Likewise I too would like to express my thanks to Erwin for his time as
-secretary, he will be my mentor as I get the feel for my new job!


Thomas
with portmgr-secretary hat on

-- 
Thomas Abthorpe | FreeBSD Committer
tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe


signature.asc
Description: PGP signature


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 18 Mar 2010 13:34:24 -0300
Marcelo araujobsdp...@gmail.com wrote:

 Congrats.

Thanks :)

- -- 
Thomas Abthorpe | FreeBSD Committer
tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkuiVzwACgkQ5Gm/jNBp8qCeWgCfRIVYgem2FxZqpYzuj4HHhV4t
kbAAnAiZYL7qDjiGVPYuNZHb0qBt4bLZ
=+iBD
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Marius Nünnerich
On Thu, Mar 18, 2010 at 17:35, FreeBSD portmgr secretary
tabtho...@freebsd.org wrote:
 On Thu, 18 Mar 2010 13:26:14 -0300
 Renato Botelho ga...@freebsd.org wrote:

 Congratulations Thomas and Thanks Erwin for all the work in last years.

 Thanks Renato!

 Next year at BSDCan, I will invoke my new found hat and you can buy the first
 round :)

 Likewise I too would like to express my thanks to Erwin for his time as
 -secretary, he will be my mentor as I get the feel for my new job!

Thank you both very much! :)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Mar 18, 2010 at 05:02:01PM +0100, Erwin Lansing wrote:
 On behalf of portmgr, I am pleased to announce that portmgr has found
 a new secretary: Thomas Abthorpe.  Thomas has been a FreeBSD ports committer
 since 2007 and has made more than 1000 commits since.  He has previously
 served on the ports-security team and is currently a member of the KDE
 and donation teams. He has also mentored several new ports committers
 over the years.
 
 In his role as portmgr secretary, Thomas will help portmgr keep track of
 ongoing issues, keeps the portmgr, and other bookkeeping work like
 organizing votes and stay in touch with other FreeBSD teams.
 
 Please welcome him onboard!

Congratulations Thomas and Thanks Erwin for all the work in last years.

- -- 
Renato Botelho garga @ FreeBSD.org
   garga @ freebsdbrasil.com.br
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

To be is to be related.
-- C. J. Keyser
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkuiVCUACgkQ6CRbiSJE7anr5wCeLS9YAMIV+SE4YEso5S5K3UhA
6hYAoI5qwV5tihC6UxVPkzSDUesy1DgE
=sp/n
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Hadra News - Mars 2010 / LOONEY MOON - Bourg-en-B. - 27.03.2010

2010-03-18 Thread Hadra

Cette newsletter vous a été envoyée au format graphique HTML.
Si vous lisez cette version, alors votre logiciel de messagerie préfère les 
e-mails au format texte.
Vous pouvez lire la version originale en ligne:
http://ymlp183.com/zEaVHs



LOONEY MOON

27 mars 2010 - BOURG-EN-BRESSE

Organisé par Hadra, Looney Moon (
http://www.hadra.net/shop.php?view=preventes ) et La Tannerie (
http://www.la-tannerie.com )

LIVE ACTS PSYTRANCE

TOTAL ECLIPSE
Mandala Records - Bordeaux Myspace.com/totaleclipsefr (
http://www.myspace.com/totaleclipsefr )

DUST
Looney Moon Rec. Italie www.myspace.com/dustinfacesound

PHASE
Looney Moon Rec. - Italie Myspace.com/phasesoundz (
http://www.myspace.com/phasesoundz )

D-ROOT
Hadra Records - Chambéry Myspace.com/droothadra (
http://www.myspace.com/droothadra )

DJ SETS PSYTRANCE

DRENAN
Cyklones / Iono Music - Paris Myspace.com/drenan (
http://www.myspace.com/drenan )

FOG PHOBOS
Peak Rec. / Looney Moon Rec. - Italie
Myspace.com/foglooney
Myspace.com/phobosdj ( http://www.myspace.com/phobosdj )

KRONOS
Looney Moon Rec. - Italie Myspace.com/kronos145 (
http://www.myspace.com/kronos145 )

METRONOHM
Lyon Myspace.com/metronohmmusic (
http://www.myspace.com/metronohmmusic )

DECORATION

ATLANTIX
Looney Moon Rec. - Italie Myspace.com/atlantixtribe (
http://www.myspace.com/atlantixtribe )

LOONEY MOON
Italie -Looney Moon ( http://www.hadra.net/shop.php?view=preventes )

MUSACT
Grenoble Myspace.com/adaepmusact ( http://www.myspace.com/adaepmusact
)

VIDEO

SISTER RAY
Looney Moon Rec. - Italie Myspace.com/vj_sister_ray (
http://www.myspace.com/vj_sister_ray )

LIKID
Hadra - Grenoble Myspace.com/vjlikid ( http://www.myspace.com/vjlikid
)

VJ 2.0
Hadra - Grenoble

LIEU
La TANNERIE
123, place de la Vinaigrerie
01000 Bourg-en-Bresse

www.la-tannerie.com
 04.74.21.04.55
TARIF PREVENTES
TARIF :
16 € sur place / 12 € (+ 0,50 €) en prévente

PREVENTES :
12,50 €

- BUS FROM TORINO (IT) :
Abbiamo a disposizione un Bus che partira da Torino intorno alle 13
di Sabato 27 Marzo, ci lascerà alla festa in Francia, e ci
riporteràa Torino intorno alle 18 di domenica 28 marzo.
L'esatta location di partenza e ritorno a Torino sarà accordata al
piu presto con la compagnia di trasporti, una volta ricevute
abbastanza adesioni per confermare la prenotazione del bus (be fast
please).
Il costo del biglietto di andata e ritorno è di 80 euro incluso
l'ingresso alla festa. Vi preghiamo di farci avere i soldi al più
presto perchèall'ultimo minuto non è possibile affittare il bus (a
piede del messaggio trovate le diverse modalità di pagamento).
La prenotazione del bus avviene col pagamento dell'intera quota di
partecipazione e sul bus vi saranno gia consegnati i biglietti per
l'ingresso alla festa.
In omaggio per tutti i partecipanti la maglietta oppure il cd della
Looney Moon, a scelta.
Durante il viaggio di andata e ritorno sfrutteremo il tempo per
arricchirvi culturalmente con filmati e documentari. I titoli saranno
comunicati qualche giorno prima della partenza (se qualcuno ha idee di
cose interessanti da vedere è liberissimo di contattarci).

Per versare la quota di partecipazione puoi :
1 - dare i soldi a dj Fog alla festa del 20 marzo a Genova presso il
TDN
2 - se sei di Torino dal martedi al sabato puoi passare dal negozio
Nose24(via tiziano 24) dalle 15 alle 19:30 e lasciare i soldi (+ nome
cognome, mail e numero di telefono) a Serena.
3 - versare i soldi sulla poste pay numero 4023600433552694 intestata
a Landolfi Roberto (ricorda di portare il codice fiscale che alle
poste lo chiedono, il servizio costa solo 1 €), e poi comunicare
l'avvenuto versamento qui su facebook o alla mail i...@looney-moon.com
con oggetto QUOTA PAGATA
4 - chiamare il numero 3335248719 per metterti d'accordo per
modalitàdiverse di pagamento.

REMIX CONTEST

Vous recherchez une opportunitéde faire briller votre talent
artistique ?
Hadra Records lance un Remix Contest s'adressant aux compositeurs de
tout style de trance.
 Lire la suite ( http://www.hadra.net/label_remixcontest.php )

Looking for an opportunity to manifest your artistic talent ?
Hadra Records Launches a remix contest which is open to all composers
of any style of trance.
 More infos (
http://www.hadra.net/label_remixcontest.php?lang=eng )

HADRA RECORDS

Live Act - Digital Talk

Après avoir joué aux 4 coins du monde, les maîtres français des
fréquences extra-terrestres sont maintenant en train de préparer
leur 2 albums. Sa sortie est prévue pour 2010 chez Hadra Records et
devrait àcoup sûr faire du dégat sur les dance-floor !!!
 Lire la suite (
http://www.hadra.net/label_liveacts.php?dj=DigitalTalk )

DJ - B Brain

Déja activiste incontournable de la Hadra Décoration Team et des
stages de DJ'ing, B Brain intègre le label Hadra Records et nous
offre des dj sets très variés, avec des riddim et un 

Re: ntfsprogs

2010-03-18 Thread Samuel Martín Moro
I already tested ntfsprogs1.

I don't remember wich version exactly (found it with portdowngrade), nor
what were its problems.

But, it was for work.
We just wanted to be able to mount/write and format devices with ntfs
partitions.
And we weren't able to.
It might be that I didn't think to try without libublio support (don't
remember, I'm not even sure ublio is used in the first version).

It may be usefull to get back the first version in ports, sure.
But there's not that much things to adapt in the current version.
The problem is that the person who made that port just copied the package
from linux, without porting it.
The modifications I made were very easy to find out, every
C developer should be able to do them quickly, putting some printf.
I don't have FreeBSD at home, I'm just working on it at office. And patching
ArchLinux at home.
I might not be able to finish patching ntfsprogs2 to make it completly work
on FreeBSD.

The good news is that, with my patch to ntfslib, ntfsresize should now be
able to get the geometry of a device.
Maybe that was its only problem, and so it's working again?
I'll give it a try next monday.


Cheers,

Samuel Martín Moro
{EPITECH.} tek4
CamTrace S.A.S

On Thu, Mar 18, 2010 at 3:17 PM, Jan Henrik Sylvester m...@janh.de wrote:

 As you are working on ntfsprogs, are you able to use ntfsresize at all?

 For me, ntfsresize never worked in ntfsprogs-2.0.0, but it did in
 ntfsprogs-1.13.1. We had a discussion about ntfsprogs on freebsd-questions
 almost a year ago:


 http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/thread.html#196207

 I still do not know more than I stated in there:

 http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/196252.html

 I still would like to create an ports/ntfsprogs1 (back)port to get
 ntfsprogs-1.13.1 back. Unfortunately, I have not had time to do this since
 then.

 Maybe you want to check yourself, if 1.13.1 gives less problems than
 2.0.0...

 Although ntfsprogs is not maintained anymore, mkntfs and ntfsresize are
 still useful -- thus picking the best last release and fixing that on
 current FreeBSD may be worse it.

 Cheers,
 Jan Henrik

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: nfsen-1.3.2

2010-03-18 Thread Reinhard Haller
Hi,

nfsen doesn't work with rrdtool 1.4.2 (compiling/starting stops with the 

message rrdtool 1.4.002 not supported yet)

Greetings
Reinhard Haller

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Gabor PALI
On Thu, Mar 18, 2010 at 5:02 PM, Erwin Lansing er...@freebsd.org wrote:
 On behalf of portmgr, I am pleased to announce that portmgr has found
 a new secretary: Thomas Abthorpe. [..]

 Please welcome him onboard!

Welcome!


:g
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
Update:

On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland rnol...@freebsd.org wrote:

 On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote:
  On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper yanef...@gmail.com
 wrote:
 
  Could you compile xfce4-session with -g and attach gdb to it as
   it's starting up to get a backtrace please?
 
 
  So I am guessing that running gdb on the core file I already have (from
  xfce4-session) isn't of any use?
  I'll have to figure out how to compil with -g and how to attach gdb
 then.

 make -DWITH_DEBUG all deinstall reinstall


Ok, I finally found time to try this. After recompiling xfce4-session as
stated above, I did a 'startxfce4' as root. After that I did 'gdb
xfce4-session xfce4-session.core'
Correct so far?
On loading gdb prints:
Core was generated by `xfce4-session'.
Program terminated with signal 6, Aborted.

then proceeds and load symbols.
I then try a backtrace:
(gdb) bt
#0  0x000804bbf91c in kill () from /lib/libc.so.7
#1  0x000804bbe71b in abort () from /lib/libc.so.7
#2  0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3
#3  0x00080416df55 in dbus_watch_handle () from
/usr/local/lib/libdbus-1.so.3
#4  0x000804163046 in dbus_message_new_signal () from
/usr/local/lib/libdbus-1.so.3
#5  0x0008040271e9 in dbus_g_connection_register_g_object () from
/usr/local/lib/libdbus-glib-1.so.2
#6  0x0008042909ef in g_closure_invoke () from
/usr/local/lib/libgobject-2.0.so.0
#7  0x0008042a4547 in g_signal_parse_name () from
/usr/local/lib/libgobject-2.0.so.0
#8  0x0008042a5f96 in g_signal_emit_valist () from
/usr/local/lib/libgobject-2.0.so.0
#9  0x0008042a6353 in g_signal_emit () from
/usr/local/lib/libgobject-2.0.so.0
#10 0x0040f664 in xfsm_client_set_state (client=0x804e56400,
state=XFSM_CLIENT_SAVINGLOCAL) at xfsm-client.c:344
#11 0x00414c35 in xfsm_manager_register_client (manager=0x804e1e810,
client=0x804e56400, previous_id=0x0) at xfsm-manager.c:909
#12 0x0040da34 in sm_register_client (sms_conn=0x804e39300,
client_data=0x804e56400, previous_id=0x0) at sm-layer.c:210
#13 0x000800f25abe in _SmsProcessMessage () from
/usr/local/lib/libSM.so.6
#14 0x000801039cd0 in IceProcessMessages () from
/usr/local/lib/libICE.so.6
#15 0x0040aeb2 in ice_process_messages (channel=0x804e8c100,
condition=G_IO_IN, user_data=0x804e72f80) at ice-layer.c:111
#16 0x0008043fe692 in g_main_context_dispatch () from
/usr/local/lib/libglib-2.0.so.0
#17 0x000804401a2e in g_main_context_check () from
/usr/local/lib/libglib-2.0.so.0
#18 0x000804401d19 in g_main_loop_run () from
/usr/local/lib/libglib-2.0.so.0
#19 0x000801384743 in gtk_main () from
/usr/local/lib/libgtk-x11-2.0.so.0
#20 0x0040bbea in main (argc=1, argv=0x7fffea08) at main.c:299
(gdb)

What next?



 works in most cases.  If your existing core doesn't have symbols, then
 no it won't offer much insight.


Noted.


-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 11:16 AM, Torfinn Ingolfsen tin...@gmail.com wrote:
 Update:

 On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland rnol...@freebsd.org wrote:

 On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote:
  On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper yanef...@gmail.com
  wrote:
 
      Could you compile xfce4-session with -g and attach gdb to it as
   it's starting up to get a backtrace please?
 
 
  So I am guessing that running gdb on the core file I already have (from
  xfce4-session) isn't of any use?
  I'll have to figure out how to compil with -g and how to attach gdb
  then.

 make -DWITH_DEBUG all deinstall reinstall

 Ok, I finally found time to try this. After recompiling xfce4-session as
 stated above, I did a 'startxfce4' as root. After that I did 'gdb
 xfce4-session xfce4-session.core'
 Correct so far?
 On loading gdb prints:
 Core was generated by `xfce4-session'.
 Program terminated with signal 6, Aborted.

 then proceeds and load symbols.
 I then try a backtrace:
 (gdb) bt
 #0  0x000804bbf91c in kill () from /lib/libc.so.7
 #1  0x000804bbe71b in abort () from /lib/libc.so.7
 #2  0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3
 #3  0x00080416df55 in dbus_watch_handle () from
 /usr/local/lib/libdbus-1.so.3
 #4  0x000804163046 in dbus_message_new_signal () from
 /usr/local/lib/libdbus-1.so.3
 #5  0x0008040271e9 in dbus_g_connection_register_g_object () from
 /usr/local/lib/libdbus-glib-1.so.2
 #6  0x0008042909ef in g_closure_invoke () from
 /usr/local/lib/libgobject-2.0.so.0
 #7  0x0008042a4547 in g_signal_parse_name () from
 /usr/local/lib/libgobject-2.0.so.0
 #8  0x0008042a5f96 in g_signal_emit_valist () from
 /usr/local/lib/libgobject-2.0.so.0
 #9  0x0008042a6353 in g_signal_emit () from
 /usr/local/lib/libgobject-2.0.so.0
 #10 0x0040f664 in xfsm_client_set_state (client=0x804e56400,
 state=XFSM_CLIENT_SAVINGLOCAL) at xfsm-client.c:344
 #11 0x00414c35 in xfsm_manager_register_client (manager=0x804e1e810,
 client=0x804e56400, previous_id=0x0) at xfsm-manager.c:909
 #12 0x0040da34 in sm_register_client (sms_conn=0x804e39300,
 client_data=0x804e56400, previous_id=0x0) at sm-layer.c:210
 #13 0x000800f25abe in _SmsProcessMessage () from
 /usr/local/lib/libSM.so.6
 #14 0x000801039cd0 in IceProcessMessages () from
 /usr/local/lib/libICE.so.6
 #15 0x0040aeb2 in ice_process_messages (channel=0x804e8c100,
 condition=G_IO_IN, user_data=0x804e72f80) at ice-layer.c:111
 #16 0x0008043fe692 in g_main_context_dispatch () from
 /usr/local/lib/libglib-2.0.so.0
 #17 0x000804401a2e in g_main_context_check () from
 /usr/local/lib/libglib-2.0.so.0
 #18 0x000804401d19 in g_main_loop_run () from
 /usr/local/lib/libglib-2.0.so.0
 #19 0x000801384743 in gtk_main () from
 /usr/local/lib/libgtk-x11-2.0.so.0
 #20 0x0040bbea in main (argc=1, argv=0x7fffea08) at main.c:299
 (gdb)

 What next?


 works in most cases.  If your existing core doesn't have symbols, then
 no it won't offer much insight.

 Noted.

Here's the problem area that needs inspecting:

#2  0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3

do:

1. make -C $PORTSDIR/*/dbus extract
2. Find the file where dbus_malloc is defined.
3. Look for an abort.

The pain in the ass part about dbus is that while it's a fairly well
formed communication bus, if the implementing party isn't properly
transmitting messages, then stuff goes south quickly, but dies without
much helpful noise.

But in the meantime, your console may have some helpful messages worth
looking at.

HTH,
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 19:16:12 +0100
Torfinn Ingolfsen tin...@gmail.com wrote:

 Update:
 
 On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland rnol...@freebsd.org wrote:
 
  On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote:
   On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper yanef...@gmail.com
  wrote:
  
   Could you compile xfce4-session with -g and attach gdb to it as
it's starting up to get a backtrace please?
  
  
   So I am guessing that running gdb on the core file I already have (from
   xfce4-session) isn't of any use?
   I'll have to figure out how to compil with -g and how to attach gdb
  then.
 
  make -DWITH_DEBUG all deinstall reinstall
 
 
 Ok, I finally found time to try this. After recompiling xfce4-session as
 stated above, I did a 'startxfce4' as root. After that I did 'gdb
 xfce4-session xfce4-session.core'
 Correct so far?
 On loading gdb prints:
 Core was generated by `xfce4-session'.
 Program terminated with signal 6, Aborted.
 
 then proceeds and load symbols.
 I then try a backtrace:
 (gdb) bt
 #0  0x000804bbf91c in kill () from /lib/libc.so.7
 #1  0x000804bbe71b in abort () from /lib/libc.so.7
 #2  0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3
[snip the rest]

Do you have any strange malloc(3) flags set?

---
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Jeremy Messenger

On Thu, 11 Mar 2010 07:44:14 -0600, Martin Wilke m...@freebsd.org wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Call for Testing Xorg 7.5

Howdy!

We're happy to announce that Xorg 7.5 is ready
for public testing.

The ATI and Intel drivers were patched to work with
the new server, please report any problems to us!
The drivers for Vesa, NV and NVIDIA have been tested
thoroughfully and seem to work fine.


Works very well with GNOME 2.29.x, x11/nvidia-driver and 8-STABLE (i386)  
so far. It was a clean installation.



A note to FreeBSD 6.X users: Unfortunately you'll have
to compile gcc 4.2+ first because the X.org Team doesn't
support gcc 3.X longer, We're strongly recommand you to
update your System to 7.X or above.

Please take a look on our Wikipage. There you can find
the svn repo to checkout X.org ports.

http://wiki.freebsd.org/ModularXorg/7.5

A small merge script to merge the svn checkout into the real
portstree could be found here:

http://people.freebsd.org/~miwi/xorg/xorgmerge

The script is a modified version of the kdemerge script.
Please set the KDEDIR variable to the path of your X.org
ports.


I didn't use this script, which I use marcusmerge. That way I can use the  
unmerge option.


# svn co http://trillian.chruetertee.ch/svn/ports/branches/xorg-dev
# find xorg-dev -name .svn | xargs rm -rf (I can edit in marcusmerge for  
.svn later by copy your script)

# sh marcusmerge.sh -m xorg-dev

Cheers,
Mezz


After merging please try

portupgrade -af \*
portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@ for their help.

Happy Updating!

- - Martin

- --

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAkuY860ACgkQdLJIhLHm/OkENgCeOb5NbYlQaYc50Rh+EmWcdhH8
WKgAoJEsl+YcvdTa2KKpiOFuENuW6S6I
=HVVi
-END PGP SIGNATURE-



--
me...@cox.net  -  m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gn...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Doug Barton
On 03/18/10 04:43, Chuck Swiger wrote:
 On Mar 18, 2010, at 12:48 AM, Doug Barton wrote:
 touch /etc/make.conf  echo CFLAGS += -Wno-error  /etc/make.conf

 No reason for the touch first, FWIW.
 
 Some shells aren't willing to append to files which don't already exist:
 
 # echo CFLAGS += -Wno-error  /etc/make.conf
 zsh: no such file or directory: /etc/make.conf

Oh, well, that's just stupid. :)  One more reason not to use zsh ...


Doug

-- 

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
On Thu, Mar 18, 2010 at 7:53 PM, Garrett Cooper yanef...@gmail.com wrote:

 Here's the problem area that needs inspecting:

 #2  0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3

 do:

 1. make -C $PORTSDIR/*/dbus extract
 2. Find the file where dbus_malloc is defined.


It's in  work/dbus-1.2.16/dbus/dbus-memory.c

3. Look for an abort.


There isn't one in that file as far as I can tell:
r...@kg-v7# pwd
/usr/ports/devel/dbus
r...@kg-v7# grep abort work/dbus-1.2.16/dbus/dbus-memory.c



 But in the meantime, your console may have some helpful messages worth
 looking at.


Well, it says:
process 36926: arguments to dbus_message_new_signal() were incorrect,
assertion
_dbus_check_is_valid_path (path) failed in file dbus-message.c line 1165.
This is normally a bug in some application using the D-Bus library.
 D-Bus is not compiled with backtrace support so unable to print a backtrace

I don't know if that message is a red herring or not.
I recompiled dbus with:
make -DWITH_DEBUG all deinstall reinstall

But that didn't help a bit.

-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
Hi,

On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn
gary.jennej...@freenet.dewrote:

 [snip the rest]

 Do you have any strange malloc(3) flags set?

 Not that I know of.
r...@kg-v7# more /etc/src.conf
/etc/src.conf: No such file or directory
r...@kg-v7# more /etc/make.conf
# added by use.perl 2010-03-12 20:15:36
PERL_VERSION=5.10.1

HTH
-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
On Thu, Mar 18, 2010 at 10:16 PM, Adam Vande More amvandem...@gmail.comwrote:

 On Thu, Mar 18, 2010 at 4:12 PM, Torfinn Ingolfsen tin...@gmail.comwrote:



 Well, it says:
 process 36926: arguments to dbus_message_new_signal() were incorrect,
 assertion
 _dbus_check_is_valid_path (path) failed in file dbus-message.c line
 1165.
 This is normally a bug in some application using the D-Bus library.
  D-Bus is not compiled with backtrace support so unable to print a
 backtrace

 I don't know if that message is a red herring or not.
 I recompiled dbus with:
 make -DWITH_DEBUG all deinstall reinstall

 But that didn't help a bit.


 Did you restart dbus after that?


Yes, I did. But I understand the question. :-)

-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: sylpheed-2.7.1_1

2010-03-18 Thread Emanuel Haupt
Marco Alberoni m.alber...@cineca.it wrote:
 Hello, when do you think Sylpheed 3.0 port will be available? Do you 
 need any help?

Feel free to try:

http://people.freebsd.org/~ehaupt/misc/sylpheed3.tar.gz

Emanuel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread wen heping
Congratulations !

wen

On Fri, Mar 19, 2010 at 12:39 AM, Thomas Abthorpe tabtho...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Thu, 18 Mar 2010 13:34:24 -0300
 Marcelo araujobsdp...@gmail.com wrote:

 Congrats.

 Thanks :)

 - --
 Thomas Abthorpe         | FreeBSD Committer
 tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.14 (FreeBSD)

 iEYEARECAAYFAkuiVzwACgkQ5Gm/jNBp8qCeWgCfRIVYgem2FxZqpYzuj4HHhV4t
 kbAAnAiZYL7qDjiGVPYuNZHb0qBt4bLZ
 =+iBD
 -END PGP SIGNATURE-

 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Java For Firefox

2010-03-18 Thread Doug Barton
People who provide suggestions on how things _should_ be without being
able to help make them that way shouldn't be surprised when they get a
possibly negative response. Both parties would be better served by
ignoring such comments altogether.


Doug

-- 

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Mark Linimon
Here's one more thank-you to Erwin for doing a thankless job for
the last few years.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 2:15 PM, Torfinn Ingolfsen tin...@gmail.com wrote:
 Hi,

 On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn gary.jennej...@freenet.de
 wrote:

 [snip the rest]

 Do you have any strange malloc(3) flags set?

 Not that I know of.
 r...@kg-v7# more /etc/src.conf
 /etc/src.conf: No such file or directory
 r...@kg-v7# more /etc/make.conf
 # added by use.perl 2010-03-12 20:15:36
 PERL_VERSION=5.10.1

I think Gary meant, is /etc/malloc.conf set to anything?
Thanks,
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 7:03 PM, Garrett Cooper yanef...@gmail.com wrote:
 On Thu, Mar 18, 2010 at 2:15 PM, Torfinn Ingolfsen tin...@gmail.com wrote:
 Hi,

 On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn gary.jennej...@freenet.de
 wrote:

 [snip the rest]

 Do you have any strange malloc(3) flags set?

 Not that I know of.
 r...@kg-v7# more /etc/src.conf
 /etc/src.conf: No such file or directory
 r...@kg-v7# more /etc/make.conf
 # added by use.perl 2010-03-12 20:15:36
 PERL_VERSION=5.10.1

    I think Gary meant, is /etc/malloc.conf set to anything?

i.e...

[gcooper@ ~]$ ls -l /etc/malloc.conf
lrwxr-xr-x  1 root  wheel  1 Jan  1  2009 /etc/malloc.conf - j
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org