Re: Problems with ekiga3 build

2013-03-31 Thread Koop Mast

On 31-3-2013 12:02, Matthias Apitz wrote:

El día Thursday, March 07, 2013 a las 07:01:12AM +0100, Matthias Apitz escribió:


El día Wednesday, March 06, 2013 a las 04:00:36PM -0500, Derrick Dantavious 
Edwards escribió:


Hi,
I continue to get this error when I attempt to compile ekiga3. Any ideas?

FreeBSD 10.0-CURRENT #0 r247527: Fri Mar  1 00:38:04 EST 2013

v/r

Derrick
Stop in /usr/ports/net/ekiga3.


I can't comment on the error in question, but maybe better you compile
Ekiga (PTlib, ...) directly from the sources from git; in the Ekiga Wiki
there is a small guide (maybe outdated, if so I could update this)


Would be good to see the error. If this this problem happens on 10.0 
only then you could try to add USE_GCC=any to the makefile and see if 
that fixes the problem.



I've tried to build Ekiga from SVN (ptlib, opal) and git (Ekiga), but it
now depends on:

...
checking for GTK... no
configure: error: Package requirements (gtk+-3.0 = 3.4.0
gnome-icon-theme = 3.0.0) were not met:

No package 'gtk+-3.0' found
Requested 'gnome-icon-theme = 3.0.0' but version of gnome-icon-theme is 2.30.3

So, we FreeBSD folks, have no chance to build Ekiga 4.0.x :-(

matthias



I'm looking into updating the ptlib/opal/ekiga ports. So ekiga 4 will 
happen. Btw if you can't wait for that, gtk30 was updated to 3.6, and 
you can get a more recent gnome-icon-theme port from our devel repo.


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


Re: Problems with ekiga3 build

2013-03-31 Thread Koop Mast

On 31-3-2013 15:30, Matthias Apitz wrote:

El día Sunday, March 31, 2013 a las 01:35:43PM +0200, Koop Mast escribió:


gnome-icon-theme = 3.0.0) were not met:

No package 'gtk+-3.0' found
Requested 'gnome-icon-theme = 3.0.0' but version of gnome-icon-theme is 2.30.3

So, we FreeBSD folks, have no chance to build Ekiga 4.0.x :-(

matthias


I'm looking into updating the ptlib/opal/ekiga ports. So ekiga 4 will
happen.

ptlib and opal compile fine out of its SVN on my relatively old
9.0-CURRENT #1 r21: Thu Oct 28 10:56:32 CEST 2010;


Btw if you can't wait for that, gtk30 was updated to 3.6, and
you can get a more recent gnome-icon-theme port from our devel repo.

I will see if I can install x11-toolkits/gtk30 without updating all my
ports tree; could you please point me to the gnome-icon-theme port;

http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/misc/gnome-icon-theme/


thanks

matthias



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


Re: failure building www/webkit-gtk2 on 8.2-STABLE

2011-12-02 Thread Koop Mast

On 1-12-2011 14:23, William Bulley wrote:

According to Robert Bonomibon...@mail.r-bonomi.com  on Wed, 11/30/11 at 16:12:

 From owner-freebsd-questi...@freebsd.org  Wed Nov 30 09:14:56 2011
Date: Wed, 30 Nov 2011 10:12:23 -0500
From: William Bulleyw...@umich.edu
To: freebsd-questions@freebsd.org
Cc: gn...@freebsd.org
Subject: failure building www/webkit-gtk2 on 8.2-STABLE

This is a freshly csup'd ports tree as of 11/24/2011 and uname -a gives:

FreeBSD dell 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 29 08:36:55 EDT 2011
root@dell:/usr/obj/usr/src/sys/DELL  amd64

When I try to make install in www/xxxterm this is what I get:

===xxxterm-1.518 depends on file: /usr/local/bin/perl5.14.1 - found
===xxxterm-1.518 depends on file: /usr/local/bin/intltool-extract - found
===xxxterm-1.518 depends on executable: pkg-config - found
===xxxterm-1.518 depends on shared library: gnutls.47 - found
===xxxterm-1.518 depends on shared library: soup-2.4 - found
===xxxterm-1.518 depends on shared library: webkitgtk-1.0 - not found

*THIS* 'not found' indicates the linking (at least) of the exuecutable will
probably fail.

Thanks for the reply.  This knowledge is not all that useful.  The process of
making this port will, of course, make all dependencies of this port.  By not
finding that item forces the installation of www/webkit-gtk2 below.  This is
not an error.


=== Verifying install for webkitgtk-1.0 in /usr/ports/www/webkit-gtk2
===   Building for webkit-gtk2-1.4.3
gmake  all-am
gmake[1]: Entering directory `/usr/ports/www/webkit-gtk2/work/webkit-1.4.3'
   GENWebKit-1.0.gir
/usr/local/bin/gmkdir -p ./.deps/DerivedSources
/usr/include/machine/endian.h:123: syntax error, unexpected '{' in ' return (__extension__ ({ 
register __uint64_t __X = (_x); __asm (bswap %0 : +r (__X)); __X; }));' at 
'{'
/usr/include/machine/endian.h:123: syntax error, unexpected ';' in ' return (__extension__ ({ 
register __uint64_t __X = (_x); __asm (bswap %0 : +r (__X)); __X; }));' at 
';'
/usr/include/machine/endian.h:130: syntax error, unexpected '{' in ' return (__extension__ ({ 
register __uint32_t __X = (_x); __asm (bswap %0 : +r (__X)); __X; }));' at 
'{'
/usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return (__extension__ ({ 
register __uint32_t __X = (_x); __asm (bswap %0 : +r (__X)); __X; }));' at 
';'

_these_ errors may be a separate issue   They indicate an incompatibility
between the code and the -compiler- being used.  This could be an artifact
of other errors, like the one implied below, or they could be from unrelated
causes.   Eliminate the other errors, and see if this remains.

The port maintainers are responsible for assuring the compiler matches the
code, and that the code compiles with that compiler.  This is clearly an
error, but one that I have no idea how to fix.


Source/WebKit/gtk/webkit/webkitversion.h:33: Warning: WebKit: 
symbol='WEBKITGTK_API_VERSION': Unknown namespace for symbol 
'WEBKITGTK_API_VERSION'

This is probably directly related to the 'not found' error above.

Not so sure about that.  But again, how is this (and other errors) to be
fixed?  Why don't the port maintainers respond to this thread?


/usr/ports/www/webkit-gtk2/work/webkit-1.4.3/tmp-introspectiHsaMf/WebKit-1.0.o(.data+0x2e8):
 undefined reference to `webkit_dom_html_media_element_get_type'
/usr/ports/www/webkit-gtk2/work/webkit-1.4.3/tmp-introspectiHsaMf/WebKit-1.0.o(.data+0x3c0):
 undefined reference to `webkit_dom_media_error_get_type'
/usr/ports/www/webkit-gtk2/work/webkit-1.4.3/tmp-introspectiHsaMf/WebKit-1.0.o(.data+0x450):
 undefined reference to `webkit_dom_time_ranges_get_type'

as are all these.

Again, not so sure about that.


Can anyone tell me what is going on here and how I can correct it?
Can it be that this port does not build correctly on AMD hardware?

Again, thanks for the reply, but it doesn't get me all that much closer
to getting this port built.  Anyone else have any ideas or pointers?

Regards,

web...



Can you check if you got the video option selected? make config if you 
haven't, please select it and do a make clean  before trying to build it.


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


Re: poppler-qt-0.16.7

2011-11-07 Thread Koop Mast
On Mon, 2011-11-07 at 12:28 +0100, n dhert wrote:
 Some changes where done about poppler-*
 There is an entry in /usr/ports/UPDATING about poppler-gtk (which I
 don't
 have), but I do have  poppler-qt (nothing in /usr/ports/UPDATING) ...
 # pkgdb -F
 gives   
 Stale origin: 'graphics/poppler-qt': perhaps moved or obsoleted.
 Skip this for now? [yes] 
 To skip it without asking in future, please list it in HOLD_PKGS.
  
 Is there a similar instruction for poppler-qt
 and for  portupgrade  (not postmaster which I don't have) ?
 
 poppler-qt is used here:
 # pkg_info -R poppler-qt-0.16.7
 Information for poppler-qt-0.16.7:
 Required by:
 kdegraphics-3.5.10_9
 

Oops, I accidently wrote graphics/poppler-qt3 instead of poppler-qt, I
fix that thanks. The poppler support in kdegraphics3 has been disabled
so there isn't any problems.

-Koop

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


Re: Shotwell 0.7 on FreeBSD

2010-10-28 Thread Koop Mast
On Thu, 28 Oct 2010 10:00:50 -0400
Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:

 Anselm Strauss amsiba...@gmail.com writes:
 
  I was wondering if there are any plans when shotwell in version 0.7 will
  come on ports. Currently it is on 0.6.1, the new version would make it
  possible to import a f-spot library. But it also requires an update of
  vala from 0.8 to 0.9. Are there any blockers?

 You probably need to ask the maintainers.

Vala 0.10 will arrive with the GNOME 2.32 update. Which should be committed in 
1 a 2 weeks. We just finishing up some small problems. And running some 
regression tests.

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


Re: Can anyone Reproduce this Gstreamer-plugins compile error?

2010-07-13 Thread Koop Mast
On Tue, 2010-07-13 at 14:52 -0700, Chris Maness wrote:
 `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.29/sys/ximage'
   CC libgstximagesink_la-ximagesink.lo
 In file included from ximagesink.c:111:
 ximagesink.h:35:33: error: X11/extensions/XShm.h: No such file or
 directory
 In file included from ximagesink.c:111:
 ximagesink.h:150: error: expected specifier-qualifier-list before
 'XShmSegmentInfo'
 ximagesink.c: In function 'gst_ximage_buffer_finalize': 

Seems some files from x11/libXext went missing, try to reinstall that
and check gstreamer-plugins again.

-Koop

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


Re: llvm in head?

2010-06-14 Thread Koop Mast
On Sun, 2010-06-13 at 15:36 +0200, Patrick Lamaiziere wrote:
 Hello,
 
 How to use llvm/clang to build the world and the kernel in HEAD since
 the import? The wiki on clangBSD is not clear on this point (I think
 it has not been updated).

You can't yet atm. The Makefile chances to make that happen haven't been
committed yet.

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


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


Re: devel/gobject-introspection

2010-05-28 Thread Koop Mast
On Fri, 2010-05-28 at 09:09 +0200, n dhert wrote:
 When doing daily portupgrades I have a problem with
 devel/gobject-introspection :
 
 ...
 /giscanner/xmlwriter.py, line 71, in module
 from giscanner._giscanner import collect_attributes
   File
 /usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11
 /giscanner/libtoolimporter.py, line 53, in load_module
 ('.so', 'rb', 3))
 ImportError: Shared object libz.so.4 not found, required by
 libgio-2.0.so.0
 gmake[2]: *** [GLib-2.0.gir] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/devel/gobject-introspection/work/gobject
 -introspection-0.6.11/gir'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/devel/gobject-introspection/work/gobject
 -introspection-0.6.11'
 gmake: *** [all] Error 2
 *** Error code 1
 Stop in /usr/ports/devel/gobject-introspection.
 It looks for libz.so.4 but
 $ locate libz.so
 /lib/libz.so.5
 /usr/compat/linux/usr/lib/libz.so.1
 /usr/compat/linux/usr/lib/libz.so.1.2.2.2
 /usr/lib/libz.so
 This system was upgraded from 7.2 to 8.0.
 It still seems to look for a 7.2 version of libz instead of libz.so.5 which
 is what is used in 8.0
 I tried
 # cd /usr/ports/devel/gobject-introspection
 # make deinstall
 (reports no problems)
 # make reinstall
 but this gives the same errors

The problem here is that devel/glib20 still links agains the 7.2 libz
(which is gone) while this port wants to link agains 8.0 libz. 

As a rule of the thumb if you upgrade to another major freebsd release.
You will need to reinstall _all_ of your ports. You can do this by using
portmaster or portupgrade. Or make a list of all installed ports, then
use pkg_delete -a to remove them all. And reinstall them then. 

 # pkgdb -F
 ---  Checking the package registry database
 Stale dependency: consolekit-0.4.1_2 - gobject-introspection-0.6.10
 (devel/gobj
 ect-introspection):
 Install stale dependency? ([y]es/[n]o/[a]ll) [yes]
 
 How to fix this?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 


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


Re: faad2 build error

2010-03-30 Thread Koop Mast
On Tue, 2010-03-30 at 15:13 +0200, DA Forsyth wrote:
 Hiya all
 
 I keep getting this when building faad2
 
 .
 .
 .
 aclocal.m4:4655: _LT_AC_LANG_F77_CONFIG is expanded from...
 aclocal.m4:4654: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
 configure.in:14: warning: 
 AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-
 id, must contain _cv_ to be cached
 aclocal.m4:4761: _LT_AC_LANG_GCJ_CONFIG is expanded from...
 aclocal.m4:4760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
 checking for a BSD-compatible install... /usr/bin/install -c -o root -
 g wheel
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... ./install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... nawk
 checking whether gmake sets $(MAKE)... yes
 ./configure: 2553: Syntax error: word unexpected (expecting ))
 ===  Script configure failed unexpectedly.
 Please report the problem to multime...@freebsd.org [maintainer] and 
 attach
 the /usr/ports/audio/faad/work/faad2-2.7/config.log including the 
 output
 of the failure of your make command. Also, it might be a good idea to 
 provide
 an overview of all packages installed on your system (e.g. an `ls
 /var/db/pkg`).
 *** Error code 1
 
 Stop in /usr/ports/audio/faad.
 --
 
 I mailed the maintainer last week but have had no reply and no 
 action.

Yeah sorry about that. 

I read up your previous mail that it
found /usr/local/share/aclocal/libtool15.m4. This file was part of the
libtool15 package. Which was removed 7 months ago in flavor of
libtool22. It seems you got stale packages or files on your system.

Can you see if you got libtool-1.5.x install, and if so remove it. If
you don't have it remove the libtool15.m4 and we will see after that.

-Koop

 I have looked at the code in 'configure' and cannot see a problem 
 with line 2553, except maybe that it needs to be one line, and 
 possibly needs quotes.  However, I've tried those changes but cannot 
 seem to make them stick as the file gets rewritten somehwere in the 
 make process.
 
 Any ideas or workarounds?
 
 
 --
DA Fo rsythNetwork Supervisor
 Principal Technical Officer -- Institute for Water Research
 http://www.ru.ac.za/institutes/iwr/
 
 
 ___
 freebsd-multime...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
 To unsubscribe, send any mail to freebsd-multimedia-unsubscr...@freebsd.org
 


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


Re: Cannot compile kde4 or gnome2 due to gstreamer-plugin error

2008-10-12 Thread Koop Mast

[EMAIL PROTECTED] wrote:

Thomas I fetched the latest portsnap and it seems I can't compile 
gstream-plugins either I get the identical error there must be something wrong 
with this portyou are not alone. I'm on freebsd 7.0 release. I hope they 
get it fixed soon as I think its a dependancy for both kde and gnome.

Tom
Sent from my BlackBerry device on the Rogers Wireless Network

-Original Message-
From: Thomas Hamilton [EMAIL PROTECTED]

Date: Sun, 12 Oct 2008 02:53:10 
To: [EMAIL PROTECTED]

Cc: freebsd-questions@freebsd.org
Subject: Cannot compile kde4 or gnome2 due to gstreamer-plugin error


Hi Guys I'm running current(8.0) from last nights cvsup. I cannot
however compile kde4 or gnome2-lite due to an error in compiling
gstreamer-plugins. It looks like the error is originating from: cc: No
input files specified. I look forward to any help you guys might be
able to provide me with in resolving the errors so I can install a gui
:) Thanks in advance.
  

snip

This should be fixed now.
Thanks for reporting.

-Koop
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]