Re: xorg hal dbus

2009-02-09 Thread Dominic Fandrey
Tom Mende wrote:
> Hi list;
> 
> I took the upgrade to xorg 7.4 and no matter what I do, I can not get
> the any response from either the keyboard or the mouse under X, they
> work fine on the console. "The installation via portupgrade -a" removed
> the previous xorg.conf.

I find that very hard to believe.

> I took the message from Jan 24 to mean the
> problems with hal and xorg-server were fixed and hence felt safe to
> upgrade... After much deinstalling of packages and reinstalling I
> eventually got all the ports up to date. However the mouse and keyboard
> will not work. Given the hal xorg-server issues appeared not to have
> been fixed, I then tried following these instructions from Jan 23
> however I had to restore a backed up version of xorg.conf because the
> upgrade to 7.4 removed the previous one...
> 
> 
> 20090124:
> AFFECTS: users of x11-servers/xorg-server, sysutils/hal
> AUTHOR: rnol...@freebsd.org
>   sysutils/hal has been updated and should now properly detect
>   mice for use in Xorg.  Use of AllowEmptyInput should no longer
>   be needed for most users and moused should now work fine.
> 
> 20090123:
>   AFFECTS: users of x11-servers/xorg-server
>   AUTHOR: rnol...@freebsd.org
> 
>   If you are using an older xorg.conf several config lines are
>   no longer needed and will generate warnings when X is started.
>   RgbPath will cause X to fail to start, remove it from your config.
> 
>   Server 1.5.3 also really wants to configure its input devices
>   via hald.  This is causing some issues with moused and
>   /dev/sysmouse.  There are a couple of options for how to deal
>   with it.
> 
>   1. Add Option "AllowEmptyInput" "off" to your ServerLayout section.
>  This will cause X to use the configured kbd, mouse, and vmmouse
>  sections from your xorg.conf
> 
>   2. Don't use moused.  If you want it to work with addon usb mice
>  set this in rc.conf:
> 
>  moused_enable="NO"
>  moused_nondefault_enable="NO"

This is a) outdated and b) those are options. That means you do
one of them, not both.

>   I'm working on fixing hald or the mouse driver or both.
> 
> After restoring my old xorg.conf and commenting out the RgbPath line, I
> added "AllowEmptyInput" "off" to the xorg.conf server layout section and
> disabled moused in rc.conf as per above.

Don't disable moused.

> Now on issuing startx I get a
> message saying the "AllowEmptyInput" line can't be parsed. Where should
> this line go?? From the context I assumed it should go into xorg.conf,
> but if not, where??

It goes into the xorg.conf. The question is just where did you put it?
This is how it looks and works on my system:

Section "ServerFlags"
Option  "AllowEmptyInput"   "off"
EndSection
___
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: editors/xmlcopyeditor port does not build after upgrading libxml2 from 2.7.2 to 2.7.3

2009-02-09 Thread Jose Garcia Juanino
El domingo 08 de febrero a las 15:41:37 CET, Jose Garcia Juanino escribió:
> Hi everybody
> 
> I am the maintainer of editors/xmlcopyeditor port.
> 
> I have upgraded textproc/libxml2 from 2.7.2 to 2.7.3 today, and
> afterthat xmlcopyeditor port does not build (it builds with 2.7.2,
> though).
> 
> The build log:
> 
> http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xmlcopyeditor-1.2.0.log
> 
> Has anyone an idea what causes this build failure?


In file included from /usr/local/include/wx-2.8/wx/debug.h:23,
 from /usr/local/include/wx-2.8/wx/defs.h:522,
 from /usr/local/include/wx-2.8/wx/wx.h:16,
 from wraplibxml.cpp:24:
/usr/local/include/wx-2.8/wx/wxchar.h:1000: error: expected initializer before 
'ATTRIBUTE_PRINTF_3'


Regards


pgpB7C8NdMTnY.pgp
Description: PGP signature


Re: xorg hal dbus

2009-02-09 Thread Matthew Seaman

Tom Mende wrote:

After restoring my old xorg.conf and commenting out the RgbPath line, I 
added "AllowEmptyInput" "off" to the xorg.conf server layout section and 
disabled moused in rc.conf as per above. Now on issuing startx I get a 
message saying the "AllowEmptyInput" line can't be parsed. Where should 
this line go?? From the context I assumed it should go into xorg.conf, 
but if not, where??


The line should read:

   Option "AllowEmptyInput" "off"

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


xorg hal dbus

2009-02-09 Thread Tom Mende

Hi list;

I took the upgrade to xorg 7.4 and no matter what I do, I can not get  
the any response from either the keyboard or the mouse under X, they  
work fine on the console. "The installation via portupgrade -a"  
removed the previous xorg.conf. I took the message from Jan 24 to mean  
the problems with hal and xorg-server were fixed and hence felt safe  
to upgrade... After much deinstalling of packages and reinstalling I  
eventually got all the ports up to date. However the mouse and  
keyboard will not work. Given the hal xorg-server issues appeared not  
to have been fixed, I then tried following these instructions from Jan  
23 however I had to restore a backed up version of xorg.conf because  
the upgrade to 7.4 removed the previous one...



20090124:
AFFECTS: users of x11-servers/xorg-server, sysutils/hal
AUTHOR: rnol...@freebsd.org
  sysutils/hal has been updated and should now properly detect
  mice for use in Xorg.  Use of AllowEmptyInput should no longer
  be needed for most users and moused should now work fine.

20090123:
  AFFECTS: users of x11-servers/xorg-server
  AUTHOR: rnol...@freebsd.org

  If you are using an older xorg.conf several config lines are
  no longer needed and will generate warnings when X is started.
  RgbPath will cause X to fail to start, remove it from your config.

  Server 1.5.3 also really wants to configure its input devices
  via hald.  This is causing some issues with moused and
  /dev/sysmouse.  There are a couple of options for how to deal
  with it.

  1. Add Option "AllowEmptyInput" "off" to your ServerLayout section.
 This will cause X to use the configured kbd, mouse, and vmmouse
 sections from your xorg.conf

  2. Don't use moused.  If you want it to work with addon usb mice
 set this in rc.conf:

 moused_enable="NO"
 moused_nondefault_enable="NO"

  I'm working on fixing hald or the mouse driver or both.

After restoring my old xorg.conf and commenting out the RgbPath line,  
I added "AllowEmptyInput" "off" to the xorg.conf server layout section  
and disabled moused in rc.conf as per above. Now on issuing startx I  
get a message saying the "AllowEmptyInput" line can't be parsed. Where  
should this line go?? From the context I assumed it should go into  
xorg.conf, but if not, where??

pkg_version -v | grep xorg
linux-xorg-libs-6.8.2_5 =   up-to-date with port
xorg-7.4=   up-to-date with port
xorg-apps-7.4_1 =   up-to-date with port
xorg-cf-files-1.0.2_3   =   up-to-date with port
xorg-docs-1.4,1 =   up-to-date with port
xorg-drivers-7.4=   up-to-date with port
xorg-fonts-100dpi-7.4   =   up-to-date with port
xorg-fonts-7.4  =   up-to-date with port
xorg-fonts-75dpi-7.4=   up-to-date with port
xorg-fonts-cyrillic-7.4 =   up-to-date with port
xorg-fonts-miscbitmaps-7.4  =   up-to-date with port
xorg-fonts-truetype-7.4 =   up-to-date with port
xorg-fonts-type1-7.4=   up-to-date with port
xorg-libraries-7.4  =   up-to-date with port
xorg-server-1.5.3_5,1   =   up-to-date with port
I now have all these messages on the terminal from where startx was  
launched saying...
application x (i.e. thunar-vfs) WARNING **: Failed to connect to HAL  
daemon: Failed to connect to socket /var/run/dbus/system_bus_socket:  
Socket operation on non-socket
Xlib: extension " Generic Event Extension" missing on display ": 
0.0"...five to ten lines of this depending upon the application
Do I have to somehow configure hal and hald? I can't seem to find  
anything to tell me how to do this either.

Suggestions?
Cheers,

Tom




___
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's initscript

2009-02-09 Thread L Campbell
On Mon, Feb 9, 2009 at 5:10 PM, David DEMELIER  wrote:
> Hi
>
> If you use php FastCGI module with lighttpd daemon, it will start some new
> process like that:
>
> www  php-cgi  673 root / 2 drwxr-xr-x 512  r
> www  php-cgi  673   wd /usr 1183830 drwxr-xr-x   21504  r
> www  php-cgi  673 text /usr 1184503 -rwxr-xr-x  2521078  r
>
> These process are not killed when you try to restart lighttpd by running
> /usr/local/etc/rc.d/lighttpd restart, so
> I think maybe this would be a good idea to make kill all process launched by
> lighttpd in the initscript.

AFAIK, Lighttpd is *supposed* to kill all the child processes it
spawns. I've always had lots of trouble with it's FCGI implementation
in the past (I'm convinced it's process management logic is b0rked).
I've found that spawning the FCGI processes external to Lighttpd (with
their included spawn-fcgi binary, wrapped with an rc script) is more
reliable.

Granted, that has practically nothing to do with the topic -- just
some food for thought :)
___
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: Lend FreeBSD 7 or 8 access for ports upgrade?

2009-02-09 Thread Wesley Shields
On Fri, Feb 06, 2009 at 05:30:45PM +0100, Matthias Andree wrote:
> Am 06.02.2009, 11:44 Uhr, schrieb Matthias Andree :
> 
> > Contact me off-list with offers (if I don't reply, I'm swamped with  
> > offers
> > ;-)).
> 
> I have received some offers, thanks a lot to everybody who offered help.
> 
> Expect an e2fsprogs update with kind regards from Nippon soonish.

I'll take this opportunity to point out that AFAIK we are still unable
to mount file systems made with newer e2fsprogs releases due to the
inode size change.  This is documented in kern/124621 and has been
discussed on stable@ in the past[1].  As new filesystems are made we
will continue to get hit by this bug more and more.

Thanks for your work on maintaining this port.

-- WXS

[1]:
http://lists.freebsd.org/pipermail/freebsd-stable/2008-December/thread.html#46916
___
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: tinderbox - tinderd and nullfs?

2009-02-09 Thread Ion-Mihai Tetcu
On Mon, 9 Feb 2009 23:00:20 +0100
Torfinn Ingolfsen  wrote:

> Late followup, but better than nothing.
> 
> On Sun, Jan 18, 2009 at 9:21 PM, Ion-Mihai Tetcu 
> wrote:
> > Also try building by hand and watch the output you get in the
> > console.
> 
> Hmm it doesn't even build by hand. It has been building for more than
> an hour now, and all in the logfile is this:
> r...@kg-vm# tail -f /usr/local/tinderbox/builds/7.1-FreeBSD/build.log
> tinderbuild: creating makefile...
> tinderbuild: Creating build directory for 7.1-FreeBSD
> 7.1-FreeBSD: cleaning out /usr/local/tinderbox/7.1-FreeBSD
> makeBuild: extracting jail tarball
> tinderbuild: Finalizing chroot environment
> 
> building packages (phase 0)
> 
> started at Mon Feb  9 21:38:30 CET 2009
> 
> Well, I'll just wait some time and see what happens.

ps axw
mount

also watch /usr/local/tinderbox/builds/7.1-FreeBSD/make.*

If you use reply all there are better chances the other people that
replied to your email get your message in front of their ayes ;-)

-- 
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: Generating packages without documentation

2009-02-09 Thread Ion-Mihai Tetcu
On Mon, 09 Feb 2009 21:46:12 +0100
Matias Surdi  wrote:

> Hi,
> 
> When I build a package with "make package" for a port, the resulting 
> package contains also the docs (which upon installation are located
> in /usr/local/share/doc/[package]
> 
> 
> Which is the best way to exclude those files in the generated package?

make clean && make -DNOPORTDOCS package clean

Companions of this are NOPORTEXAMPLES and NOPORTDATA.

You might want to check on
http://qat.tecnik93.com/index.php?action=list_buildports&build=7-STABLE-FPT-NPD
if the the ports you want to build packages for really respect NOPORTDOCS.
Of course, patches for ports that don't conform are welcome (CC me on
the PR and I'll commit them).

-- 
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


Lighttpd's initscript

2009-02-09 Thread David DEMELIER
Hi

If you use php FastCGI module with lighttpd daemon, it will start some new
process like that:

www  php-cgi  673 root / 2 drwxr-xr-x 512  r
www  php-cgi  673   wd /usr 1183830 drwxr-xr-x   21504  r
www  php-cgi  673 text /usr 1184503 -rwxr-xr-x  2521078  r

These process are not killed when you try to restart lighttpd by running
/usr/local/etc/rc.d/lighttpd restart, so
I think maybe this would be a good idea to make kill all process launched by
lighttpd in the initscript.
___
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: emulators/open-vm-tools

2009-02-09 Thread Josh Rickmar
On Mon, February 9, 2009 2:08 pm, Sean McAfee wrote:
> Josh Rickmar wrote:
>
>> On Wed, February 4, 2009 3:50 pm, Josh Rickmar wrote:
>>
>>
>> I don't mean to sound pushy, but I still can't build this.  I tried
>> manually installing the latest version, and get (different) problems
>> with that as well.  And since I can't find a package of this...
> It's very hard for people to help you if they don't know what
> architecture or version of FreeBSD you're running.
>
> I'll throw you a bone here: it builds just fine for me in 7.1p2 amd64 w/
> GENERIC.
>

Ah, ok I understand.  I'm using 7.1-RELEASE-p2 as well, but on i386.

-- 
To send me a personal email, please place [personal] in the Subject line.

___
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: emulators/open-vm-tools

2009-02-09 Thread Josh Rickmar
On Mon, February 9, 2009 2:08 pm, Sean McAfee wrote:
> Josh Rickmar wrote:
>
>> On Wed, February 4, 2009 3:50 pm, Josh Rickmar wrote:
>>
>>
>> I don't mean to sound pushy, but I still can't build this.  I tried
>> manually installing the latest version, and get (different) problems
>> with that as well.  And since I can't find a package of this...
> It's very hard for people to help you if they don't know what
> architecture or version of FreeBSD you're running.
>
> I'll throw you a bone here: it builds just fine for me in 7.1p2 amd64 w/
> GENERIC.
>

Ah, ok I understand.  I'm using 7.1-RELEASE-p2 as well, but on i386.

-- 
To send me a personal email, please place [personal] in the Subject line.

___
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: Message when updating ports

2009-02-09 Thread Doug Barton
Leslie Jensen wrote:
> OK! Thank you Doug and Scot.
> 
> Here's what I did:
> 
> Portmaster --check-depends
> 
> I deleted all the dependencies that was not ok.
> 
> After that I reinstalled the ports that had had the wrong dependencies
> and then I ran Portmaster --check-depends again and everything looked
> good :-)

I'm relieved to hear that portmaster was able to help you solve your
problem.

> As Garrett points out, I would also very much like to know how did those
> entries get in there??

So would I. My guess would be that someone used 'pkg_delete -f', but
that's just a guess.


hth,

Doug

-- 

This .signature sanitized for your protection
___
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: tinderbox - tinderd and nullfs?

2009-02-09 Thread Torfinn Ingolfsen
Late followup, but better than nothing.

On Sun, Jan 18, 2009 at 9:21 PM, Ion-Mihai Tetcu  wrote:
> Also try building by hand and watch the output you get in the console.

Hmm it doesn't even build by hand. It has been building for more than
an hour now, and all in the logfile is this:
r...@kg-vm# tail -f /usr/local/tinderbox/builds/7.1-FreeBSD/build.log
tinderbuild: creating makefile...
tinderbuild: Creating build directory for 7.1-FreeBSD
7.1-FreeBSD: cleaning out /usr/local/tinderbox/7.1-FreeBSD
makeBuild: extracting jail tarball
tinderbuild: Finalizing chroot environment

building packages (phase 0)

started at Mon Feb  9 21:38:30 CET 2009

Well, I'll just wait some time and see what happens.

-- 
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"


Generating packages without documentation

2009-02-09 Thread Matias Surdi

Hi,

When I build a package with "make package" for a port, the resulting 
package contains also the docs (which upon installation are located in 
/usr/local/share/doc/[package]



Which is the best way to exclude those files in the generated package?


Thanks a lot.

___
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: emulators/open-vm-tools

2009-02-09 Thread Sean McAfee

Josh Rickmar wrote:

On Wed, February 4, 2009 3:50 pm, Josh Rickmar wrote:

I don't mean to sound pushy, but I still can't build this.  I tried
manually installing the latest version, and get (different) problems with
that as well.  And since I can't find a package of this...
It's very hard for people to help you if they don't know what 
architecture or version of FreeBSD you're running.


I'll throw you a bone here: it builds just fine for me in 7.1p2 amd64 w/ 
GENERIC.


--
Sean McAfee
System Engineer.


IMPORTANT: This message contains confidential information
and is intended only for the individual named. If the reader of
this message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.





IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.


___
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: Message when updating ports

2009-02-09 Thread Leslie Jensen


Doug Barton skrev:

Leslie Jensen wrote:

I've obviously got a problem with several of my +CONTENTS files.

I've got help from the list to edit some of the files, but I get a
feeling that I need to replace the /var/db/pkg/* infrastructure. Can it
be done and how do I go about it?

Otherwise I'd be glad if someone will give me a suggestion on how I
should solve the problem below?

: Leaving directory `/usr/ports/devel/gio-fam-backend/work/glib-2.18.4/g
io/fam'
===>   Registering installation for gio-fam-backend-2.18.4
===>  Cleaning for gio-fam-backend-2.18.4

===>>> Updating package dependency entry for each dependent port
===>>> devel/dbus-glib is listed as a dependency
===>>> but there is no installed version


As Scot told you a while ago, your /var/db/pkg/* files are corrupt. To
fix this exact problem you need to do 'portmaster devel/dbus-glib'
which will rebuild the port and fix all the +CONTENTS files.

You should do this for each port that comes up with this problem. You
might also consider using the --check-depends option.


hope this helps,

Doug



OK! Thank you Doug and Scot.

Here's what I did:

Portmaster --check-depends

I deleted all the dependencies that was not ok.

After that I reinstalled the ports that had had the wrong dependencies 
and then I ran Portmaster --check-depends again and everything looked 
good :-)


As Garrett points out, I would also very much like to know how did those 
entries get in there??


/Leslie

___
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: KDE 4.2 error building kdesdk

2009-02-09 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

please resync your portstree is fixed :).

- - Martin


On Mon, Feb 09, 2009 at 04:37:55PM +0100, Angelo Turetta wrote:
> There seem to be a variable expansion problem: %APPNAMELC is not 
> supposed to be part of a filename, I suppose.
> 
> This happens on 7-STABLE AMD64 about two months old.
> 
> Any glue?
> 
> Angelo.
> 
> 
> Scanning dependencies of target kate-plugins-handbook
> [ 29%] Generating index.cache.bz2
> kio_help4(18866) KLocalePrivate::initEncoding: Cannot resolve system 
> encoding, defaulting to ISO 8859-1.
> [ 29%] Built target kate-plugins-handbook
> Scanning dependencies of target kapptemplate_automoc
> Generating generatepage.moc
> Generating choicepage.moc
> Generating moc_kapptemplate.cpp
> [ 29%] Built target kapptemplate_automoc
> [ 29%] Generating ui_introduction.h
> [ 29%] Generating ui_choice.h
> [ 29%] Generating ui_properties.h
> [ 29%] Generating ui_generate.h
> [ 29%] Generating prefs.h, prefs.cpp
> Scanning dependencies of target kapptemplate
> [ 29%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/kapptemplate_automoc.o
> [ 29%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/kapptemplate.o
> [ 29%] Building CXX object kapptemplate/CMakeFiles/kapptemplate.dir/main.o
> [ 29%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/apptemplatesmodel.o
> [ 29%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/apptemplateitem.o
> [ 29%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/generatepage.o
> [ 30%] Building CXX object 
> kapptemplate/CMakeFiles/kapptemplate.dir/choicepage.o
> [ 30%] Building CXX object kapptemplate/CMakeFiles/kapptemplate.dir/prefs.o
> Linking CXX executable kapptemplate
> [ 30%] Built target kapptemplate
> Scanning dependencies of target akonadiresource
> make: don't know how to make 
> ../kapptemplate/templates/C++/akonadiresource/%APPNAMELCresource.kcfg. Stop
> *** Error code 2
> 
> ___
> 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"
> 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkmQV58ACgkQFwpycAVoI1PC/gCfb0zS9UP8TwCLhqnuAiGYVxdE
wikAn3kZs4/adgCWRsSHNfIi3KXij9Dj
=mESs
-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"


KDE 4.2 error building kdesdk

2009-02-09 Thread Angelo Turetta
There seem to be a variable expansion problem: %APPNAMELC is not 
supposed to be part of a filename, I suppose.


This happens on 7-STABLE AMD64 about two months old.

Any glue?

Angelo.


Scanning dependencies of target kate-plugins-handbook
[ 29%] Generating index.cache.bz2
kio_help4(18866) KLocalePrivate::initEncoding: Cannot resolve system 
encoding, defaulting to ISO 8859-1.

[ 29%] Built target kate-plugins-handbook
Scanning dependencies of target kapptemplate_automoc
Generating generatepage.moc
Generating choicepage.moc
Generating moc_kapptemplate.cpp
[ 29%] Built target kapptemplate_automoc
[ 29%] Generating ui_introduction.h
[ 29%] Generating ui_choice.h
[ 29%] Generating ui_properties.h
[ 29%] Generating ui_generate.h
[ 29%] Generating prefs.h, prefs.cpp
Scanning dependencies of target kapptemplate
[ 29%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/kapptemplate_automoc.o
[ 29%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/kapptemplate.o

[ 29%] Building CXX object kapptemplate/CMakeFiles/kapptemplate.dir/main.o
[ 29%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/apptemplatesmodel.o
[ 29%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/apptemplateitem.o
[ 29%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/generatepage.o
[ 30%] Building CXX object 
kapptemplate/CMakeFiles/kapptemplate.dir/choicepage.o

[ 30%] Building CXX object kapptemplate/CMakeFiles/kapptemplate.dir/prefs.o
Linking CXX executable kapptemplate
[ 30%] Built target kapptemplate
Scanning dependencies of target akonadiresource
make: don't know how to make 
../kapptemplate/templates/C++/akonadiresource/%APPNAMELCresource.kcfg. Stop

*** Error code 2

___
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"


asterisk from the ports

2009-02-09 Thread eng. Anatoli Marinov
Hi folks,
I have a problem with asterisk from ports.
So my system is:
FreeBSD triton.**.com 7.1-STABLE FreeBSD 7.1-STABLE #9: Thu Feb  5
19:43:38 EET 2009
r...@triton.*.com:/usr/obj/usr/src/sys/TRITON_7  i386

and my asterisk is :
Asterisk 1.4.22.2 built by root @ triton.**.com on a i386 running
FreeBSD on 2009-02-06 09:28:53 UTC

The issue appears when I tried to make a conference call with
app_meetme.so. I got:
And when I run the application I get:
  --  Playing 'auth-thankyou' (language 'en')
  --  Playing 'vm-review' (language 'en')
  --  Playing 'vm-msgsaved' (language 'en')
  --  Playing 'conf-onlyperson' (language 'en')
[Feb  9 10:20:13] WARNING[48968]: app_meetme.c:1620 conf_run: Unable
to set flags: Inappropriate ioctl for device

At these lines there is wrriten:

   if (fcntl(fd, F_SETFL, flags | O_NONBLOCK)) {
   ast_log(LOG_WARNING, "Unable to set flags:
%s\n", strerror(errno));
   close(fd);
   goto outrun;
   }

As I understand  O_NONBLOCK is not supported for this kind of
descriptor and I just removed this code but after that I see regular
crashes everyday :)

And this is from the core file:

#0  0x08092ca7 in ast_closestream ()
#1  0x08092dae in ast_playstream ()
#2  0x080d69a7 in ast_sched_runq ()
#3  0x08092f07 in ast_stopstream ()
#4  0x0809345a in ast_waitstream ()
#5  0x28a831dd in conf_run (chan=0x28709400, conf=0x28b01800,
confflags=74052, optargs=0xbf75baa4) at app_meetme.c:2273
#6  0x28a88498 in conf_exec (chan=0x28709400, data=0xbf75db48) at
app_meetme.c:2767
#7  0x080b0a71 in pbx_exec ()
#8  0x080b3a94 in ast_extension_state ()
#9  0x080b52ed in pbx_builtin_setvar ()
#10 0x080b60ce in ast_pbx_run ()
#11 0x080e22d4 in ast_wait_for_input ()
#12 0x28401afb in pthread_getprio () from /lib/libthr.so.3
#13 0xbf79cfec in ?? ()


Any ideas?

I want to clear this and will prepare the patch.
Mr. Sobolev (he is a port maintainer) know this but I still do not
have any feedback from him.

All the best


-- 
Best Regards
eng. Anatoli Marinov
___
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: libyaml-0.1.1

2009-02-09 Thread Akira Kitada

Could you please update linyaml to 0.1.2?

Thanks,
___
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"


MailScanner-4.67.6_3 and perl-5.8.9 not working

2009-02-09 Thread Johan Hendriks
Hello all.

I have updated my perl from 5.8.8 to 5.8.9 on some mailscanner machines, and 
now mailscanner is not working anymore.

I did run the perl-after-upgrade script.

 

I also did a clean install on a spare machine of Mailscanner with a recent 
ports tree which sucked in perl 5.8.9 so it is not in the upgrade itself.

 

The errors I get are the following, and are on all the systems.(amd64 and i386)

I also tried mailscanner 4.74.16-1 (from my own created port) and it has the 
same error on perl 5.8.9 and it works on 5.8.8 

 

MailScanner[1420]: Could not use Custom Function code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SpamWhitelist.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/Ruleset-from-Function.pm,
 it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/LastSpam.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

 

 

My knowledge of perl is none what so ever.

What can I do ?

 

Regards,

Johan

 

___
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"


Current unassigned ports problem reports

2009-02-09 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at
http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .)

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/131524kinput2 with wnn failed by SEGV in amd64
o ports/131518mail/mailscanner: please update mailscanner ports
o ports/131515net/isc-dhcp30-server bulding fails on -STABLE
f ports/131513[patch] unbreak sysutils/p5-BSD-Jail-Object after jail
o ports/131505[MAINTAINER-UPDATE] games/ifm: fix wrong distfile
f ports/131492Update graphics/f-spot to 0.5.0.3, unbreaks port
f ports/131491Update x11-toolkits/gtk-sharp20 to 2.12.8
o ports/131482games/tinymux: Update TinyMUX ports from version 2.3 t
o ports/131434lang/perl5.8: suid fails
o ports/131430[NEW PORT] comms/dfu-util OpenMoko USB Device Firmware
o ports/131422[PATCH] Fix socketpair() function invocation in irc/ct
f ports/131421ports/graphics/geos:  /usr/local/include/geos/geom/Bin
o ports/131420Incorrect installation of manpages for oss-4.1.b1051
o ports/131357New port: editors/japi -- a simple gtk2 based text edi
f ports/131345[UPDATE] sysutils/htop to 0.8.1
o ports/131344New port: sysutils/smp_utils Utilities for Serial Atta
o ports/131332[new port] news/lottanzb - graphical usenet client usi
o ports/131298[new port] audio/mumble
o ports/131276[NEW PORT] xf86-video-nouveau
f ports/131268[patch] - update mail/dcc-dccd to version 1.3.102
o ports/131233multimedia/mplayer: gmplayer stopped working
o ports/131218www/privoxy+ipv6: /etc/rc: WARNING: run_rc_command: ca
f ports/131204audio/musicpd: fix aac decoding
o ports/131169New port lang/ikarus: optimizing incremental Scheme co
o ports/131148[NEW PORT] net/p5-Amazon-EC2: Perl Library for Amazon 
f ports/131109net/jicmp upgrade from v1.0.8 to 1.0.9
f ports/131093chrooting net/isc-dhcp30-server to aliased /home can c
o ports/131041[new port] x11-themes/gtk-nodoka-engine: GTK nodoka en
f ports/130972sysutils/gnomebaker 0.6.4 dumps core when trying to cr
f ports/130966multimedia/mplayer: gmplayer cannot start
o ports/130925New port:  x11-toolkits/soqt4  -  Qt4 toolkit library 
f ports/130828graphics/xnview can not work in the FreeBSD 7.1
f ports/130779[PATCH] emulators/dosbox enable directserial passthrou
f ports/130760science/netcdf: link problem with fortran library
f ports/1307417.1-RELEASE/ports/sysutils/coreutils/Makefile add BUIL
o ports/130719www/nspluginwrapper installs plugins in the old direct
o ports/130715New Port:devel/binutils-2.19
o ports/130647devel/p5-File-Pid: uninitialized value warning if you 
f ports/130633www/c-icap: update to 060708
o ports/130541new port: net/isc-dhcp41-server
f ports/130326[patch] update to sysutils/megarc
f ports/130314[Update]graphics/gpicview:update to 0.1.11
f ports/130209www/typo3 upgrade removes configuration
f ports/130202[PATCH] net-im/pidgin-guifications: update to 2.16
f ports/130174New port: net/igmpproxy multicast proxy
f ports/130065devel/stlport update to 5.2.1 and problems
f ports/130047update cad/ngspice_rework to version 18
f ports/129977[UPDATE] net/acx100 to latest (working?) version
f ports/129972Update Port: benchmarks/lmbench [patch] - A system per
o ports/129677/usr/ports/sysutils/aaccli Bad system call: 12 (core d
o ports/129606benchmarks/iozone does not support O_DIRECT
o ports/129598Update ports: finance/aqbanking, devel/gwenhywfar to 3
o ports/129478multimedia/acidrip: patch file to commit to ports
f ports/129435java/jakarta-commons-dbcp not BROKEN on jdk15
o ports/129363devel/ace build fails if kernel module aio is loaded
o ports/128603textproc/flex has too small capacity
f ports/128490net/freenx port does not work properly on freebsd-7 st
f ports/128271biology/ncbi-toolkit - blastall segfaults when output 
o ports/128140update devel/pwlib to 2.4.1 to fit GNOME 2.24
o ports/127851Port update: multimedia/libdvdnav-mplayer - Update to 
f ports/127810print/hplip 2.8.2 can't talk to my usnb printer (HP PS
o ports/127728ports/games/freebsd-games doesn't build, and larn(6) s
f ports/12751

Jboss 5.0 GA

2009-02-09 Thread Horst Leitenmueller
hello greg lewis,

just information for jboss 5.GA 
PORTVERSION=5.0.0.GA
PORTEPOCH=  1

there is the common dir missing on toplevel which must be copied to the output 
(small fix for now)
cp -R 
/usr/ports/java/jboss5/work/jboss-5.0.0.GA-src/build/output/jboss-5.0.0.GA/common
 /usr/local/jboss5/
chown -R www:www /usr/local/jboss5/common

this is new; changed from jboss 4 to jboss 5
common contains the jar files for the base server/* 

missing in Makefile:

APP_HOME_FILES= bin client lib server *common*



br horst leitenmueller

-- 

Horst Leitenmueller
email: horst.leitenmuel...@liwest.at


___
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"