Prev: [ HEADS UP ] Ports unstable for the next 10 days
Next: cvs commit: ports/print/panda/files patch-configure
From: Lowell Gilbert on 28 Mar 2010 10:14 Ion-Mihai Tetcu <itetcu(a)FreeBSD.org> writes: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. > > Before reporting failures, please take a look at ports@ list, and > http://qat.tecnik93.com/index.php?action=failed_buildports&sort=last_built > to find out if the problem hasn't already been reported or even fixed. > We also have two incremental builds on Pointy to catch the problems. > > > Thank you, > > With hat: portmgr@ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Lowell Gilbert on 28 Mar 2010 10:15 Oops. Sorry about sending out an empty message. Let me try again. Ion-Mihai Tetcu <itetcu(a)FreeBSD.org> writes: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. Mr. portmgr: Do you *want* help testing and fixing? _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Warren Block on 28 Mar 2010 14:40 On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote: > Before reporting failures, please take a look at ports@ list, and > http://qat.tecnik93.com/index.php?action=failed_buildports&sort=last_built > to find out if the problem hasn't already been reported or even fixed. > We also have two incremental builds on Pointy to catch the problems. (If you want bugs reported in a specific place or with a specific Subject, please specify.) graphics/osg doesn't build: FreeBSD lightning 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Mar 25 10:44:26 MDT 2010 root(a)lightning:/usr/obj/usr/src/sys/LIGHTNING i386 .... [ 40%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/OcclusionQueryNode.o /usr/ports/graphics/osg/work/OpenSceneGraph-2.8.2/src/osgPlugins/png/ReaderWriterPNG.cpp: In member function 'osgDB::ReaderWriter::ReadResult ReaderWriterPNG::readPNGStream(std::istream&) const': /usr/ports/graphics/osg/work/OpenSceneGraph-2.8.2/src/osgPlugins/png/ReaderWriterPNG.cpp:176: error: 'png_check_sig' was not declared in this scope /usr/ports/graphics/osg/work/OpenSceneGraph-2.8.2/src/osgPlugins/png/ReaderWriterPNG.cpp:227: error: 'png_set_gray_1_2_4_to_8' was not declared in this scope *** Error code 1 1 error *** Error code 2 [ 40%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/PagedLOD.o .... [ 45%] Building CXX object src/osgPlugins/osg/CMakeFiles/osgdb_osg.dir/Viewport.o Linking CXX shared module ../../../lib/osgPlugins-2.8.2/osgdb_osg.so [ 45%] Built target osgdb_osg 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/graphics/osg. *** Error code 1 Stop in /usr/ports/graphics/osg. -Warren Block * Rapid City, South Dakota USA _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Lowell Gilbert on 28 Mar 2010 15:00 Ion-Mihai Tetcu <itetcu(a)FreeBSD.org> writes: > We do _NOT_ recommend updating ports until this commits are all done, > and the problems are fixed, except if you want to help testing / fixing. Could you put this in UPDATING, please? _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Warren Block on 28 Mar 2010 15:09
On Sun, 28 Mar 2010, Ion-Mihai Tetcu wrote: > Before reporting failures, please take a look at ports@ list, and > http://qat.tecnik93.com/index.php?action=failed_buildports&sort=last_built > to find out if the problem hasn't already been reported or even fixed. > We also have two incremental builds on Pointy to catch the problems. wxgtk26 needs the same patch as wxgtk28: --- Makefile.orig 2010-03-28 12:52:41.000000000 -0600 +++ Makefile 2010-03-28 12:54:17.000000000 -0600 @@ -91,6 +91,7 @@ post-patch: @${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \ s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \ + -e 's|png_check_sig|png_sig_cmp|g' \ ${WRKSRC}/configure .include <bsd.port.mk> ....although adding another -e option instead of just extending the existing one seems unnecessary. -Warren Block * Rapid City, South Dakota USA _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |