error upgrading to firefox 7.0.1_1,1

2011-10-20 Thread Barbara

I had an error trying to upgrade firefox.
The build ended with the following lines:
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release'
sed: /usr/ports/www/firefox/work/mozilla-release/build/unix/*.pc: No such file 
or directory
/bin/rm /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox
rm: /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox: No such file 
or directory
*** Error code 1

Stop in /usr/ports/www/firefox.
*** Error code 1


I grabbed as much as it was possible from the console, and it's available 
here:
http://pastebin.com/rix26U6T

Thanks
Barbara

___
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: error upgrading to firefox 7.0.1_1,1

2011-10-20 Thread Beat Gätzi
On Oct 20, 2011, at 8:54 AM, Barbara wrote:
 
 I had an error trying to upgrade firefox.
 The build ended with the following lines:
 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release'
 sed: /usr/ports/www/firefox/work/mozilla-release/build/unix/*.pc: No such 
 file 
 or directory
 /bin/rm /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox
 rm: /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox: No such 
 file 
 or directory
 *** Error code 1
 
 Stop in /usr/ports/www/firefox.
 *** Error code 1

It looks like that the binary is located in a different directory if Firefox is 
build
with PGO enabled. I will take a look at it.

Thanks for the report.
Beat

 I grabbed as much as it was possible from the console, and it's available 
 here:
 http://pastebin.com/rix26U6T
 
 Thanks
 Barbara
 
 ___
 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: error upgrading to firefox 7.0.1_1,1

2011-10-20 Thread Barbara

It seems that the directory obj-i386-unknown-freebsd8.2 is missing in the path 
in rm command:

# cd /usr/ports/www/firefox
# find work/ -type f -name firefox
work/mozilla-release/obj-i386-unknown-freebsd8.2/browser/app/firefox
work/mozilla-release/obj-i386-unknown-freebsd8.2/dist/bin/firefox

Barbara


On Oct 20, 2011, at 8:54 AM, Barbara wrote:
 
 I had an error trying to upgrade firefox.
 The build ended with the following lines:
 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release'
 sed: /usr/ports/www/firefox/work/mozilla-release/build/unix/*.pc: No such 
file 
 or directory
 /bin/rm /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox
 rm: /usr/ports/www/firefox/work/mozilla-release/dist/bin/firefox: No such 
file 
 or directory
 *** Error code 1
 
 Stop in /usr/ports/www/firefox.
 *** Error code 1

It looks like that the binary is located in a different directory if Firefox 
is build
with PGO enabled. I will take a look at it.

Thanks for the report.
Beat

 I grabbed as much as it was possible from the console, and it's available 
 here:
 http://pastebin.com/rix26U6T
 
 Thanks
 Barbara
 
 ___
 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


Update for x11-toolkits/swt-devel failed

2011-10-20 Thread Leslie Jensen

Hello

Does anyone know how I can fix this?

Thanks

/Leslie






 [exec] c++ -o xpcomxul_structs.o -O  -DSWT_VERSION=3659 
-DMOZILLA_STRICT_API=1  -fno-rtti  -fno-exceptions  -Wall 
-Wno-non-virtual-dtor  -fPIC  -I.  -I/usr/local/jdk1.6.0/include 
-I/usr/local/jdk1.6.0/include/freebsd  -DJNI64 -DNO__1NS_1InitXPCOM2 
-fshort-wchar -DXPCOM_GLUE -I/usr/local/include/libxul 
-I/usr/local/include/nspr   -c xpcom_structs.cpp
 [exec] c++ -o xpcomxul_stats.o -O  -DSWT_VERSION=3659 
-DMOZILLA_STRICT_API=1  -fno-rtti  -fno-exceptions  -Wall 
-Wno-non-virtual-dtor  -fPIC  -I.  -I/usr/local/jdk1.6.0/include 
-I/usr/local/jdk1.6.0/include/freebsd  -DJNI64 -DNO__1NS_1InitXPCOM2 
-fshort-wchar -DXPCOM_GLUE -I/usr/local/include/libxul 
-I/usr/local/include/nspr   -c xpcom_stats.cpp
 [exec] c++ -o libswt-xulrunner-gtk-3659.so swt.o xpcomxul.o 
xpcomxul_custom.o xpcomxul_structs.o xpcomxul_stats.o -shared 
-Wl,--version-script=mozilla_exports -Bsymbolic -s 
-Wl,-rpath,/usr/local/lib/libxul -pthread 
-L/usr/local/lib/libxul/sdk/lib -L/usr/local/lib/libxul -L/usr/local/lib 
-lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lxpcomglue

 [exec] make: don't know how to make make_webkit. Stop

BUILD FAILED
/usr/ports/x11-toolkits/swt-devel/work/build.xml:62: exec returned: 2

Total time: 27 seconds
*** Error code 1

Stop in /usr/ports/x11-toolkits/swt-devel.
*** Error code 1

Stop in /usr/ports/x11-toolkits/swt-devel.

=== make failed for x11-toolkits/swt-devel
=== Aborting update

=== Update for x11-toolkits/swt-devel failed
=== Aborting update



___
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


2 ImageMagick tests fail - anybody else seeing this?

2011-10-20 Thread Anton Shterenlikht
On ia64 9.0-BETA2 #4 r225618,
building ImageMagick-6.7.3.1,
these 2 tests fail:

FAIL: tests/validate-formats-in-memory.sh
FAIL: tests/validate-formats-on-disk.sh

Anybody else is seeing this?
I can provide the logs, but 
wanted to check first if is't just me. 

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
___
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


postgresql-client-8.2.22_1: Makefile error: you cannot include bsd.port[.pre].mk twice

2011-10-20 Thread Jerry
When attempting to build the postgresql-client-8.2.22_1 port, this
error message is being emitted:

postgresql-client-8.2.22_1: Makefile error: you cannot include 
bsd.port[.pre].mk twice

Has anyone else noticed it? I filed a PR against it.

-- 
Jerry ✌
jerry+po...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
___
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: postgresql-client-8.2.22_1: Makefile error: you cannot include bsd.port[.pre].mk twice

2011-10-20 Thread Jason Helfman

On Thu, Oct 20, 2011 at 09:10:52AM -0400, Jerry thus spake:

When attempting to build the postgresql-client-8.2.22_1 port, this
error message is being emitted:

postgresql-client-8.2.22_1: Makefile error: you cannot include 
bsd.port[.pre].mk twice

Has anyone else noticed it? I filed a PR against it.


http://www.freebsd.org/cgi/query-pr.cgi?pr=161824
-jgh

--
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: postgresql-client-8.2.22_1: Makefile error: you cannot include bsd.port[.pre].mk twice

2011-10-20 Thread Manfred Antar
At 06:10 AM 10/20/2011, Jerry wrote:
When attempting to build the postgresql-client-8.2.22_1 port, this
error message is being emitted:

postgresql-client-8.2.22_1: Makefile error: you cannot include 
bsd.port[.pre].mk twice

Has anyone else noticed it? I filed a PR against it.

-- 
Jerry ✌
jerry+po...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__
___
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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Same here
I deleted the first bsd.port.pre.mk line in the Makefile and it built fine.


||  n...@pozo.com   ||
||  Ph. (415) 681-6235  ||
 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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: www/firefox: latest commit broken argument passing

2011-10-20 Thread Beat Gätzi
On Oct 20, 2011, at 1:52 PM, Andriy Gapon wrote:
 on 20/10/2011 10:55 Beat Gätzi said the following:
 On Oct 20, 2011, at 9:01 AM, Andriy Gapon wrote:
 
 With the latest version of firefox port the installed
 ${PREFIX}/lib/firefox/firefox script doesn't pass along its command line 
 parameters.
 Please fix.
 
 Fixed! Somewhat…
 
 We are still looking for a proper fix to get all plugins working again. So
 if you have an idea how this could be done in a proper way feel free to get
 in contact with us.
 
 I am not sure how to fix these things in a really proper way, but I think that
 adding $@ to command line in ${PREFIX}/lib/firefox/firefox would have 
 sufficed
 as a fix for the problem that I've reported.

Sure, I also had a patch with $@ but as I received some other problem reports 
which
were caused by this change I decided to revert the change entirely.

Beat

 
 -- 
 Andriy Gapon

___
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: postgresql-client-8.2.22_1: Makefile error: you cannot include bsd.port[.pre].mk twice

2011-10-20 Thread Ruslan Mahmatkhanov

Jerry wrote on 20.10.2011 17:10:

When attempting to build the postgresql-client-8.2.22_1 port, this
error message is being emitted:

postgresql-client-8.2.22_1: Makefile error: you cannot include 
bsd.port[.pre].mk twice

Has anyone else noticed it? I filed a PR against it.



Yes, it's already known and there is (single?) pr about this in gnats.
What i really want to know is how much people actually use pgsql 82 and 
what the reasons they have to not migrate to more recent versions like 
84 or 90 (it's 85 in terms of backward compatibility). Also note that 
PostgreSQL 8.2 will reach it's EOL on December 2011, so this port will 
be deprecated in near future with high probability.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
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: ClamAV fetch error | SOLVED

2011-10-20 Thread Jos Chrispijn

Issue solved with processing port update clamav-0.97.3_1

BR,
Jos Chrispijn

Jos Chrispijn:

Just updated my ports, got an unexpected error:

= Attempting to fetch 
http://waix.dl.sourceforge.net/project/clamav/clamav/0.97.3/clamav-0.97.3.tar.gz
fetch: 
http://waix.dl.sourceforge.net/project/clamav/clamav/0.97.3/clamav-0.97.3.tar.gz: 
size mismatch: expected 45793424, actual 45793398


can someone tell me how to solve this? Thanks.

BR
Jos Chrispijn

___
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: Update for x11-toolkits/swt-devel failed

2011-10-20 Thread Leslie Jensen



2011-10-20 21:37, Pedro Giffuni skrev:

Hi leslie;

make rmconfig

And disable mozilla.

Pedro.



It was already disabled.

I did make deinstall and the make reinstall and got a different error.

Please see below.

===  Building for swt-devel-3.6.2,1
Buildfile: /usr/ports/x11-toolkits/swt-devel/work/build.xml

init:

build.classes:
[javac] /usr/ports/x11-toolkits/swt-devel/work/build.xml:32: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 582 source files to 
/usr/ports/x11-toolkits/swt-devel/work/classes

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.

build.nativeLibraries:
 [exec] make: don't know how to make make_webkit. Stop
 [exec] Model is amd64
 [exec] libgnomeui-2.0 found, compiling SWT program support using GNOME
 [exec] Cairo found, compiling SWT support for the cairo graphics 
library.

 [exec] Using libxul for gecko support
 [exec] WebKit found, compiling webkit embedded browser support.
 [exec] libjawt.so found, the SWT/AWT integration library will be 
compiled.

 [exec] Building SWT/GTK+ for freebsd amd64

BUILD FAILED
/usr/ports/x11-toolkits/swt-devel/work/build.xml:62: exec returned: 2

Total time: 7 seconds
*** Error code 1

Stop in /usr/ports/x11-toolkits/swt-devel.
*** Error code 1

Stop in /usr/ports/x11-toolkits/swt-devel.
*** Error code 1


/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


FreeBSD Port: gnome-applets-2.32.1.1_3

2011-10-20 Thread Fluid Poetry

I appologize if this isn't the correct place to report this.

I am brand-new to freeBSD and currently installing my third instance of 
the OS on my laptop, this time in a virtual machine (vmware).


Anyway, I have tried installing gnome twice today with the same error.

ERROR:
found saved configuration for gnome-applets-2.32.1.1_3
SHA256 Checksum mismatch for gnome2/gnome-applets-2.32.1.1.tar.bz2

I am installing with FreeBSD-8.2-RELEASE-amd64-disk1.iso.
I updated the ports as soon as I installed the system.
I have successfully installed X11. {no errors and tested}
I tried and failed to install gnome2 using:
cd /usr/ports/x11/gnome 2
make install clean

I then updated the ports, using portupdate -a {I think} and/or 
portmaster ___.


I then tried again to install gnome2 and failed, receiving the same error.

I will try again tomorrow in case something just needs to be updated, 
but in case the tarball has been corrupted or hacked, I thought you 
should know.


thanks
herb
___
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


Can't edit kmenu after upgrading to kde 4.7.2

2011-10-20 Thread Mattia Rossi
If I try to edit the kmenu using kmenuedit I'm not able to save any 
changes I made.


This means, I can click on save and it seems to do everything right, but 
then the item doesn't show up in the menu.


The error kmenuedit gives is the following:

X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x6407a30

My .local/share/applications and .config/menus folders are owned by me.
If also executed kbuildsycoca4, but no changes.

Interestingly enough though, the .desktop file for the created menu 
entry can be found in .local/share/applications.


They entry can also be found in .config/menus/applications-kmenuedit.menu

The kickoff application launcher applet doesn't show them though.

It is to note that it puts the newly created entries into an Include 
/Include block which is followed by an /Exclude without a previous 
Exclude...


So I guess there's a bug in kmenuedit.

But even if I manually edit that .menu file, applications don't show up 
in the kickoff launcher applet...


So something's seriously wrong...

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