Re: poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread David Demelier
Can you please give your logs? I personally have no error of building
glib based applications.

Regards,

2013/4/9 Beeblebrox zap...@berentweb.com:
 Poudriere bulk is giving a number of odd build errors.

 * audio/libsamplerate continually needs to be built by hand (directly on the
 host). Is there a way around this?
 * Several ports exit with: Ignored: cannot install: Unknown component
 _glib20 (I suppose this is a ports-merge error?)





 -
 10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
 --
 View this message in context: 
 http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508.html
 Sent from the freebsd-ports mailing list archive at Nabble.com.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



-- 
Demelier David
___
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: poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread Kimmo Paasiala
On Tue, Apr 9, 2013 at 10:38 AM, Beeblebrox zap...@berentweb.com wrote:
 * One glib20 problem was in devel/qt4-corelib/Makefile
 was USE_GNOME=  _glib20 (instead should be glib20)

 * Another one was in graphics/liblqr-1/Makefile
 was USE_GNOME=  _glib20 pkgconfig  (instead should be glib20 pkgconfig)

 * graphics/colord fails with below, then built manually.
 checking for XML... yes
 checking for SQLITE... no
 configure: error: Package requirements (sqlite3) were not met:
 Package sqlite3 was not found in the pkg-config search path.
 Perhaps you should add the directory containing `sqlite3.pc'

 * x11-toolkits/wxgtk28-common is a bit strange, added to repo after manual
 build but fail message is:
 checking for GTK+ version...
 checking for pkg-config... /usr/local/bin/pkg-config
 checking for GTK+ - version = 2.0.0... Package pangox was not found in the
 pkg-config search path.
 Perhaps you should add the directory containing `pangox.pc' to the
 PKG_CONFIG_PATH environment variable Package 'pangox', required by 'world',
 not found
 
 *** The test program failed to compile or link. See the file config.log for
 the
 *** exact error that occured. This usually means GTK+ is incorrectly
 installed.
 configure: error:
 The development files for GTK+ were not found. For GTK+ 2, please ensure
 that pkg-config is in the path and that gtk+-2.0.pc is installed.

 * When poudriere is re-started, it immediately deletes stuff that it somehow
 does not like:
  Deleting colord-0.1.20_1.txz: missing dependencies
  Deleting libsoup-2.42.0.txz: missing dependencies
  Deleting wxgtk2-common-2.8.12_1.txz: missing dependencies
 Running the above 3 with poudriere -vv provides no additional info
 I'll post more debug results later.




 -
 10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
 --
 View this message in context: 
 http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802539.html
 Sent from the freebsd-ports mailing list archive at Nabble.com.

How do you know it's supposed to be glib20 and not _glib20? To me it
looks like you're just messing around with lots of stuff that you
don't quite yet understand. Evenmore you haven't shown anything that
would point to a problem in poudriere itself.
___
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


poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread Beeblebrox
 How do you know it's supposed to be glib20 and not _glib20?
I don't, but what I DO know is that after the 2 corrections (star1 and 2
from post #2), the error messages in the form of 'Unknown component _glib20'
cleared out and the dependent ports got built by poudriere. So that was
Makefile related. If not, suggest how it is to be fixed so that the error no
longer occurs.

 Evenmore you haven't shown anything that would point to a problem in
 poudriere itself. 
a. First item in post #1? I asked if there is a way to get libsamplerate in
poudriere
b. My thread is not limited to problems with 2 ports, since there are a good
number of problems which I am posting as fast as much as I can gather the
details.
c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12
get built on host but not in poudriere. As shown, the errors are trivial
(like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the
repo)  and furthermore, packages built manually and placed in the common
repo are summarily deleted by poudriere at repo-check stage.

What more does one need before referring to all of this as sillieness? I
do not know where the source problem lies exactly, so I am reporting my
findings.



-
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802546.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread John Marino

On 4/9/2013 10:33, Beeblebrox wrote:

How do you know it's supposed to be glib20 and not _glib20?

I don't, but what I DO know is that after the 2 corrections (star1 and 2
from post #2), the error messages in the form of 'Unknown component _glib20'
cleared out and the dependent ports got built by poudriere. So that was
Makefile related. If not, suggest how it is to be fixed so that the error no
longer occurs.


Evenmore you haven't shown anything that would point to a problem in
poudriere itself.

a. First item in post #1? I asked if there is a way to get libsamplerate in
poudriere
b. My thread is not limited to problems with 2 ports, since there are a good
number of problems which I am posting as fast as much as I can gather the
details.
c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12
get built on host but not in poudriere. As shown, the errors are trivial
(like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the
repo)  and furthermore, packages built manually and placed in the common
repo are summarily deleted by poudriere at repo-check stage.

What more does one need before referring to all of this as sillieness? I
do not know where the source problem lies exactly, so I am reporting my
findings.


I am regularly building every port in bulk in poudriere, and I don't see 
these errors.  I suspect if you start with a clean slate and the latest 
ports tree in poudriere, you won't see them either.

___
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: poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread Koop Mast

On 9-4-2013 10:33, Beeblebrox wrote:

How do you know it's supposed to be glib20 and not _glib20?

I don't, but what I DO know is that after the 2 corrections (star1 and 2
from post #2), the error messages in the form of 'Unknown component _glib20'
cleared out and the dependent ports got built by poudriere. So that was
Makefile related. If not, suggest how it is to be fixed so that the error no
longer occurs.


Thats correct, _glib20 is removed in the gnome devel repo, because it no 
longer needed. The reason why ports use it was to avoid a dependancy on 
gamin and gio-fam-backend.


I admit that MC is currently unstable, but you should have mentioned if 
your using a non vanilla ports tree. Otherwise people will just assume 
your only having ports without extra patches.


-Koop


Evenmore you haven't shown anything that would point to a problem in
poudriere itself.

a. First item in post #1? I asked if there is a way to get libsamplerate in
poudriere
b. My thread is not limited to problems with 2 ports, since there are a good
number of problems which I am posting as fast as much as I can gather the
details.
c. As posted in #2: colord-0.1.20_1, libsoup-2.42.0, wxgtk2-common-2.8.12
get built on host but not in poudriere. As shown, the errors are trivial
(like 'cannot find sqlite3' when the sqlite3.txz is in fact located in the
repo)  and furthermore, packages built manually and placed in the common
repo are summarily deleted by poudriere at repo-check stage.

What more does one need before referring to all of this as sillieness? I
do not know where the source problem lies exactly, so I am reporting my
findings.



-
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802546.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


___
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


poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread Beeblebrox
Hi Koop,
I forget to post some of the necessary details in my complaint list
sometimes, so I had just recently included all necessary info in my
signature:
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
Should I add trees are merged with portshaker?

John: Thank you for the input. Ports tree is updated daily, poudriere jail
is very fresh, world gets re-built every 2 weeks.
My /usr/local/etc/poudriere.d/make.conf:
CPUTYPE?= k8   #native

#FORCE_MAKE_JOBS=yes
#MAKE_JOBS_NUMBER=9
WITH_CPUFLAGS=yes
BUILD_OPTIMIZED=yes
BATCH=yes
GCC_DEFAULT_VERSION= 4.6+

#_PORT_WITH_WITHOUT
FETCH_ARGS= -ApRrF
WITHOUT_NOUVEAU=yes
NO_PROFILE=yes
WITH_PKGNG=yes
WITHOUT_NLS=yes
WITHOUT_ARTS=yes
WITHOUT_IPV6=yes
WITH_GTK2=yes
GNUSTEP_WITH_GCC46=yes

#_PREFERRED_PORTS
PERL_VERSION= 5.16.2
QT4_OPTIONS= CUPS QGTKSTYL
MYSQL_VERSION= 55
MYSQL_DEFAULT_VERSION= 55
BDB_VERSION= 48
WANT_BDB_VER= 48
LIBIODBC_PORT= databases/unixODBC
SAMBA_VERSION= 4
SAMBA_DEFAULT_VERSION= 4

WITH_MOZILLA=   firefox
WITH_GECKO= xulrunner

JAVA_OS=native
JAVA_VENDOR=openjdk
OVERRIDE_LINUX_BASE_PORT= f10
OVERRIDE_LINUX_NOBASE_PORTS= f10
DIRAC_PORT= multimedia/schroedinger
APACHE_PORT=www/nginx
LIBUNGIF_PORT=  graphics/giflib
QT33_PORT=  x11-toolkits/qt4-gui
XML-COMMONS_PORT=   textproc/xerces-j
#GLIB12_PORT=   devel/glib20
TEXINFO_PORT=   textproc/texi2html




-
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802556.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread Beeblebrox
The immediately problematic ports are listed in the poudriere build result as

Failed ports: x11/xkeyboard-config:configure devel/libsoup:configure
graphics/colord:build devel/p5-Goo-Canvas:configure devel/qt4-script:build
graphics/libfpx:build x11-toolkits/qt33:build
x11-toolkits/wxgtk28-common:configure print/ghostview:build
multimedia/avidemux2:configure

I might have neglected to test one-or-two of the ports, but the listed ports
build on the host system without problem. However, the most odd behavior
comes from these 3:
colord-0.1.20_1  /   libsoup-2.42.0  /  wxgtk2-common-2.8.12 
Is there a way to figure out why these do not get built, or why they get
deleted from the repo after being built manually?

Thanks  Regards.




-
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802561.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: poudriere sillieness re audio/libsamplerate glib20

2013-04-09 Thread David Demelier
I think you should read again some man pages and documentation, for
instance you should use WITH_MYSQL_VER= 55 to select this version
instead of MYSQL_VERSION so I'm just guessing if you're not breaking
your poudriere with all of these mispelled options.

2013/4/9 Beeblebrox zap...@berentweb.com:
 Hi Koop,
 I forget to post some of the necessary details in my complaint list
 sometimes, so I had just recently included all necessary info in my
 signature:
 10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
 Should I add trees are merged with portshaker?

 John: Thank you for the input. Ports tree is updated daily, poudriere jail
 is very fresh, world gets re-built every 2 weeks.
 My /usr/local/etc/poudriere.d/make.conf:
 CPUTYPE?= k8   #native

 #FORCE_MAKE_JOBS=yes
 #MAKE_JOBS_NUMBER=9
 WITH_CPUFLAGS=yes
 BUILD_OPTIMIZED=yes
 BATCH=yes
 GCC_DEFAULT_VERSION= 4.6+

 #_PORT_WITH_WITHOUT
 FETCH_ARGS= -ApRrF
 WITHOUT_NOUVEAU=yes
 NO_PROFILE=yes
 WITH_PKGNG=yes
 WITHOUT_NLS=yes
 WITHOUT_ARTS=yes
 WITHOUT_IPV6=yes
 WITH_GTK2=yes
 GNUSTEP_WITH_GCC46=yes

 #_PREFERRED_PORTS
 PERL_VERSION= 5.16.2
 QT4_OPTIONS= CUPS QGTKSTYL
 MYSQL_VERSION= 55
 MYSQL_DEFAULT_VERSION= 55
 BDB_VERSION= 48
 WANT_BDB_VER= 48
 LIBIODBC_PORT= databases/unixODBC
 SAMBA_VERSION= 4
 SAMBA_DEFAULT_VERSION= 4

 WITH_MOZILLA=   firefox
 WITH_GECKO= xulrunner

 JAVA_OS=native
 JAVA_VENDOR=openjdk
 OVERRIDE_LINUX_BASE_PORT= f10
 OVERRIDE_LINUX_NOBASE_PORTS= f10
 DIRAC_PORT= multimedia/schroedinger
 APACHE_PORT=www/nginx
 LIBUNGIF_PORT=  graphics/giflib
 QT33_PORT=  x11-toolkits/qt4-gui
 XML-COMMONS_PORT=   textproc/xerces-j
 #GLIB12_PORT=   devel/glib20
 TEXINFO_PORT=   textproc/texi2html




 -
 10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
 --
 View this message in context: 
 http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508p5802556.html
 Sent from the freebsd-ports mailing list archive at Nabble.com.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



-- 
Demelier David
___
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


poudriere sillieness re audio/libsamplerate glib20

2013-04-08 Thread Beeblebrox
Poudriere bulk is giving a number of odd build errors.

* audio/libsamplerate continually needs to be built by hand (directly on the
host). Is there a way around this?
* Several ports exit with: Ignored: cannot install: Unknown component
_glib20 (I suppose this is a ports-merge error?)





-
10-Current-amd64-portstree merged with marcuscom.gnome3  xorg.devel
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/poudriere-sillieness-re-audio-libsamplerate-glib20-tp5802508.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org