Re: [poudriere] creation/update of jails failing

2013-08-23 Thread Andrei Brezan

Hi Michael,

On 08/23/13 22:28, Michael Grimm wrote:

Hi --

Disclaimer: I have to admit that I am still very unexperienced with poudriere 
even though using it for a couple of month now.

I do have two jails compiling packages for release and stable created some time 
ago by:

| poudriere jail -c stable  -c -v stable/9   -m svn -J 6
| poudriere jail -c release -c -v releng/9.2 -m svn -J 6

What does the second -c stand for? I presume it's a typo.
releng/9.2 can be fetched with -m ftp (which is default) instead of 
building it with buildworld unless you need the custom build which might 
be the cause of the update failing then.


poudriere jail -c -j release -v 9.2-RC2


Starting yesterday I have to deal with failing updates:

| poudriere jail -c stable  -u -J 6
| poudriere jail -c release -u -J 6

Can you try without -J 6? Just a shot in the dark.


Error message from creation of both jails:

| gzip -cn texinfo.info > texinfo.info.gz
| [...]
| ===> lib/clang/include (all)
| 1 error
| *** [everything] Error code 2
| 1 error
| *** [buildworld] Error code 2
| 1 error
| >> Error: Fail to build world
| >> Error while creating jail, cleaning up.
| >> Removing stable jail... done

Those errors are reproducible even after removing every zfs filesystem 
dedicated to poudriere jails and starting from scratch (poudriere jail -c ...).

Any hint/recommendation is highly appreciated, thanks,
Michael



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


devel/gettext build error in jail i386 environment on amd64 host

2013-08-23 Thread Ivan Klymenko
Hello.

I have:
FreeBSD 10.0-CURRENT #0 r254719
and
and jail for i386 environment

when building the port devel/gettext I get the following error:
http://privatepaste.com/46f9477022
who can tell me what could be the cause of the error and how to fix it?

still about a month ago, I successfully compiled the port in jail i386 
environment

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"


[poudriere] creation/update of jails failing

2013-08-23 Thread Michael Grimm
Hi --

Disclaimer: I have to admit that I am still very unexperienced with poudriere 
even though using it for a couple of month now.

I do have two jails compiling packages for release and stable created some time 
ago by:

| poudriere jail -c stable  -c -v stable/9   -m svn -J 6
| poudriere jail -c release -c -v releng/9.2 -m svn -J 6 

Starting yesterday I have to deal with failing updates:

| poudriere jail -c stable  -u -J 6
| poudriere jail -c release -u -J 6

Error message from creation of both jails:

| gzip -cn texinfo.info > texinfo.info.gz
| [...]
| ===> lib/clang/include (all)
| 1 error
| *** [everything] Error code 2
| 1 error
| *** [buildworld] Error code 2
| 1 error
| >> Error: Fail to build world
| >> Error while creating jail, cleaning up.
| >> Removing stable jail... done

Those errors are reproducible even after removing every zfs filesystem 
dedicated to poudriere jails and starting from scratch (poudriere jail -c ...).

Any hint/recommendation is highly appreciated, thanks,
Michael

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


Email Security.

2013-08-23 Thread IT ADMIN
You have exceeded the storage limit on your mailbox.You will not be
able to send or receive new mail until you upgrade your email.
 Click here and fill the form to upgrade your account.
 System Administrator
___
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 you maintain which are out of date

2013-08-23 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
audio/pd| 0.44-3  | 0.45-0
+-+
cad/irsim   | 9.7.79  | 9.7.81
+-+
math/matharray  | 1.2 | 1.3
+-+
www/p5-HTTP-Server-Simple-PSGI  | 0.14| 0.16
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

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"


Thank you for www/redmine port and Ruby gems in ports

2013-08-23 Thread Craig Rodrigues
Hi,

I am a developer on the FreeNAS project,
and recently I updated the bug tracker on that project from
Trac to Redmine.  I installed Redmine 2.3.2 directly from ports.

It was amazingly easy to install Redmine from ports,
and combine it with Nginx, Passenger, and Postgres,
to get a very highly performant bug tracker based on Ruby on Rails.

I would like to thank the freebsd-ruby team and freebsd-ports teams
for making this so easy to do from ports.  There are companies
like Bitnami which offer their own Redmine distributions based on Linux,
because installing all the dependent Ruby gems at the right versions
can be very tricky.  However, with FreeBSD ports, this is unnecesary
because everything *just works*.

I wrote a HOWTO for what I did here:

http://forums.freebsd.org/showthread.php?t=41256


I'd also like to thank Steve Wills, who answered some of my questions
on IRC about Redmine.

You can see the Redmine bug tracker that I set up for the FreeNAS project,
all running under FreeBSD, by going to this link:

http://web.freenas.org/support/

and clicking on "Open a Ticket"   (clicking this won't open the ticket, but
will take
you to the bug tracker page).

Thank you!!
--
Craig
___
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"


[QAT] r325256: 4x leftovers

2013-08-23 Thread Ports-QAT
- Update to 1.120
-

  Build ID:  20130823084001-13284
  Job owner: jada...@freebsd.org
  Buildtime: 70 minutes
  Enddate:   Fri, 23 Aug 2013 09:50:21 GMT

  Revision:  r325256
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=325256

-

Port:converters/p5-Convert-BinHex 1.120

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~jada...@freebsd.org/20130823084001-13284-172468/p5-Convert-BinHex-1.120.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~jada...@freebsd.org/20130823084001-13284-172469/p5-Convert-BinHex-1.120.log

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~jada...@freebsd.org/20130823084001-13284-172470/p5-Convert-BinHex-1.120.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~jada...@freebsd.org/20130823084001-13284-172471/p5-Convert-BinHex-1.120.log


--
Buildarchive URL: 
redports 
___
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"


print/cups-image, iconv linking issues

2013-08-23 Thread Daniel Nebdal
I'm not sure how this ties in with any other iconv issues.

Yesterday, I did
poudriere jails -u -j 10-amd64 -J 5
poudriere ports -u
poudriere bulk -j 10-amd64 -J 5 -c print/cups-image

Which should give me a clean and new CURRENT, update ports, and delete
all previously built packages before trying to build print/cups-image
.

Relevant parts of the error log:

===>   Installing existing package /packages/All/cups-client-1.5.4_1.txz
Installing cups-client-1.5.4_1...Installing libiconv-1.14_1... done
 done
===>   Returning to build of cups-image-1.5.4_1
(...)

checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for library containing iconv_open... none required
(...)

cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler
-L/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib
-Wl,-R/usr/local/lib   -Wall -Wno-format-y2k -Wunused -fPIC -Os -g
-fstack-protector -Wno-tautological-compare -o bannertops bannertops.o
pstext.o common.o -lcupsimage \
-lcups  -lssl -lcrypto  -lz -pthread -lcrypt -lm -lssp_nonshared
../cups/libcups.so: undefined reference to `libiconv'
../cups/libcups.so: undefined reference to `libiconv_close'
../cups/libcups.so: undefined reference to `libiconv_open'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Complete error log for cups-image at
http://hastebin.com/raw/nuvosimeva , and I have the other build logs
at hand if those are interesting.

Any ideas?

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