Re: impossible to compile firefox when WRKDIRPREFIX is used

2016-04-09 Thread Erich Dollansky
Hi,

On Sat, 09 Apr 2016 21:14:06 +0200
Jan Beich  wrote:

> Erich Dollansky  writes:
> 
> > Hi,
> >
> > I use WRKDIRPREFIX as a standard outside of jails. I could not
> > compile there firefox since some time. I started to investigate
> > today with a ports tree from last Sunday/Monday and still have had
> > this problem.
> >
> > After removing WRKDIRPREFIX, it all worked as expected.  
> 
> Does it look like the following issue?
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206980

no, ah, I forgot to a the output.

...

checking for pixman-1 >= 0.19.2... yes
checking MOZ_PIXMAN_CFLAGS... -I/usr/local/include/pixman-1  
checking MOZ_PIXMAN_LIBS... -L/usr/local/lib -lpixman-1  
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for posix_fadvise... (cached) yes
checking for posix_fallocate... (cached) yes
checking for icu-i18n >= 50.1... yes
checking MOZ_ICU_CFLAGS... -I/usr/local/include  
checking MOZ_ICU_LIBS... -licui18n -L/usr/local/lib -licuuc -licudata  
creating ./config.status


Reticulating splines...
Traceback (most recent call last):
  File "./config.status", line 1075, in 
config_status(**args)
  File
"/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/python/mozbuild/mozbuild/config_status.py",
line 175, in config_status definitions = list(definitions) File
"/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/python/mozbuild/mozbuild/frontend/emitter.py",
line 165, in emit for out in output: File
"/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/python/mozbuild/mozbuild/frontend/reader.py",
line 1062, in read_mozbuild raise bre
mozbuild.frontend.reader.BuildReaderError:
== ERROR PROCESSING MOZBUILD FILE
==

The error occurred while processing the following file:


/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/moz.build

The underlying problem is an illegal file access. This is likely due to
trying to access a file outside of the top source directory.

The path whose access was denied is:


/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/js/src/moz.build

Modify the script to not access this file and try again.

*** Fix above errors and then restart with\
   "gmake -f client.mk build"
/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/client.mk:359:
recipe for target 'configure' failed gmake[4]: *** [configure] Error 1
gmake[4]: Leaving directory
'/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1' 
/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/client.mk:373:
recipe for target
'/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/obj-x86_64-portbld-freebsd10.3/config.status'
failed gmake[3]: ***
[/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/obj-x86_64-portbld-freebsd10.3/config.status]
Error 2 gmake[3]: Leaving directory
'/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1' 
/usr/home/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1/client.mk:171:
recipe for target 'build' failed gmake[2]: *** [build] Error 2
gmake[2]: Leaving directory
'/usr/home/Depot/PORTS/work/usr/ports/www/firefox/work/firefox-45.0.1'
===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes
and rebuild before reporting the failure to the maintainer. *** Error
code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox

I just ran this after removing WRKDIRPREFIX from the environment.
Before I have been able to built firefox without WRKDIRPREFIX in the
same shell. The same error happens in a fresh shell. If it matters, I
believe that 37 was the last version I could built with WRKDIRPREFIX.

I have compiled more than 100 ports these days on the machine. All
others did not have a problem with WRKDIRPREFIX.

Erich
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: impossible to compile firefox when WRKDIRPREFIX is used

2016-04-09 Thread Jan Beich
Erich Dollansky  writes:

> Hi,
>
> I use WRKDIRPREFIX as a standard outside of jails. I could not compile
> there firefox since some time. I started to investigate today with a
> ports tree from last Sunday/Monday and still have had this problem.
>
> After removing WRKDIRPREFIX, it all worked as expected.

Does it look like the following issue?

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206980


signature.asc
Description: PGP signature


FreeBSD Port: php70-pdo-pgsql depends on postgresql93-client

2016-04-09 Thread André von Arx

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


Re: Creating port for sentora

2016-04-09 Thread Jim Ohlstein

Hello,

On 4/9/16 5:21 AM, Carmel wrote:

I have been investigating Sentora , I was wondering
if anyone is working on creating a port for this application?

The install script is 1200+ lines, written in bash that first looks for 
the two supported Linux distros and installs their packages from the 
respective repositories. It chokes on any other OS and even chokes on 
unsupported Linux distros.


Without looking at the scripts that actually perform the hosting 
functions, I would wager they look for config files in places where 
FreeBSD packages do not install them. That's only the beginning of what 
I'd imagine to be a horror show of ugly hacks that would be necessary.


If you manage to get it working after a complete rewrite of the install 
script (from scratch) and the support files, pretty much each update is 
going to require another such rewrite, or at least extensive patching.


Bottom line: you have four choices: wait for someone to spend dozens 
(maybe hundreds) of hours porting it to FreeBSD and committing to 
maintaining it, do it yourself, use a supported software distribution, 
or find another hosting control panel that supports FreeBSD out of the box.


You can always lobby the developers to support FreeBSD, which they 
_might_ do if they were properly incentivized.


--
Jim Ohlstein


"Never argue with a fool, onlookers may not be able to tell the 
difference." - Mark Twain

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


Re: Creating port for sentora

2016-04-09 Thread Kurt Jaeger
Hi!

> I've looked on https://wiki.freebsd.org/WantedPorts and did not find
> anything, either.

At that page, similar apps are listed:

http://www.ispconfig.org/

http://isp-control.net/

Have you had a look at those, too ? Any difference ?

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Creating port for sentora

2016-04-09 Thread Kurt Jaeger
Hi!

> I have been investigating Sentora , I was wondering
> if anyone is working on creating a port for this application?

I've looked in https://bugs.freebsd.org, searching for sentora and
did not find anything.

I've looked on https://wiki.freebsd.org/WantedPorts and did not find
anything, either.

It looks interesting.

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Creating port for sentora

2016-04-09 Thread Carmel
I have been investigating Sentora , I was wondering
if anyone is working on creating a port for this application?

-- 
Carmel
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"