On 2014-05-14 08:08, Koichiro IWAO wrote:
I still fails to build today but thanks. I will look for my
envitonment again.
On Fri, May 09, 2014 at 11:58:12AM +0200, Alex Dupre wrote:
Koichiro IWAO ha scritto:
archivers/rpm fails to build around aclocal macro.
Same issue yesterday, today it bui
Hello,
I am new to FreeBSD and I am in a process of creating new port for one of
the application.
I have gone through the steps in handbook and I tried to create new port
but I am not successful.
I would request you to send one sample example to create new port with all
the steps explained w
Hi!
> >>> archivers/rpm fails to build around aclocal macro.
> >> Same issue yesterday, today it builds fine.
> Same problem here, anyone solved this?
Works on 10.0-p3 amd64. More details ? Is there a full build log to
look at ?
--
p...@opsec.eu+49 171 3101372
Raghu HB wrote:
> Hello,
>
>
>
> I am new to FreeBSD and I am in a process of creating new port for one of
> the application.
>
> I have gone through the steps in handbook and I tried to create new port
> but I am not successful.
>
>
>
> I would request you to send one sample example to create new
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
On Wed, 28 May 2014 10:27:11 +0400, pilot513 stated:
>Today i get error on update cups-base
>portmaster cups-base-1.7.2
>/wrkdirs/usr/ports/print/cups-client/work/cups-1.7.2/cups/http.c:5119:
>undefined reference to `SSL_free'
>cc: error: linker command failed with exit code 1
Raghu HB wrote:
> Thanks Michelle for quick response.
>
>
> First I would like to explain what is the application and how I am trying
> to create port.
>
> We have some command line utilities to run on FreeBSD (Storage controller
> software).
> The installer should contain few binaries and scripts
Thanks Michelle,
I copied the files in /usr/ports/sysutils/mrmonitor and ran the below
commands I encountered the same issue.
root@:/usr/ports/sysutils/mrmonitor # make distinfo
make: don't know how to make distinfo. Stop
root@:/usr/ports/sysutils/mrmonitor # make makesum
===> Found saved config
Raghu HB wrote:
> Thanks Michelle,
>
> I copied the files in /usr/ports/sysutils/mrmonitor and ran the below
> commands I encountered the same issue.
>
Ok for starters - you only copy the Makefile that you are making for the
port into there.
> root@:/usr/ports/sysutils/mrmonitor # make distinfo
Fix make patch
With hat: portmgr
-
Build ID: 20140527160201-39778
Job owner: anto...@freebsd.org
Buildtime: 19 hours
Enddate: Wed, 28 May 2014 11:29:03 GMT
Revision: 35
Do not overwrite USES
-
Build ID: 20140527161200-47350
Job owner: b...@freebsd.org
Buildtime: 19 hours
Enddate: Wed, 28 May 2014 11:36:51 GMT
Revision: 355539
Repository:
All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on
AMD64 and i386) are failing with:
>> Generating INDEX...make_index: could not find dependency
/usr/ports/devel/autoconf
The build server auto-updates the ports and the base OS (if there are
available updates) on every bu
Big Lebowski wrote:
> Dear Joerg,
>
> The only problem is that if such port is unmaintained (its maintainer email
> address is po...@freebsd.org) there's no one who could do such thing,
> because commiters are busy working on the entire ports tree, and apparently
> no one from maintainers was int
Michelle Sullivan wrote:
> All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on
> AMD64 and i386) are failing with:
>
> >> Generating INDEX...make_index: could not find dependency
> /usr/ports/devel/autoconf
>
> The build server auto-updates the ports and the base OS (if the
This port builds fine, or seems to. However, when I try to install I
get this:
===> Installing for libidn-1.28_1
===> libidn-1.28_1 depends on shared library: libintl.so - found
(/usr/local/lib/libintl.so.9)
===> Checking if dns/libidn already installed
===> Registering installation fo
Hi!
> This port builds fine, or seems to. However, when I try to install I
> get this:
Tested on 10.0p3-amd64, works fine here.
--
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org m
The following was in a deep and increasingly branched thread on the SVN
list. I've forwarded the relevant part here. The discussion was on using
MACHINE_ARCH codes for package architectures in pkg instead of the
existing ones (which are equivalent) to make script-writing easier and
improve cons
On Wed, May 28, 2014 at 09:54:03AM -0700, Nathan Whitehorn wrote:
> The following was in a deep and increasingly branched thread on the SVN
> list. I've forwarded the relevant part here. The discussion was on using
> MACHINE_ARCH codes for package architectures in pkg instead of the
> existing o
I have several servers, some 9.1, 9.2, 10.0
all nagging about the deprecated package system.
So I've bitten the bullet and am converting to the new pkg system.
The notes for conversion indicate you must add "WITH_PKGNG=yes" to
make.conf. Also done.
On a new/fresh install, V10, should a person imm
On 28/05/2014 19:13, Jim Pazarena wrote:
> On a new/fresh install, V10, should a person immediately place
> "WITH_PKGNG=yes" in the make.conf ? And then is it not required
> to run pkg2ng ? Or is it implied? It seems not, but I cannot find
> documentation in this respect.
It's not necessary on 10.
Hello,
On 5/28/14, 2:13 PM, Jim Pazarena wrote:
I have several servers, some 9.1, 9.2, 10.0
all nagging about the deprecated package system.
So I've bitten the bullet and am converting to the new pkg system.
The notes for conversion indicate you must add "WITH_PKGNG=yes" to
make.conf. Also done.
On Wed, May 28, 2014 at 2:37 AM, Kurt Jaeger wrote:
> Hi!
>
> > >>> archivers/rpm fails to build around aclocal macro.
>
> > >> Same issue yesterday, today it builds fine.
>
> > Same problem here, anyone solved this?
>
> Works on 10.0-p3 amd64. More details ? Is there a full build log to
> look a
On Wed, May 28, 2014 at 8:33 AM, Kurt Jaeger wrote:
> Hi!
>
> > This port builds fine, or seems to. However, when I try to
> install I
> > get this:
>
> Tested on 10.0p3-amd64, works fine here.
>
> --
> p...@opsec.eu+49 171 3101372 6 years to
> go !
>
L
Kevin Oberman writes:
> > This port builds fine, or seems to. However, when I try to
> > install I get this:
>
> Looks like it might be an issue with your build environment. Looks
> like you have customized your build directories (/data/port-work). I
> suspect something might be wrong t
Michelle Sullivan wrote:
> Michelle Sullivan wrote:
>
>> All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on
>> AMD64 and i386) are failing with:
>>
>> >> Generating INDEX...make_index: could not find dependency
>> /usr/ports/devel/autoconf
>>
>> The build server auto-up
Hello,
I just updated my ports for 10.0-RELEASE and redid the linux base to
include the newer https://github.com/xmj/linux-ports. I seem to have
installed net/citrix_ica just fine, but it will not run. I have had this
port running with prior additions without any problems. I see that the
port file
Hey there,
since I didn’t raise the PR, it’s not marked as maintainer-update, but the
linked patch (not the included one) is ready to be committed.
Cheers,
Stefan
--
Stefan BethkeFon +49 151 14070811
signature.asc
Description: Message signed with OpenPGP using GPGMail
Hi,
I'm trying to compile OpenCog [1] using g++47, but get an error about
missing std::stoi.
I have attached a micro-example [2] that generates the same error, if I
try to compile it with:
% g++47 -std=c++11 s.cc
s.cc: In function 'int main()':
s.cc:8:13: error: 'stoi' is not a member of 'std'
Robert Huff writes:
> Kevin Oberman writes:
>
>> > This port builds fine, or seems to. However, when I try to
>> > install I get this:
>>
>> Looks like it might be an issue with your build environment. Looks
>> like you have customized your build directories (/data/port-work). I
>> susp
On Wed, May 28, 2014 at 08:55:01PM -0400 I heard the voice of
Lowell Gilbert, and lo! it spake thus:
>
> I tried rebuilding libidn on the host system (outside the
> tinderbox), but it didn't break (with and without WRKDIRPREFIX, with
> portmaster or "make install"). I guess I need to fix my tinder
Lowell Gilbert writes:
>>It's not a sym-link, it's an evnironment variable:
>>
>> WRKDIRPREFIX=/data/port-work
>>
>>This was done because certain large ports (e.g. libreoffice)
>> were eating up all the free space on /usr. So I pointed the work
>> directory to /data, which has 2
[resent with corrected attribution]
Lowell Gilbert writes:
It's not a sym-link, it's an evnironment variable:
WRKDIRPREFIX=/data/port-work
This was done because certain large ports (e.g. libreoffice)
were eating up all the free space on /usr. So I pointed the work
di
Lowell Gilbert writes:
> Robert Huff writes:
>
>> Kevin Oberman writes:
>>
>>> > This port builds fine, or seems to. However, when I try to
>>> > install I get this:
>>>
>>> Looks like it might be an issue with your build environment. Looks
>>> like you have customized your build direct
Lowell Gilbert writes:
> Looking at the configure output for libidn, I'll guess that you don't
> have emacs installed when you try to install libidn, so the configure
> script decides not to install the elisp (.el) files, and staging
> chokes because it depends more heavily on the plist than
On Wed, 28 May 2014, 16:36 +1000, John Marshall wrote:
> I'm having no joy trying to install mailman on a new system. Builds
> fine but won't install. Any tips appreciated.
> ===> Registering installation for mailman-2.1.18.1_1
> pkg-static:
> lstat(/kits/ports/mail/mailman/work/stage/usr
On Tue, May 27, 2014 at 5:25 AM, Muhammad Moinur Rahman
<5u623...@gmail.com> wrote:
> cat /usr/ports/net/libexosip2-legacy | grep MAINTAINER
> cat /usr/ports/net/libexosip2 | grep MAINTAINER
>
> I need to check whether it should be added to UPDATING.
>
> Hi Sunpoet,
> Expecting your feedback.
>
> B
Robert Huff writes:
> Lowell Gilbert writes:
>
>> Looking at the configure output for libidn, I'll guess that you don't
>> have emacs installed when you try to install libidn, so the configure
>> script decides not to install the elisp (.el) files, and staging
>> chokes because it depends mo
John Marshall writes:
> After helpful off-list mail from mandree@ which pointed at this being a
> local problem, I eventually found the following line in
> /usr/local/etc/ports.conf.
>
> mail/mailman: CONFIGURE_ARGS=--with-var-prefix=/data/mailman
>
> One of those tweaks one implements to accom
38 matches
Mail list logo