graphics/qgis does not build on 9.0-BETA1

2011-08-11 Thread Rainer Hurling
After the latest patches to make the GRASS plugin work QGIS does not 
build any more on 9.0-BETA1.




[..snip..]
[ 94%] Building CXX object 
src/plugins/grass/CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:85:19: 
error: utmp.h: No such file or directory
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp: 
In member function 'void KPty::login(const char*, const char*)':
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:449: 
error: aggregate 'utmp l_struct' has incomplete type and cannot be defined
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:488: 
error: '::login' has not been declared
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp: 
In member function 'void KPty::logout()':
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:541: 
error: '::logout' has not been declared

*** Error code 1
Stop in /usr/ports/graphics/qgis/work/qgis-1.7.0.



Obviously the change from 'utmp.h' to 'utmpx.h' is not solved for this 
plugin?


It seems it is necessary but not sufficient to define HAVE_UTMPX in 
src/plugins/grass/qtermwidget/kpty.cpp (for example at line 51).


Rainer Hurling
___
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: graphics/qgis does not build on 9.0-BETA1

2011-08-11 Thread Rainer Hurling

Sorry for answering myself. I just detected a possible solution:


--- src/plugins/grass/qtermwidget/kpty.cpp.orig   2011-06-05 
13:59:48.0 +0200
+++ src/plugins/grass/qtermwidget/kpty.cpp2011-08-11 
08:31:00.0 +0200

@@ -48,6 +48,7 @@
 #if defined(__FreeBSD__) || defined(__NetBSD__) || 
defined(__OpenBSD__) || defined(__DragonFly__)

 #define HAVE_LOGIN
 #define HAVE_LIBUTIL_H
+#define HAVE_UTEMPTER
 #endif

 #include sys/types.h



At least for me this works.



Am 11.08.2011 08:29 (UTC+1) schrieb Rainer Hurling:

After the latest patches to make the GRASS plugin work QGIS does not
build any more on 9.0-BETA1.



[..snip..]
[ 94%] Building CXX object
src/plugins/grass/CMakeFiles/grassplugin.dir/qtermwidget/kpty.cpp.o
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:85:19:
error: utmp.h: No such file or directory
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:
In member function 'void KPty::login(const char*, const char*)':
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:449:
error: aggregate 'utmp l_struct' has incomplete type and cannot be defined
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:488:
error: '::login' has not been declared
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:
In member function 'void KPty::logout()':
/usr/ports/graphics/qgis/work/qgis-1.7.0/src/plugins/grass/qtermwidget/kpty.cpp:541:
error: '::logout' has not been declared
*** Error code 1
Stop in /usr/ports/graphics/qgis/work/qgis-1.7.0.



Obviously the change from 'utmp.h' to 'utmpx.h' is not solved for this
plugin?

It seems it is necessary but not sufficient to define HAVE_UTMPX in
src/plugins/grass/qtermwidget/kpty.cpp (for example at line 51).

Rainer Hurling

___
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: lighttpd/moinmoin/fastcgi: child exited with status 127

2011-08-11 Thread Rainer Schwarze
On 8/11/2011 3:31 AM, Sahil Tandon wrote:
 On Wed, 2011-08-10 at 23:27:25 +0200, Rainer Schwarze wrote:
 
 I want to run a moinmoin wiki in a jail via lighttpd. When I start the
 jail, lighttpd logs an error and stops. When I run it manually, it
 starts without problems and I can access the wiki in the browser.

 It looks like there are certain differences between starting when the
 jail starts and starting manually. Which of those would influence this
 issue? Can you give me any hints where I should start looking? (I asked
 google but didn't get useful results.)
 
 What is the output of the following command, inside the jail, as the
 user that runs lighttpd?
 
  % php-cgi -v

srvks# php-cgi -v
php-cgi: Command not found.

:-) php is not needed there (at least I hope so).

 
 2011-08-10 20:54:54: (mod_fastcgi.c.1108) child exited with status 127
 /usr/local/www/wiki/admadic/moin.fcgi
 
 Without more information, my WAG is that certain files (libraries,
 perhaps) used by fcgi cannot be found by lighttpd from inside the jail.

The confusing part is, I can start it in the jail manually with

/usr/local/etc/rc.d/lighttpd start

So all the required things should be there.

Are there any debug flags which I could activate to get more output from
lighttpd? I probably don't need those which log requests etc. There
don't seem to be any as command line parameter?

best regards,
Rainer
-- 
Rainer SCHWARZE (Mr.)
___
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: lighttpd/moinmoin/fastcgi: child exited with status 127

2011-08-11 Thread Rainer Schwarze
On 8/11/2011 12:00 AM, Ruslan Mahmatkhanov wrote:
 Rainer Schwarze wrote on 11.08.2011 01:27:
 Hi,

 I want to run a moinmoin wiki in a jail via lighttpd. When I start the
 jail, lighttpd logs an error and stops. When I run it manually, it
 starts without problems and I can access the wiki in the browser.
 Details below.
 It looks like there are certain differences between starting when the
 jail starts and starting manually. Which of those would influence this
 issue? Can you give me any hints where I should start looking? (I asked
 google but didn't get useful results.)
 
 Are you sure it has something to do with jail? Does it work for you when
 not in jail environment?
 The last stable version is 1.9.3. Is updating your ports and using
 version 1.9.3 fix the problem?

I did not yet try running it without jail. I wanted to keep such things
inside the jails, because our last server (6.2) had quite some conflicts
between specific configurations of some ports and I didn't want to run
into those issues again.

I did not yet update the ports tree because I am behind a stone age dsl
line. Getting the new dist files for my required ports would probably
take one or two days (if no transfer error occurs). Frankly speaking - I
switched our new server into production for our intranet after testing
and tuning it for a week, but because the wiki part of it is not that
important I probably didn't notice, that it has those issues. I would
assume, that the wiki started well at some point, but I am not sure.

To me it is interesting, that I can run start lighttpd/moinmoin inside
the jail manually, but not automatically when the jail starts up.

best regards, Rainer


 Thanks a lot - best regards,
 Rainer

 Details:

 srv# uname -a
 FreeBSD srv.[snip] 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21
 15:48:17 UTC 2009
 r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

 srv# ezjail-admin start srvks
 srv# ezjail-admin console srvks
 ...
 srvks# tail /var/log/lighttpd/error.log
 2011-08-10 20:54:54: (log.c.166) server started
 2011-08-10 20:54:54: (mod_fastcgi.c.1104) the fastcgi-backend
 /usr/local/www/wiki/admadic/moin.fcgi failed to start:
 2011-08-10 20:54:54: (mod_fastcgi.c.1108) child exited with status 127
 /usr/local/www/wiki/admadic/moin.fcgi
 2011-08-10 20:54:54: (mod_fastcgi.c.) If you're trying to run your
 app as a FastCGI backend, make sure you're using the FastCGI-enabled
 version.
 If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
 2011-08-10 20:54:54: (mod_fastcgi.c.1399) [ERROR]: spawning fcgi failed.
 2011-08-10 20:54:54: (server.c.938) Configuration of plugins failed.
 Going down.
 srvks# /usr/local/etc/rc.d/lighttpd status
 lighttpd is not running.
 srvks# /usr/local/etc/rc.d/lighttpd start
 Starting lighttpd.
 srvks# /usr/local/etc/rc.d/lighttpd status
 lighttpd is running as pid 14281.
 srvks#

 srvks# /usr/local/sbin/lighttpd -v
 lighttpd/1.4.28 (ssl) - a light and fast webserver
 Build-Date: Jul 31 2011 08:23:56

 (moimoin is 1.9.2)

 
 

-- 
Rainer SCHWARZE (Mr.)
___
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: spidermonkey-1.7.0

2011-08-11 Thread dsh
Hi,

I intend to create an Apache Tuscany (native) port for FreeBSD. Apache
Tuscany uses the newly introduced JSON API which is available in
Spidermonkey libmozjs 1.8.5 [1]. Would it be possible to upgrade the
existing SpiderMonkey 1.7.0 port or would it make more sense to
introduce an additional spidermonkey185 port that would exist in
parallel?

I already started creating the port descriptor files for an additional
spidermonkey185 port but I am stuck right now at a point where the
compiler bails out because it doesn't find a header file that would be
found if compiling SpiderMonkey 1.8.5 standalone on FreeBSD without
using the ports infrastructure. I would appreciate some guidance on
the above question and on the actual port I created so far if you
would say it does make sense to go ahead with an additional
spidermonkey185 port instead of updating the existing one.

[1] https://developer.mozilla.org/en/SpiderMonkey

Cheers
Daniel
___
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: apache-2.2.19 (Update)

2011-08-11 Thread dsh
Hi,

I intend to create an Apache Tuscany (native) [1] port for FreeBSD.
Apache Tuscany uses Apache httpd 2.3 beta instead of 2.2. Would it be
possible to upgrade the
existing Apache httpd 2.2 port or would it make more sense to
introduce an additional Apache httpd 2.3 port that would exist in
parallel?

I would appreciate some guidance on the above question and if you
think it would make sense I would also go ahead and create the
necessary port descriptor files for an additional Apache http 2.3
port.

[1] http://tuscany.apache.org/sca-native.html

Cheers
Daniel
___
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


[patch] book/porters-handbook: sync handbook with bsd.java.mk

2011-08-11 Thread Jason Helfman

Submitter-Id:  current-users
Originator:Jason Helfman
Organization:  Experts Exchange, LLC.
Confidential:  no 
Synopsis:  [patch] book/porters-handbook: sync handbook with bsd.java.mk
Severity:  non-critical
Priority:  low
Category:  docs
Class: change-request
Release:   FreeBSD 8.2-RELEASE i386
Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: 
Fri Feb 18 02:24:46 UTC 2011 
r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386



Description:
Email from Edward Sutton, III to doc@
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html
refers to blackdown as a JAVA_VENDOR, among now outdated versions being
listed as choices and examples.

With this patch, sgml renders fine, and builds with no issue.

How-To-Repeat:

Fix:

Index: books/porters-handbook/book.sgml
===
RCS file: 
/home/jhelfman/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.1113
diff -u -r1.1113 book.sgml
--- books/porters-handbook/book.sgml20 Jul 2011 04:26:06 -  1.1113
+++ books/porters-handbook/book.sgml11 Aug 2011 05:37:06 -
@@ -6170,8 +6170,8 @@
  entryList of space-separated suitable Java versions for
the port.  An optional literal+/literal allows you to
specify a range of versions (allowed values:
-   literal1.1[+] 1.2[+] 1.3[+] 1.4[+] 1.5[+]
-   1.6[+]/literal)./entry
+   literal1.5[+] 1.6[+] 1.7[+]
+   /literal)./entry
/row
 
row
@@ -6185,7 +6185,7 @@
  entrymakevarJAVA_VENDOR/makevar/entry
  entryList of space-separated suitable JDK port vendors for
the port (allowed values: literalfreebsd bsdjava sun
-   blackdown openjdk/literal)./entry
+   openjdk/literal)./entry
/row
 
row
@@ -6242,13 +6242,13 @@
row
  entrymakevarJAVA_PORT/makevar/entry
  entryThe name of the JDK port (e.g.
-   literal'java/jdk14'/literal)./entry
+   literal'java/diablo-jdk16'/literal)./entry
/row
 
row
  entrymakevarJAVA_PORT_VERSION/makevar/entry
  entryThe full version of the JDK port (e.g.
-   literal'1.4.2'/literal). If you only need the first
+   literal'1.6.0'/literal). If you only need the first
two digits of this version number, use

makevar${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}/makevar./entry
/row
@@ -6256,19 +6256,19 @@
row
  entrymakevarJAVA_PORT_OS/makevar/entry
  entryThe operating system used by the JDK port (e.g.
-   literal'linux'/literal)./entry
+   literal'native'/literal)./entry
/row
 
row
  entrymakevarJAVA_PORT_VENDOR/makevar/entry
  entryThe vendor of the JDK port (e.g.
-   literal'sun'/literal)./entry
+   literal'freebsd'/literal)./entry
/row
 
row
  entrymakevarJAVA_PORT_OS_DESCRIPTION/makevar/entry
  entryDescription of the operating system used by the JDK port
-   (e.g. literal'Linux'/literal)./entry
+   (e.g. literal'Native'/literal)./entry
/row
 
row
@@ -6280,34 +6280,34 @@
row
  entrymakevarJAVA_HOME/makevar/entry
  entryPath to the installation directory of the JDK (e.g.
-   filename'/usr/local/jdk1.3.1'/filename)./entry
+   filename'/usr/local/diablo-jdk1.6.0'/filename)./entry
/row
 
row
  entrymakevarJAVAC/makevar/entry
  entryPath to the Java compiler to use (e.g.
-   filename'/usr/local/jdk1.3.1/bin/javac'/filename or
+   filename'/usr/local/diablo-jdk1.6.0/bin/javac'/filename or
filename'/usr/local/bin/jikes'/filename)./entry
/row
 
row
  entrymakevarJAR/makevar/entry
  entryPath to the commandjar/command tool to use (e.g.
-   filename'/usr/local/jdk1.3.1/bin/jar'/filename or
+   filename'/usr/local/diablo-jdk1.6.0/bin/jar'/filename or
filename'/usr/local/bin/fastjar'/filename)./entry
/row
 
row
  entrymakevarAPPLETVIEWER/makevar/entry
  entryPath to the commandappletviewer/command utility (e.g.
-   
filename'/usr/local/linux-jdk1.3.1/bin/appletviewer'/filename)./entry
+   
filename'/usr/local/diablo-jdk1.6.0/bin/appletviewer'/filename)./entry
/row
 
row
  entrymakevarJAVA/makevar/entry
  entryPath to the commandjava/command 

Re: lighttpd/moinmoin/fastcgi: child exited with status 127

2011-08-11 Thread Olivier Duchateau
Hi,

MoinMoin wiki is written in Python, so lighttpd must be configured
either wscgi (fastcgi) or cgi.

2011/8/11 Rainer Schwarze r...@admadic.de:
 On 8/11/2011 3:31 AM, Sahil Tandon wrote:
 On Wed, 2011-08-10 at 23:27:25 +0200, Rainer Schwarze wrote:

 I want to run a moinmoin wiki in a jail via lighttpd. When I start the
 jail, lighttpd logs an error and stops. When I run it manually, it
 starts without problems and I can access the wiki in the browser.

 It looks like there are certain differences between starting when the
 jail starts and starting manually. Which of those would influence this
 issue? Can you give me any hints where I should start looking? (I asked
 google but didn't get useful results.)

 What is the output of the following command, inside the jail, as the
 user that runs lighttpd?

  % php-cgi -v

 srvks# php-cgi -v
 php-cgi: Command not found.

 :-) php is not needed there (at least I hope so).


 2011-08-10 20:54:54: (mod_fastcgi.c.1108) child exited with status 127
 /usr/local/www/wiki/admadic/moin.fcgi

 Without more information, my WAG is that certain files (libraries,
 perhaps) used by fcgi cannot be found by lighttpd from inside the jail.

 The confusing part is, I can start it in the jail manually with

 /usr/local/etc/rc.d/lighttpd start

 So all the required things should be there.

 Are there any debug flags which I could activate to get more output from
 lighttpd? I probably don't need those which log requests etc. There
 don't seem to be any as command line parameter?

 best regards,
 Rainer
 --
 Rainer SCHWARZE (Mr.)
 ___
 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




-- 
olivier
___
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: lighttpd/moinmoin/fastcgi: child exited with status 127

2011-08-11 Thread Sahil Tandon
On Aug 11, 2011, at 3:40 AM, Rainer Schwarze r...@admadic.de wrote:

 On 8/11/2011 3:31 AM, Sahil Tandon wrote:
 On Wed, 2011-08-10 at 23:27:25 +0200, Rainer Schwarze wrote:
 
 I want to run a moinmoin wiki in a jail via lighttpd. When I start the
 jail, lighttpd logs an error and stops. When I run it manually, it
 starts without problems and I can access the wiki in the browser.
 
 It looks like there are certain differences between starting when the
 jail starts and starting manually. Which of those would influence this
 issue? Can you give me any hints where I should start looking? (I asked
 google but didn't get useful results.)
 
 What is the output of the following command, inside the jail, as the
 user that runs lighttpd?
 
 % php-cgi -v
 
 srvks# php-cgi -v
 php-cgi: Command not found.
 
 :-) php is not needed there (at least I hope so)

Woops that's how I'm setup and made the rushed assumption about you. :)

 2011-08-10 20:54:54: (mod_fastcgi.c.1108) child exited with status 127
 /usr/local/www/wiki/admadic/moin.fcgi
 
 Without more information, my WAG is that certain files (libraries,
 perhaps) used by fcgi cannot be found by lighttpd from inside the jail.
 
 The confusing part is, I can start it in the jail manually with
 
 /usr/local/etc/rc.d/lighttpd start
 
 So all the required things should be there.
 
 Are there any debug flags which I could activate to get more output from
 lighttpd? I probably don't need those which log requests etc. There
 don't seem to be any as command line parameter?
___
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: PREFIX is not honored for dependencies

2011-08-11 Thread Ion-Mihai Tetcu
On Sat, 06 Aug 2011 12:40:39 +0400
Boris Samorodov b...@ipt.ru wrote:

 [ .. ]

 BTW, QAT was used to do experimental runs with non-default PREFIX.
 Those reports were very useful.

 [ .. ]

Yeh, that was a second server QATty, which used to run on some old
hardware of mine, toasted long since.

I'm trying to bring a few QAT instances back on-line (time permitting,
sigh), one of which would have a totally  non-default config.
(The idea being to present in an obvious way what fails for what reason).

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: OpenNMS link/port

2011-08-11 Thread Sevan / Venture37

On 17/05/2011 17:22, Sevan / Venture37 wrote:

I've shoved all the revisions of the port I created into a mercurial
repo  pushed it up to bitbucket.
https://bitbucket.org/sevan/opennms/overview


Another repo for the unstable branch of OpenNMS
https://bitbucket.org/sevan/opennms-dev/overview



v1.8.12 port
http://www.geeklan.co.uk/files/opennms/opennms-1812-freebsd-port.tgz

v1.9.8 port
http://www.geeklan.co.uk/files/opennms/opennms-dev-198-freebsd-port.tgz

see PR #'s 156785 156786 157120 for the latest versions of  JICMP, JRRD  iplike

If you're running -unstable  you'll be running 1.9.8 fyi
With this release, OpenNMS switched to the new JNA Pinger
The JNA Pinger assumes IPv6 is enabled by default  if not
doesn't fail gracefully, this will cause problems if you're
running OpenNMS in a jail from example  you've not assigned
the jail an IPv6 address, you can keep with the progress of this
issue in NMS-4673 on http://issues.opennms.org;


v1.8.13 port
http://www.geeklan.co.uk/files/opennms/opennms-1813-freebsd-port.tgz

v1.9.90 port
http://www.geeklan.co.uk/files/opennms/opennms-dev-1990-freebsd-port.tgz
___
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: lighttpd/moinmoin/fastcgi: child exited with status 127

2011-08-11 Thread Rainer Schwarze
On 8/11/2011 7:35 PM, Olivier Duchateau wrote:
 Hi,
 
 MoinMoin wiki is written in Python, so lighttpd must be configured
 either wscgi (fastcgi) or cgi.

Hi,

fastcgi is activated and does work.

I spent some more time on that and looked into the sources and inserted
some debug output statements (error.log and code snippet below). I'd say
that during manual start 6 child processes are started, during jail
startup only 1 is started. The line xxx child 4 is written just before
the call to execve which starts the cgi. The line xxx child 5 does not
appear - it would, if execve would return - so that seems ok.

The lines child 6 and child 7 are written before the call to
waitpid. They appear only once, so I guess, the first child fails. (in
contrast to a second child causing errors)

My next steps will be to look into the moin.fcgi script and try to add
some debugging statements. I'd assume that this goes belly up at some
point. However, maybe in a few hours - for now I have to get back to the
work which pays my bills :-)

Does this provide some hints where my problem could be?

Thanks and best regards,
Rainer


The error.log:

(  when jail starts: )
2011-08-11 19:55:35: (log.c.166) server started
2011-08-11 19:55:35: (mod_fastcgi.c.1098) xxx child 6
2011-08-11 19:55:35: (mod_fastcgi.c.1007) xxx child 1
2011-08-11 19:55:35: (mod_fastcgi.c.1015) xxx child 2
2011-08-11 19:55:35: (mod_fastcgi.c.1076) xxx child 3
2011-08-11 19:55:35: (mod_fastcgi.c.1079) xxx child 4
2011-08-11 19:55:35: (mod_fastcgi.c.1101) xxx child 7
2011-08-11 19:55:35: (mod_fastcgi.c.1114) the fastcgi-backend
/usr/local/www/wiki/admadic/moin.fcgi failed to start:
2011-08-11 19:55:35: (mod_fastcgi.c.1118) child exited with status 127
/usr/local/www/wiki/admadic/moin.fcgi
2011-08-11 19:55:35: (mod_fastcgi.c.1121) If you're trying to run your
app as a FastCGI backend, make sure you're using the FastCGI-enabled
version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2011-08-11 19:55:35: (mod_fastcgi.c.1409) [ERROR]: spawning fcgi failed.


The source snippet from mod_fastcgi.c:

...
/* father */
/* wait */
log_error_write(srv, __FILE__, __LINE__, s, xxx child 6);
select(0, NULL, NULL, NULL, tv);
log_error_write(srv, __FILE__, __LINE__, s, xxx child 7);
switch (waitpid(child, status, WNOHANG)) {
case 0:
  /* child still running after timeout, good */
  log_error_write(srv, __FILE__, __LINE__, s, xxx child 8);
  break;
case -1:
  /* no PID found ? should never happen */
  log_error_write(srv, __FILE__, __LINE__, ss, pid not found:,
strerror(errno));
  return -1;
default:
  log_error_write(srv, __FILE__, __LINE__, sbs,
the fastcgi-backend, host-bin_path, failed to start:);
  /* the child should not terminate at all */
  if (WIFEXITED(status)) {
log_error_write(srv, __FILE__, __LINE__, sdb,
  child exited with status,
  WEXITSTATUS(status), host-bin_path);
log_error_write(srv, __FILE__, __LINE__, s,
  If you're trying to run your app as a FastCGI backend, make sure
you're using the FastCGI-
enabled version.\n
  If this is PHP on Gentoo, add 'fastcgi' to the USE flags.);
...




thanks and best regards,
Rainer

 
 2011/8/11 Rainer Schwarze r...@admadic.de:
 On 8/11/2011 3:31 AM, Sahil Tandon wrote:
 On Wed, 2011-08-10 at 23:27:25 +0200, Rainer Schwarze wrote:

 I want to run a moinmoin wiki in a jail via lighttpd. When I start the
 jail, lighttpd logs an error and stops. When I run it manually, it
 starts without problems and I can access the wiki in the browser.

 It looks like there are certain differences between starting when the
 jail starts and starting manually. Which of those would influence this
 issue? Can you give me any hints where I should start looking? (I asked
 google but didn't get useful results.)

 What is the output of the following command, inside the jail, as the
 user that runs lighttpd?

  % php-cgi -v

 srvks# php-cgi -v
 php-cgi: Command not found.

 :-) php is not needed there (at least I hope so).


 2011-08-10 20:54:54: (mod_fastcgi.c.1108) child exited with status 127
 /usr/local/www/wiki/admadic/moin.fcgi

 Without more information, my WAG is that certain files (libraries,
 perhaps) used by fcgi cannot be found by lighttpd from inside the jail.

 The confusing part is, I can start it in the jail manually with

 /usr/local/etc/rc.d/lighttpd start

 So all the required things should be there.

 Are there any debug flags which I could activate to get more output from
 lighttpd? I probably don't need those which log requests etc. There
 don't seem to be any as command line parameter?

 best regards,
 Rainer
 --
 Rainer SCHWARZE (Mr.)
 ___
 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

 
 
 

-- 
Rainer SCHWARZE (Mr.)
___
freebsd-ports@freebsd.org mailing list

Re: Ubuntu One port

2011-08-11 Thread Anton

On 11.08.2011 01:53, Jesse Smith wrote:

Hi all,

I've been working on a port of the Ubuntu One client. Ubuntu One is a
cloud storage service and the client is used to sync files with the
remote server.

The port has been progressing well and I've reached a point where it
builds and installs cleanly on my machine. However, running the software
still seems a bit flaky, I don't think the daemon is running properly.

Is anyone here willing to give the attached port a try and send me
feedback/suggestions?


Build port is failed for me.

text of error here:

===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for evolution-data-server-2.32.1_1
=== SECURITY REPORT:
  This port has installed the following binaries which execute with
  increased privileges.
/usr/local/libexec/camel-lock-helper-1.2

  If there are vulnerabilities in these programs there may be a 
security

  risk to the system. FreeBSD makes no guarantee about the security of
  ports included in the Ports Collection. Please type 'make deinstall'
  to deinstall the port if this is a concern.
===   Returning to build of ubuntuone-client-1.7.0
Error: shared library ebook-1.2.9 does not exist
*** Error code 1

Stop in /usr/ports/net/ubuntuone.



Is camel-lock-helper-1.2 vulnerable?



--
best regards,
Anton

___
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: Ubuntu One port

2011-08-11 Thread Koop Mast
On Fri, 2011-08-12 at 00:02 +0300, Anton wrote:
 On 11.08.2011 01:53, Jesse Smith wrote:
  Hi all,
 
  I've been working on a port of the Ubuntu One client. Ubuntu One is a
  cloud storage service and the client is used to sync files with the
  remote server.
 
  The port has been progressing well and I've reached a point where it
  builds and installs cleanly on my machine. However, running the software
  still seems a bit flaky, I don't think the daemon is running properly.
 
  Is anyone here willing to give the attached port a try and send me
  feedback/suggestions?
 
 Build port is failed for me.
 
 text of error here:
 
 ===   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===   Registering installation for evolution-data-server-2.32.1_1
 === SECURITY REPORT:
This port has installed the following binaries which execute with
increased privileges.
 /usr/local/libexec/camel-lock-helper-1.2
 
If there are vulnerabilities in these programs there may be a 
 security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
 ===   Returning to build of ubuntuone-client-1.7.0
 Error: shared library ebook-1.2.9 does not exist
 *** Error code 1
 
 Stop in /usr/ports/net/ubuntuone.

There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.

 
 Is camel-lock-helper-1.2 vulnerable?
 
I have idea what you mean with this.

-Koop

___
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: Ubuntu One port

2011-08-11 Thread Koop Mast
On Thu, 2011-08-11 at 23:08 +0200, Koop Mast wrote:
 On Fri, 2011-08-12 at 00:02 +0300, Anton wrote:
  On 11.08.2011 01:53, Jesse Smith wrote:
   Hi all,
  
   I've been working on a port of the Ubuntu One client. Ubuntu One is a
   cloud storage service and the client is used to sync files with the
   remote server.
  
   The port has been progressing well and I've reached a point where it
   builds and installs cleanly on my machine. However, running the software
   still seems a bit flaky, I don't think the daemon is running properly.
  
   Is anyone here willing to give the attached port a try and send me
   feedback/suggestions?
  
  Build port is failed for me.
  
  text of error here:
  
  ===   Running ldconfig
  /sbin/ldconfig -m /usr/local/lib
  ===   Registering installation for evolution-data-server-2.32.1_1
  === SECURITY REPORT:
 This port has installed the following binaries which execute with
 increased privileges.
  /usr/local/libexec/camel-lock-helper-1.2
  
 If there are vulnerabilities in these programs there may be a 
  security
 risk to the system. FreeBSD makes no guarantee about the security of
 ports included in the Ports Collection. Please type 'make deinstall'
 to deinstall the port if this is a concern.
  ===   Returning to build of ubuntuone-client-1.7.0
  Error: shared library ebook-1.2.9 does not exist
  *** Error code 1
  
  Stop in /usr/ports/net/ubuntuone.
 
 There isn't a libebook-1.2.9 in our evolution-data-server port only
 libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
 switch to depend on it? More values are mentioned at line 81 of
 Mk/bsd.gnome.mk.
 
  
  Is camel-lock-helper-1.2 vulnerable?
  
 I have idea what you mean with this.
^ no
 
 -Koop
 
 ___
 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: FreeBSD Port: apache-2.2.19 (Update)

2011-08-11 Thread Jo Rhett
Make an www/apache23 port if there isn't one already.  In no case would putting 
Apache 2.3 in the www/apache22 port make any sense.

On Aug 11, 2011, at 8:07 AM, dsh wrote:
 I intend to create an Apache Tuscany (native) [1] port for FreeBSD.
 Apache Tuscany uses Apache httpd 2.3 beta instead of 2.2. Would it be
 possible to upgrade the
 existing Apache httpd 2.2 port or would it make more sense to
 introduce an additional Apache httpd 2.3 port that would exist in
 parallel?
 
 I would appreciate some guidance on the above question and if you
 think it would make sense I would also go ahead and create the
 necessary port descriptor files for an additional Apache http 2.3
 port.
 
 [1] http://tuscany.apache.org/sca-native.html
 
 Cheers
 Daniel
 ___
 freebsd-apa...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-apache
 To unsubscribe, send any mail to freebsd-apache-unsubscr...@freebsd.org

-- 
Jo Rhett
Net Consonance : consonant endings by net philanthropy, open source and other 
randomness

___
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: Ubuntu One port

2011-08-11 Thread Anton

On 12.08.2011 00:25, Koop Mast wrote:

There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.





===  SECURITY REPORT:
This port has installed the following binaries which execute with
increased privileges.
/usr/local/libexec/camel-lock-helper-1.2

If there are vulnerabilities in these programs there may be a
security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
===Returning to build of ubuntuone-client-1.7.0
Error: shared library ebook-1.2.9 does not exist
*** Error code 1



What should I make that fix this error?

--
best regards,
Anton

___
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: Ubuntu One port

2011-08-11 Thread Olivier Smedts
2011/8/11 Anton gni...@gmail.com:
 On 12.08.2011 00:25, Koop Mast wrote:

 There isn't a libebook-1.2.9 in our evolution-data-server port only
 libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
 switch to depend on it? More values are mentioned at line 81 of
 Mk/bsd.gnome.mk.



 ===  SECURITY REPORT:
        This port has installed the following binaries which execute with
        increased privileges.
 /usr/local/libexec/camel-lock-helper-1.2

        If there are vulnerabilities in these programs there may be a
 security
        risk to the system. FreeBSD makes no guarantee about the security
 of
        ports included in the Ports Collection. Please type 'make
 deinstall'
        to deinstall the port if this is a concern.
 ===    Returning to build of ubuntuone-client-1.7.0

The error is here, nothing related to the above messages :

 Error: shared library ebook-1.2.9 does not exist
 *** Error code 1


 What should I make that fix this error?

 --
 best regards,
 Anton

 ___
 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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Ubuntu One port

2011-08-11 Thread Jason Helfman

On Fri, Aug 12, 2011 at 12:26:07AM +0200, Olivier Smedts thus spake:

2011/8/11 Anton gni...@gmail.com:

On 12.08.2011 00:25, Koop Mast wrote:


There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.





===  SECURITY REPORT:
       This port has installed the following binaries which execute with
       increased privileges.
/usr/local/libexec/camel-lock-helper-1.2

       If there are vulnerabilities in these programs there may be a
security
       risk to the system. FreeBSD makes no guarantee about the security
of
       ports included in the Ports Collection. Please type 'make
deinstall'
       to deinstall the port if this is a concern.
===    Returning to build of ubuntuone-client-1.7.0


The error is here, nothing related to the above messages :


Error: shared library ebook-1.2.9 does not exist
*** Error code 1


Is that library installed? I have updated my ports tree, and I have:

libebook-1.2.so.10, so I would think your lib depends should be this:

ebook-1.2.10

Or as mentioned earlier, use:
USE_GNOME=evolutiondataserver

-jgh




What should I make that fix this error?

--
best regards,
Anton


--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: xqilla-2.2.4,1

2011-08-11 Thread dsh
Hi,

I am in the process of creating an Apache Qpid [1] port. Apache Qpid
optionally uses Apache Xerces and Xqilla. While compiling Apache Qpid
against Xqilla the compile process bails out because of certain Xqilla
header files which are generating warning messages because of -Wall
and -Werror (see below). I think most if not all of those warnings
could be addressed if the port would contain a patch file and thus I'd
like to ask whether you can update the port to include an appropriate
patch file that would patch the Xqilla header files?


libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../include -I../include
-I. -I=. -fPIC -I/usr/local/include -Werror -pedantic -Wall -Wextra
-Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
-Wvolatile-register-var -Winvalid-pch -Wno-system-headers
-Woverloaded-virtual -DQPID_LIBEXEC_DIR=\/usr/local/libexec/qpid\
-DBOOST_FILESYSTEM_VERSION=2 -O2 -pipe -fno-strict-aliasing -MT
qpid/xml/XmlExchange.lo -MD -MP -MF qpid/xml/.deps/XmlExchange.Tpo -c
qpid/xml/XmlExchange.cpp  -fPIC -DPIC -o qpid/xml/.libs/XmlExchange.o
cc1plus: warnings being treated as errors
In file included from /usr/local/include/xqilla/simple-api/XQQuery.hpp:30,
 from /usr/local/include/xqilla/xqilla-simple.hpp:23,
 from ./qpid/xml/XmlExchange.h:30,
 from qpid/xml/XmlExchange.cpp:24:
/usr/local/include/xqilla/runtime/ResultImpl.hpp: In copy constructor
'ResultImpl::ResultImpl(const ResultImpl)':
/usr/local/include/xqilla/runtime/ResultImpl.hpp:61: warning: base
class 'class LocationInfo' should be explicitly initialized in the
copy constructor
In file included from /usr/local/include/xqilla/events/EventSerializer.hpp:25,
 from /usr/local/include/xqilla/xqilla-simple.hpp:32,
 from ./qpid/xml/XmlExchange.h:30,
 from qpid/xml/XmlExchange.cpp:24:
/usr/local/include/xqilla/events/EventHandler.hpp: At global scope:
/usr/local/include/xqilla/events/EventHandler.hpp:38: warning: unused
parameter 'location'
/usr/local/include/xqilla/events/EventHandler.hpp:64: warning: unused
parameter 'type'
/usr/local/include/xqilla/events/EventHandler.hpp:64: warning: unused
parameter 'value'
/usr/local/include/xqilla/events/EventHandler.hpp:64: warning: unused
parameter 'typeURI'
/usr/local/include/xqilla/events/EventHandler.hpp:64: warning: unused
parameter 'typeName'
In file included from /usr/local/include/xqilla/xqilla-simple.hpp:32,
 from ./qpid/xml/XmlExchange.h:30,
 from qpid/xml/XmlExchange.cpp:24:
/usr/local/include/xqilla/events/EventSerializer.hpp:40: warning:
unused parameter 'location'
In file included from
/usr/local/include/xqilla/xerces/XercesConfiguration.hpp:26,
 from /usr/local/include/xqilla/xqilla-simple.hpp:34,
 from ./qpid/xml/XmlExchange.h:30,
 from qpid/xml/XmlExchange.cpp:24:
/usr/local/include/xqilla/simple-api/XQillaConfiguration.hpp:55:
warning: unused parameter 'context'
/usr/local/include/xqilla/simple-api/XQillaConfiguration.hpp:57:
warning: unused parameter 'context'
gmake[3]: *** [qpid/xml/XmlExchange.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/net/qpid/work/qpidc-0.10/src'

[1] http://qpid.apache.org/

Cheers
Daniel
___
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: Ubuntu One port -- update

2011-08-11 Thread Jesse Smith
-Original Message-
From: Koop Mast k...@rainbow-runner.nl
To: gni...@gmail.com
Cc: Jesse Smith jessefrgsm...@yahoo.ca, freebsd-ports@freebsd.org
Subject: Re: Ubuntu One port
Date: Thu, 11 Aug 2011 23:08:29 +0200

On Fri, 2011-08-12 at 00:02 +0300, Anton wrote:
 On 11.08.2011 01:53, Jesse Smith wrote:
  Hi all,
 
  I've been working on a port of the Ubuntu One client. Ubuntu One is a
  cloud storage service and the client is used to sync files with the
  remote server.
 
  The port has been progressing well and I've reached a point where it
  builds and installs cleanly on my machine. However, running the software
  still seems a bit flaky, I don't think the daemon is running properly.
 
  Is anyone here willing to give the attached port a try and send me
  feedback/suggestions?
 
 Build port is failed for me.
 
 text of error here:
 
 ===   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===   Registering installation for evolution-data-server-2.32.1_1
 === SECURITY REPORT:
This port has installed the following binaries which execute with
increased privileges.
 /usr/local/libexec/camel-lock-helper-1.2
 
If there are vulnerabilities in these programs there may be a 
 security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
 ===   Returning to build of ubuntuone-client-1.7.0
 Error: shared library ebook-1.2.9 does not exist
 *** Error code 1
 
 Stop in /usr/ports/net/ubuntuone.

There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.

 
 Is camel-lock-helper-1.2 vulnerable?
 
I have idea what you mean with this.

-Koop



I have switched out the libebook requirement for
USE_GNOME=evolutiondataserver and I also found another dependency
which had been installed on my system. Please find attached my updated
port.

Jesse


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering sh file.  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   ubuntuone/
#   ubuntuone/Makefile
#   ubuntuone/files
#   ubuntuone/files/patch-gsd-plugin__Makefile.in
#   ubuntuone/files/patch-libsyncdaemon__Makefile.in
#   ubuntuone/pkg-descr
#   ubuntuone/pkg-plist
#
echo c - ubuntuone/
mkdir -p ubuntuone/  /dev/null 21
echo x - ubuntuone/Makefile
sed 's/^X//' ubuntuone/Makefile  '4389879cafd3f1803ddcb97118823a93'
X# New ports collection makefile for:   ubuntuone
X# Date created:August 1, 2011
X# Whom:Jesse
X#
X# $FreeBSD: $
X#
X
XPORTNAME=  ubuntuone-client
XPORTVERSION=   1.7.0
XCATEGORIES=ftp
XMASTER_SITES=  http://launchpadlibrarian.net/74046725/
X
XMAINTAINER=jessefrgsm...@yahoo.ca
XCOMMENT=   Client software for Ubuntu One cloud services
X
XLICENSE=   GPLv3
XUSE_GNOME= evolutiondataserver
XLIB_DEPENDS=   nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus \
Xgconf-2.4:${PORTSDIR}/devel/gconf2 \
X   keyboard:${PORTSDIR}/sysutils/gnome-settings-daemon
X
XBUILD_DEPENDS= lndir:${PORTSDIR}/devel/lndir \
X   gettext:$(PORTSDIR)/devel/gettext
X
XWRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}
XGNU_CONFIGURE= yes
XCONFIGURE_ARGS=--prefix=/usr/local --libdir=/usr/local/lib
X# HAS_CONFIGURE=   yes
XUSE_PYTHON=yes
XUSE_GMAKE= yes
X
X
X.include bsd.port.mk
4389879cafd3f1803ddcb97118823a93
echo c - ubuntuone/files
mkdir -p ubuntuone/files  /dev/null 21
echo x - ubuntuone/files/patch-gsd-plugin__Makefile.in
sed 's/^X//' ubuntuone/files/patch-gsd-plugin__Makefile.in  
'7680c73ce1a1b69b2a41aa3a280645f8'
X--- ./gsd-plugin/Makefile.in.orig  2011-06-24 17:30:17.0 -0300
X+++ ./gsd-plugin/Makefile.in   2011-08-08 14:15:52.0 -0300
X@@ -84,7 +84,7 @@
X   $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
X   $(libubuntuone_la_CFLAGS) $(CFLAGS) $(libubuntuone_la_LDFLAGS) \
X   $(LDFLAGS) -o $@
X-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
X+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I/usr/local/include
X depcomp = $(SHELL) $(top_srcdir)/depcomp
X am__depfiles_maybe = depfiles
X am__mv = mv -f
X@@ -376,8 +376,9 @@
X else :; fi; \
X   done; \
X   test -z $$list2 || { \
X-echo  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install 
$(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'; \
X-$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install 
$(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 $(DESTDIR)$(plugindir); \
X+# echo  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 

Re: Ubuntu One port -- update

2011-08-11 Thread Jason Helfman

On Thu, Aug 11, 2011 at 08:54:00PM -0300, Jesse Smith thus spake:

-Original Message-
From: Koop Mast k...@rainbow-runner.nl
To: gni...@gmail.com
Cc: Jesse Smith jessefrgsm...@yahoo.ca, freebsd-ports@freebsd.org
Subject: Re: Ubuntu One port
Date: Thu, 11 Aug 2011 23:08:29 +0200

On Fri, 2011-08-12 at 00:02 +0300, Anton wrote:

On 11.08.2011 01:53, Jesse Smith wrote:
 Hi all,

 I've been working on a port of the Ubuntu One client. Ubuntu One is a
 cloud storage service and the client is used to sync files with the
 remote server.

 The port has been progressing well and I've reached a point where it
 builds and installs cleanly on my machine. However, running the software
 still seems a bit flaky, I don't think the daemon is running properly.

 Is anyone here willing to give the attached port a try and send me
 feedback/suggestions?

Build port is failed for me.

text of error here:

===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for evolution-data-server-2.32.1_1
=== SECURITY REPORT:
   This port has installed the following binaries which execute with
   increased privileges.
/usr/local/libexec/camel-lock-helper-1.2

   If there are vulnerabilities in these programs there may be a
security
   risk to the system. FreeBSD makes no guarantee about the security of
   ports included in the Ports Collection. Please type 'make deinstall'
   to deinstall the port if this is a concern.
===   Returning to build of ubuntuone-client-1.7.0
Error: shared library ebook-1.2.9 does not exist
*** Error code 1

Stop in /usr/ports/net/ubuntuone.


There isn't a libebook-1.2.9 in our evolution-data-server port only
libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
switch to depend on it? More values are mentioned at line 81 of
Mk/bsd.gnome.mk.



Is camel-lock-helper-1.2 vulnerable?


I have idea what you mean with this.

-Koop



I have switched out the libebook requirement for
USE_GNOME=evolutiondataserver and I also found another dependency
which had been installed on my system. Please find attached my updated
port.

Jesse





You may want to check out the porters handbook for some guidance on this
port.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html

For instance, the default WRKSRC is what you have defined, so that is not
needed.

You don't need to have gettext as a build dependency, if you include this in
your port:
USE_GETTEXT=yes

I would recommend tuning your use of /usr/local to be ${LOCALBASE}, as
${LOCALBASE} = /usr/local

In addition, you may want to look into disabling nls, if you can, during the
configure, as an option.

I also highly recommend running portlint against this port, as it will tell
you a number of issue to cleanup.

Hope this is of some help,
Jason

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: spidermonkey-1.7.0

2011-08-11 Thread Daniel Rench

On 8/11/11 9:39 AM, dsh wrote:

Hi,

I intend to create an Apache Tuscany (native) port for FreeBSD. Apache
Tuscany uses the newly introduced JSON API which is available in
Spidermonkey libmozjs 1.8.5 [1]. Would it be possible to upgrade the
existing SpiderMonkey 1.7.0 port or would it make more sense to
introduce an additional spidermonkey185 port that would exist in
parallel?


I would rather see lang/spidermonkey upgraded to 1.8.x rather than have 
multiple versioned ports. There are only a handful of ports that have 
spidermonkey as a dependency, so if an upgrade breaks any of them, we 
give those maintainers a heads up before committing.



I already started creating the port descriptor files for an additional
spidermonkey185 port but I am stuck right now at a point where the
compiler bails out because it doesn't find a header file that would be
found if compiling SpiderMonkey 1.8.5 standalone on FreeBSD without
using the ports infrastructure. I would appreciate some guidance on
the above question and on the actual port I created so far if you
would say it does make sense to go ahead with an additional
spidermonkey185 port instead of updating the existing one.


Do you have your port-in-progress up anywhere public?

Several weeks ago I started my own attempt at upgrading the port to 
1.8.5. I just pushed this incomplete upgrade to github at 
https://github.com/drench/FreeBSD-spidermonkey/tree/js185 . If you're a 
github user you can fork my version and contribute from there if you like.



[1] https://developer.mozilla.org/en/SpiderMonkey

Cheers
Daniel


___
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: spidermonkey-1.7.0

2011-08-11 Thread dsh
Hi Daniel,

I put mine here:

http://people.apache.org/~dsh/projects/fbsd-ports/spidermonkey185/

But I as well have a a github account so I could try merging my
attempt with yours.

Right now I am running into an issue where the make process does nit
include a header file from the port which is causing a compile error.

Cheers
Daniel

On Fri, Aug 12, 2011 at 3:34 AM, Daniel Rench
cit...@cubicone.tmetic.com wrote:
 On 8/11/11 9:39 AM, dsh wrote:

 Hi,

 I intend to create an Apache Tuscany (native) port for FreeBSD. Apache
 Tuscany uses the newly introduced JSON API which is available in
 Spidermonkey libmozjs 1.8.5 [1]. Would it be possible to upgrade the
 existing SpiderMonkey 1.7.0 port or would it make more sense to
 introduce an additional spidermonkey185 port that would exist in
 parallel?

 I would rather see lang/spidermonkey upgraded to 1.8.x rather than have
 multiple versioned ports. There are only a handful of ports that have
 spidermonkey as a dependency, so if an upgrade breaks any of them, we give
 those maintainers a heads up before committing.

 I already started creating the port descriptor files for an additional
 spidermonkey185 port but I am stuck right now at a point where the
 compiler bails out because it doesn't find a header file that would be
 found if compiling SpiderMonkey 1.8.5 standalone on FreeBSD without
 using the ports infrastructure. I would appreciate some guidance on
 the above question and on the actual port I created so far if you
 would say it does make sense to go ahead with an additional
 spidermonkey185 port instead of updating the existing one.

 Do you have your port-in-progress up anywhere public?

 Several weeks ago I started my own attempt at upgrading the port to 1.8.5. I
 just pushed this incomplete upgrade to github at
 https://github.com/drench/FreeBSD-spidermonkey/tree/js185 . If you're a
 github user you can fork my version and contribute from there if you like.

 [1] https://developer.mozilla.org/en/SpiderMonkey

 Cheers
 Daniel


___
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: Ubuntu One port -- update

2011-08-11 Thread Anton

On 12.08.2011 02:54, Jesse Smith wrote:

Please find attached my updated port. Jesse



I try ubuntu-one-take2.txt and got error:

===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for gnome-settings-daemon-2.32.1_1
===   Returning to build of ubuntuone-client-1.7.0
Error: shared library keyboard does not exist
*** Error code 1

Stop in /usr/ports/net/ubuntuone.


--
best regards,
Anton

___
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