Hi!

2012-08-12 Thread Gordon Cox
Hi customer,
 
You don't have to reply, this is a test.
I have a new website someurl.com
You are welcome!
___
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


[CFT] TexLive port

2012-08-12 Thread Dominic Fandrey

On 31/07/2012 00:48, Dominic Fandrey wrote:

I have a well working TexLive 2012 port, intended to be a replacement
for teTex.

...

Because a lot of things depend on a working TeX install I'd like to
have some volunteers in a week.


Here we go:
http://www.home.hs-karlsruhe.de/~fado1011/texlive/

# mkdir ~/texlive
# cd ~/texlive
# fetch 
http://www.home.hs-karlsruhe.de/~fado1011/texlive/patch-ports-graphics-poppler.txt
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/shar-ports-print-texlive.txt
# cd /usr
# patch  ~/texlive/patch-ports-graphics-poppler.txt
# sh ~/texlive/shar-ports-print-texlive.txt
# portmaster graphics/poppler

If you don't have teTeX installed:
# portmaster print/texlive

If you have teTeX installed:
# portmaster -o print/texlive-texmf print/teTeX-texmf
# portmaster -o print/texlive-base print/teTeX-base
# portmaster -o print/texlive print/teTeX


The texlive-texmf distfile is huge and ftp.tug.org is slow. If somebody
knows any mirrors, please let me know!

Regards

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
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


RELENG_7/amd64 feedback for devel/zziplib required

2012-08-12 Thread Dominic Fandrey

The port is marked broken for RELENG_7/amd64 for segfaulting during
build. It doesn't segfault in my RELENG_9 hosted RELENG_7 Tinderbox
jail:
http://www.freebsd.org/cgi/query-pr.cgi?pr=170548

Can any of you native RELENG_7 users out there shed some light whether
the issue exists on your boxes?

My texlive-base port depends on devel/zziplib.

Regards

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
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: [CFT] TexLive port

2012-08-12 Thread Baptiste Daroussin
On Sun, Aug 12, 2012 at 10:12:33AM +0200, Dominic Fandrey wrote:
 On 31/07/2012 00:48, Dominic Fandrey wrote:
  I have a well working TexLive 2012 port, intended to be a replacement
  for teTex.
 
  ...
 
  Because a lot of things depend on a working TeX install I'd like to
  have some volunteers in a week.
 
 Here we go:
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/
 
 # mkdir ~/texlive
 # cd ~/texlive
 # fetch 
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/patch-ports-graphics-poppler.txt
  
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/shar-ports-print-texlive.txt
 # cd /usr
 # patch  ~/texlive/patch-ports-graphics-poppler.txt
 # sh ~/texlive/shar-ports-print-texlive.txt
 # portmaster graphics/poppler
 
 If you don't have teTeX installed:
 # portmaster print/texlive
 
 If you have teTeX installed:
 # portmaster -o print/texlive-texmf print/teTeX-texmf
 # portmaster -o print/texlive-base print/teTeX-base
 # portmaster -o print/texlive print/teTeX
 
 
 The texlive-texmf distfile is huge and ftp.tug.org is slow. If somebody
 knows any mirrors, please let me know!
 
 Regards
 
 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
 ___
 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

Hi,

First thanks for this work.

Are you aware of: http://code.google.com/p/freebsd-texlive/ ? romain@ has been
working and maintaining those ports for a while and has plan to merge them into
the ports tree once he is back from vacations (in about a month iirc) did you
contact him? maybe both of your work can be merged? I know hrs@ also has/had?
plan about texlive, merging the effort and plan could be good.

regards,
Bapt


pgpxterGhWgOY.pgp
Description: PGP signature


Re: pkgconf issue ?

2012-08-12 Thread Baptiste Daroussin
On Fri, Aug 10, 2012 at 12:47:53AM +0200, Olivier Smedts wrote:
 2012/8/9 Tijl Coosemans t...@coosemans.org:
  On 09-08-2012 15:14, Olivier Smedts wrote:
  All my ports are up-to-date and I've previously dealt with the
  pkg-config - pkgconf transition by reading UPDATING. No problems.
 
  But now I try to install a port which depends on ports I didn't have,
  which in turn depend on cairo... and they fail to build. And it's
  strange because there seems to be a problem with pkgconf, at least on
  my system :
 
  # pkg-config --cflags cairo
  Package glproto was not found in the pkg-config search path.
  Perhaps you should add the directory containing `glproto.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'glproto' found
 
  I opened a PR for this a month ago:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=169701
 
 OK this explains my problem, partly, but I'm nearly sure that even
 with gl.pc missing, pkg-config handled this situation and correctly
 gave the good cairo (for example, with my cairo depending on gl)
 cflags and includes, while with pkgconf it fails to give the good
 include path. That's why I cc'ed bapt.

Thanks I'll have a look when fully back. in a few days.

regards,
Bapt


pgpYZa03xHWfh.pgp
Description: PGP signature


Re: [CFT] TexLive port

2012-08-12 Thread Dominic Fandrey

Hello,

On 12/08/2012 10:50, Baptiste Daroussin wrote:

On Sun, Aug 12, 2012 at 10:12:33AM +0200, Dominic Fandrey wrote:

...
Here we go:


Are you aware of: http://code.google.com/p/freebsd-texlive/ ? romain@ has been
working and maintaining those ports for a while and has plan to merge them into
the ports tree once he is back from vacations (in about a month iirc) did you
contact him? maybe both of your work can be merged? I know hrs@ also has/had?
plan about texlive, merging the effort and plan could be good.


Yes, I became aware when I tried to find out why there is no TeX Live port.

I looked at it and dismissed it as more complicated than creating my own
port. Our approaches are quite orthogonal. Whereas he uses the CTAN
thingy to assemble all the parts that make up a TeX Live distribution,
I simply grab the release tarballs and slab them onto the system.

I expect both ports are pretty complete by now. I'd say I open the PR,
he can submit his port for review into the same or another PR and we let
the community discuss which is their preferred approach.

His is definitely more fine grained and customizable, mine is probably
easier to maintain.

I'd be content with either solution so long as a TeX Live port makes
it into the tree soon. It's always good to throw away stuff to make
space for something better. So don't hesitate to declare my port
inferior if that is your opinion.

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
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: pkgconf issue ?

2012-08-12 Thread Baptiste Daroussin
On Fri, Aug 10, 2012 at 12:47:53AM +0200, Olivier Smedts wrote:
 2012/8/9 Tijl Coosemans t...@coosemans.org:
  On 09-08-2012 15:14, Olivier Smedts wrote:
  All my ports are up-to-date and I've previously dealt with the
  pkg-config - pkgconf transition by reading UPDATING. No problems.
 
  But now I try to install a port which depends on ports I didn't have,
  which in turn depend on cairo... and they fail to build. And it's
  strange because there seems to be a problem with pkgconf, at least on
  my system :
 
  # pkg-config --cflags cairo
  Package glproto was not found in the pkg-config search path.
  Perhaps you should add the directory containing `glproto.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'glproto' found
 
  I opened a PR for this a month ago:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=169701
 
 OK this explains my problem, partly, but I'm nearly sure that even
 with gl.pc missing, pkg-config handled this situation and correctly
 gave the good cairo (for example, with my cairo depending on gl)
 cflags and includes, while with pkgconf it fails to give the good
 include path. That's why I cc'ed bapt.
 
 -- 
 Olivier Smedts _
 ASCII ribbon campaign ( )
 e-mail: oliv...@gid0.org- against HTML email  vCards  X
 www: http://www.gid0.org- against proprietary attachments / \
 
   Il y a seulement 10 sortes de gens dans le monde :
   ceux qui comprennent le binaire,
   et ceux qui ne le comprennent pas.

here is the output of pkg-config 0.27 without gl.pc:

pkg-config --cflags cairo

Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'cairo', not found

it returns 1

here is the output of pkgconf 0.8.5 without gl.pc

Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
-I/usr/local/include/glib-2.0 -D_REENTRANT -I/usr/local/include/pixman-1
-I/usr/local/include -I/usr/local/include/freetype2

it returns 0

there maybe a compatibility problem here, but both should fail at giving you the
right include :)

still I'll fix pkgconf when back

regards,
Bapt


pgp3QstceyaZo.pgp
Description: PGP signature


Re: libogg 1.3.0,4

2012-08-12 Thread ajtiM
On Saturday 11 August 2012 17:43:56 Doug Barton wrote:
 On 08/11/2012 14:17, ajtiM wrote:
  Hi!
  
  I updated libogg to version 1.3.0,4 with postmaster and on the end of
  look like succes I got also:
  Registering installation for libogg-1.3.0,4
  === No ORIGIN in /var/db/pkg/libogg-1.3.0,4/+CONTENTS
 
 The package data got corrupted somehow when you installed it.
 
  Than I try as instructions in /usr/ports/UPDATE says:
  portmaster -r libogg
  
  and I got:
  The argument to -r must match only one port.
 
 This is related to the first problem.
 
 I also saw your followup. First, make sure that you don't have any more
 weirdness with libogg by doing this: pkg_info libogg\*
 
 You should get pkg_info: can't find package 'libogg*' installed or in a
 file! If you get output that lists a port you somehow have the lib
 installed multiple times. If that's the case, do 'pkg_delete -f libogg\*'
 
 Once that's done, do this:
 
 portmaster audio/libogg
 portmaster --check-depends
 portmaster -R -r libogg-1.3.0,4
 
 hth,
 
 Doug

Thank you. 

Mitja

http://jpgmag.com/people/lumiwa
___
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


Dependency on sysutils/cdrtools vs sysutils/cdrtools-devel

2012-08-12 Thread Jerry
The sysutils/xcdroast port will not build with the
sysutils/cdrtools-devel port installed. It wants the sysutils/cdrtools
port. Unfortunately, that port does not contain the latest version of
CDDA2WAV. This causes the xcdroast program to complain and I am
forced to use the -n flag to get the program to run. The
sysutils/k3b-kde4 port might also have the same limitation. I have not
actually checked it out.

Is there any specific reason why the port(s) cannot build with the
sysutils/cdrtools-devel port?

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

O'Riordan's Theorem:

Brains x Beauty = Constant.

Purmal's Corollary:

As the limit of (Brains x Beauty) goes to infinity,
availability goes to zero.
 
___
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: Dependency on sysutils/cdrtools vs sysutils/cdrtools-devel

2012-08-12 Thread Chris Rees
On 12 August 2012 14:18, Jerry je...@seibercom.net wrote:
 The sysutils/xcdroast port will not build with the
 sysutils/cdrtools-devel port installed. It wants the sysutils/cdrtools
 port. Unfortunately, that port does not contain the latest version of
 CDDA2WAV. This causes the xcdroast program to complain and I am
 forced to use the -n flag to get the program to run. The
 sysutils/k3b-kde4 port might also have the same limitation. I have not
 actually checked it out.

 Is there any specific reason why the port(s) cannot build with the
 sysutils/cdrtools-devel port?

I think you're better off asking upstream; there's no problem as far
as ports is concerned; the dependency is on the executable cdrecord,
which is present in both packages.

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


Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Juergen Lock
Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
multimedia/ffmpeg-011 port to install the shlibs with suffix!
I now seem to have vlc 2.0.3 working using this updated version:

http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch

 Please give this a good test to make sure I didn't mess things up... :)
Juergen
___
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: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Rainer Hurling

On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:

Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
multimedia/ffmpeg-011 port to install the shlibs with suffix!
I now seem to have vlc 2.0.3 working using this updated version:

http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch


Does this mean we should change from multimedia/ffmpeg to 
multimedia/ffmpeg-011? Or is it ok to have them both installed?


Thanks for your work,
Rainer


  Please give this a good test to make sure I didn't mess things up... :)
Juergen


___
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: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Juergen Lock
On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote:
 On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:
  Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
  multimedia/ffmpeg-011 port to install the shlibs with suffix!
  I now seem to have vlc 2.0.3 working using this updated version:
 
  http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch
 
 Does this mean we should change from multimedia/ffmpeg to 
 multimedia/ffmpeg-011? Or is it ok to have them both installed?

Yes it's ok to have both installed.

 Cheers,
Juergen
___
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: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Rainer Hurling

On 12.08.2012 19:11 (UTC+2), Juergen Lock wrote:

On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote:

On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:

Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
multimedia/ffmpeg-011 port to install the shlibs with suffix!
I now seem to have vlc 2.0.3 working using this updated version:

http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch


Does this mean we should change from multimedia/ffmpeg to
multimedia/ffmpeg-011? Or is it ok to have them both installed?


Yes it's ok to have both installed.


Thanks, I will it give a try now :-)


  Cheers,
Juergen


___
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: portmaster 3.13.13 real endless loop Waiting on fetch checksum...

2012-08-12 Thread Michael Ranner

Am 12.08.12 01:19, schrieb Doug Barton:

On 08/11/2012 06:35, Michael Ranner wrote:

There seems some weird problem with -DBATCH on my system. With the
following modification (without -DBATCH) fetch will start to download
but it will still not exit from pm_make2. There is no output for XXX6

First, don't use BATCH routinely.

Second, move aside your /etc/make.conf, and any portmaster rc files that
you have, and try again. If that works, add in the options one by one
till you find the culprit.
I have removed /etc/make.conf and /usr/local/etc/portmaster.rc, cleaned 
up /var/db/ports but with no success.


What could be the relation or better the problem with the portmaster 
script and -DBATCH. I have seperated the pm_make function and the small 
subshell for fetching to another shell script and there it works.


I habe checked the Makefiles in /usr/share/mk, removed and extracted the 
ports tree several times, rebuild world, mergemaster - dont know where 
to go.


Michael


--
Mit freundlichen Grüßen

Ing. Michael Ranner

GSM:  +43 676 4155044
Mail: mich...@ranner.eu
WWW:  http://www.azedo.at/

___
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: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Rainer Hurling

On 12.08.2012 19:14 (UTC+2), Rainer Hurling wrote:

On 12.08.2012 19:11 (UTC+2), Juergen Lock wrote:

On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote:

On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:

Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
multimedia/ffmpeg-011 port to install the shlibs with suffix!
I now seem to have vlc 2.0.3 working using this updated version:

http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch


Does this mean we should change from multimedia/ffmpeg to
multimedia/ffmpeg-011? Or is it ok to have them both installed?


Yes it's ok to have both installed.


Thanks, I will it give a try now :-)


Again, there is the problem with the build breaking with

  GEN../modules/plugins.dat
gmake[2]: *** [../modules/plugins.dat] Segmentation fault: 11 
(Speicherauszug erstellt)

gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/bin'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3'
gmake: *** [all] Fehler 2
*** [do-build] Error code 1

This only happens when option PulseAudio is enabled. (My sound system is 
driven by PulseAudio.)


And, as described in another thread on August, 3rd, it only happens, 
when vlc version 1.x is already installed. So, deleting old vlc before 
build this new version works for me.


Unfortunately if option PulseAudio is enabled, and only then, vlc core 
dumps right after opening for example mp3 or mp4 files :(


This is on a recent 10.0-CURRENT amd64.


  Cheers,
Juergen


___
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: portmaster 3.13.13 real endless loop Waiting on fetch checksum...

2012-08-12 Thread Michael Ranner

Am 12.08.12 01:19, schrieb Doug Barton:

On 08/11/2012 06:35, Michael Ranner wrote:

There seems some weird problem with -DBATCH on my system. With the
following modification (without -DBATCH) fetch will start to download
but it will still not exit from pm_make2. There is no output for XXX6

First, don't use BATCH routinely.

Second, move aside your /etc/make.conf, and any portmaster rc files that
you have, and try again. If that works, add in the options one by one
till you find the culprit.

Finally, thanks for your work on debugging this.

I have this additional behaviour. Starting portmaster for more than on 
port, its aborting immediately.


If the first port argument has also an options dialog, portmaster is 
aborting, but the ports dialog and make config continues to run in 
background. This is a really weird phenomen. I am willing to give root 
access - I would be thankful for any help.


[root@gatekeeper /var/db/pkg]# portmaster unrar-3.93,5 zip-3.0

=== Working on:
unrar-3.93,5
zip-3.0

=== Gathering distinfo list for installed ports


=== unrar-3.93,5 1/2

=== Currently installed version: unrar-3.93,5
=== Port directory: /usr/ports/archivers/unrar

=== Launching 'make checksum' for archivers/unrar in background
=== Gathering dependency list for archivers/unrar from ports
Terminated
Terminated

=== Update for unrar-3.93,5 failed
=== Aborting update

Terminated
Terminated
___
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: pkgconf issue ?

2012-08-12 Thread Baptiste Daroussin
On Sun, Aug 12, 2012 at 11:31:48AM +0200, Baptiste Daroussin wrote:
 On Fri, Aug 10, 2012 at 12:47:53AM +0200, Olivier Smedts wrote:
  2012/8/9 Tijl Coosemans t...@coosemans.org:
   On 09-08-2012 15:14, Olivier Smedts wrote:
   All my ports are up-to-date and I've previously dealt with the
   pkg-config - pkgconf transition by reading UPDATING. No problems.
  
   But now I try to install a port which depends on ports I didn't have,
   which in turn depend on cairo... and they fail to build. And it's
   strange because there seems to be a problem with pkgconf, at least on
   my system :
  
   # pkg-config --cflags cairo
   Package glproto was not found in the pkg-config search path.
   Perhaps you should add the directory containing `glproto.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'glproto' found
  
   I opened a PR for this a month ago:
   http://www.freebsd.org/cgi/query-pr.cgi?pr=169701
  
  OK this explains my problem, partly, but I'm nearly sure that even
  with gl.pc missing, pkg-config handled this situation and correctly
  gave the good cairo (for example, with my cairo depending on gl)
  cflags and includes, while with pkgconf it fails to give the good
  include path. That's why I cc'ed bapt.
  
  -- 
  Olivier Smedts _
  ASCII ribbon campaign ( )
  e-mail: oliv...@gid0.org- against HTML email  vCards  X
  www: http://www.gid0.org- against proprietary attachments / \
  
Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas.
 
 here is the output of pkg-config 0.27 without gl.pc:
 
 pkg-config --cflags cairo
 
 Package gl was not found in the pkg-config search path.
 Perhaps you should add the directory containing `gl.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'gl', required by 'cairo', not found
 
 it returns 1
 
 here is the output of pkgconf 0.8.5 without gl.pc
 
 Package gl was not found in the pkg-config search path.
 Perhaps you should add the directory containing `gl.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'gl' found
 -I/usr/local/include/glib-2.0 -D_REENTRANT -I/usr/local/include/pixman-1
 -I/usr/local/include -I/usr/local/include/freetype2
 
 it returns 0
 
 there maybe a compatibility problem here, but both should fail at giving you 
 the
 right include :)
 
 still I'll fix pkgconf when back
 
 regards,
 Bapt

I fixed the issue upstream (behaviour is now the same as pkg-config), 
I'll upgrade the ports when back from vacations.

thanks for reporting,
regards,
Bapt


pgp1oDY0qOHpr.pgp
Description: PGP signature


HEADS up, apache20 and apr0 will be removed on 2012-08-18

2012-08-12 Thread Olli Hauer
HEADS up, apache20 and apr0 will be removed on 2012-08-18


--
olli
___
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: Segfault in rtld - dlopen RTLD_LAZY (was: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly)

2012-08-12 Thread Juergen Lock
On Sun, Aug 05, 2012 at 07:38:11PM +0200, Juergen Lock wrote:
 On Sun, Aug 05, 2012 at 07:13:53PM +0300, Konstantin Belousov wrote:
  On Sun, Aug 05, 2012 at 05:31:19PM +0200, Juergen Lock wrote:
   Hi kib, -current, seems we have a segfault in rtld when updating
   the multimedia/vlc port from the version currently in ports to the
   2.0.3 CFT version from here:
   
 http://people.freebsd.org/~nox/tmp/vlc-2.0.3-006.patch
   
   (If you test the LIVEMEDIA knob you also need this update:
   
 http://people.freebsd.org/~nox/tmp/livemedia-20120404-001.patch
   
   )
  Please do two things.
  
  1. Provide me the output of readelf -a for the module that was loaded.
  
  2. Recompile rtld with debug symbols and redo the build to get the useful
  backtrace from core:
  cd /usr/src/libexec/rtld-elf
  make clean
  make all install DEBUG_FLAGS=-g
  
 Ok, someone who got the crash will have to do this as I couln't
 reproduce it here (sorry forgot to say...)
 
I just learned that the missing piece in reproducing this is the
pulseaudio knob, now I finally have a bt:

[...]
Loaded symbols for /libexec/ld-elf.so.1
#0  symlook_obj (req=0x7fffbf40, obj=0x800640400) at 
/d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:3847
3847for (symnum = obj-buckets[req-hash % obj-nbuckets];
[New Thread 802406400 (LWP 100159/vlc-cache-gen)]
(gdb) bt
#0  symlook_obj (req=0x7fffbf40, obj=0x800640400) at 
/d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:3847
#1  0x000800608ae7 in symlook_list (req=0x7fffc120, objlist=Variable 
objlist is not available.
) at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:3611
#2  0x00080060911b in symlook_default (req=0x7fffc1c0, refobj=Variable 
refobj is not available.
) at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:3569
#3  0x00080060939d in find_symdef (symnum=15, refobj=0x8006fd000, 
defobj_out=0x7fffc260, flags=0, cache=0x80061d000, lockstate=0x7fffc300)
at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:1541
#4  0x000800603690 in reloc_non_plt (obj=0x8006fd000, obj_rtld=Variable 
obj_rtld is not available.
) at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/amd64/reloc.c:204
#5  0x000800606ae8 in relocate_object (obj=0x8006fd000, bind_now=0 '\0', 
rtldobj=0x800819d00, flags=0, lockstate=0x7fffc300)
at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:2433
#6  0x0008006084a8 in dlopen_object (name=0x80243ec80 
../modules/access/.libs/libpulsesrc_plugin.so, fd=Variable fd is not 
available.
)
at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:2392
#7  0x000800608f67 in rtld_dlopen (name=0x80243ec80 
../modules/access/.libs/libpulsesrc_plugin.so, fd=-1, mode=1)
at /d3t/d3t/home/nox/src10b/src/libexec/rtld-elf/rtld.c:2761
#8  0x000800ad377d in vlc_timer_create () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#9  0x000800ab9998 in module_gettext () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#10 0x000800aba0aa in module_list_get () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#11 0x000800ab9db1 in module_list_get () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#12 0x000800ab9db1 in module_list_get () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#13 0x000800aba17d in module_list_get () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#14 0x000800aba631 in module_list_get () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#15 0x000800a52573 in libvlc_InternalInit () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/src/.libs/libvlccore.so.6
#16 0x0008008227a7 in libvlc_new () from 
/usr/ports/multimedia/vlc-203a/work/vlc-2.0.3/lib/.libs/libvlc.so.8
#17 0x00400cd4 in main ()
(gdb) p obj-buckets
$1 = (const Elf_Hashelt *) 0x804de0160
(gdb) p req-hash % obj-nbuckets
$2 = 399
(gdb) p obj-buckets[req-hash % obj-nbuckets] 
Cannot access memory at address 0x804de079c
(gdb) p obj-nbuckets
$3 = 521
(gdb) l
2761return (dlopen_object(name, fd, obj_main, lo_flags,
2762  mode  (RTLD_MODEMASK | RTLD_GLOBAL), NULL));
2763}
2764
2765static void
2766dlopen_cleanup(Obj_Entry *obj)
2767{
2768
2769obj-dl_refcount--;
2770unref_dag(obj);
(gdb) l 3840
3835 * performed with the obj-valid_hash_sysv assignment.
3836 */
3837static int
3838symlook_obj1_sysv(SymLook *req, const Obj_Entry *obj)
3839{
3840unsigned long symnum;
3841Sym_Match_Result matchres;
3842
3843matchres.sym_out = NULL;
3844matchres.vsymp = NULL;
(gdb) l
3845matchres.vcount = 0;
3846
3847for (symnum = obj-buckets[req-hash % obj-nbuckets];
3848symnum != STN_UNDEF; symnum = obj-chains[symnum]) {
3849  

Re: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Juergen Lock
On Sun, Aug 12, 2012 at 09:21:15PM +0200, Rainer Hurling wrote:
 On 12.08.2012 19:14 (UTC+2), Rainer Hurling wrote:
  On 12.08.2012 19:11 (UTC+2), Juergen Lock wrote:
  On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote:
  On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:
  Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
  multimedia/ffmpeg-011 port to install the shlibs with suffix!
  I now seem to have vlc 2.0.3 working using this updated version:
 
  http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch
 
  Does this mean we should change from multimedia/ffmpeg to
  multimedia/ffmpeg-011? Or is it ok to have them both installed?
 
  Yes it's ok to have both installed.
 
  Thanks, I will it give a try now :-)
 
 Again, there is the problem with the build breaking with
 
GEN../modules/plugins.dat
 gmake[2]: *** [../modules/plugins.dat] Segmentation fault: 11 
 (Speicherauszug erstellt)
 gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/bin'
 gmake[1]: *** [all-recursive] Fehler 1
 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3'
 gmake: *** [all] Fehler 2
 *** [do-build] Error code 1
 
 This only happens when option PulseAudio is enabled. (My sound system is 
 driven by PulseAudio.)
 
Aah, thanx, I missed the bit about pulseaudio, now I can finally
reproduce this.  I'll follow up on the other thread with the bt
kib wanted.

 And, as described in another thread on August, 3rd, it only happens, 
 when vlc version 1.x is already installed. So, deleting old vlc before 
 build this new version works for me.
 
 Unfortunately if option PulseAudio is enabled, and only then, vlc core 
 dumps right after opening for example mp3 or mp4 files :(

 Hm if I did this right the bt for that is:

[...]
Loaded symbols for /libexec/ld-elf.so.1
#0  0x000816d33068 in vlc_pa_connect (obj=0x6f6e2f656d6f682f, 
mlp=0x6b636f4c206e65) at vlcpulse.c:137
137 pa_threaded_mainloop_lock (mainloop);
gdb) bt
#0  0x000816d33068 in vlc_pa_connect (obj=0x6f6e2f656d6f682f, 
mlp=0x6b636f4c206e65) at vlcpulse.c:137
#1  0x000816d34682 in Open (obj=Variable obj is not available.
) at pulse.c:840
#2  0x000800aba580 in vlc_module_load () from /usr/local/lib/libvlccore.so.6
#3  0x000800aaab2c in aout_VolumeHardSet () from 
/usr/local/lib/libvlccore.so.6
#4  0x000800aa83c3 in aout_TimeReport () from /usr/local/lib/libvlccore.so.6
#5  0x000800a75f70 in decoder_NewPicture () from 
/usr/local/lib/libvlccore.so.6
#6  0x0008134c77e8 in _::vlc_entry_license () from 
/usr/local/lib/vlc/plugins/codec/libfaad_plugin.so
#7  0x000800a76d83 in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#8  0x000800a7810d in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#9  0x000800a785db in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#10 0x00080169c58d in pthread_create () from /lib/libthr.so.3
#11 0x in ?? ()
Cannot access memory at address 0x7edf4000
(gdb) l vlcpulse.c:130
125 {
126 pa_proplist_setf (props, 
PA_PROP_APPLICATION_PROCESS_MACHINE_ID,
127   %.32s, session); /* XXX: is this valid? 
*/
128 pa_proplist_sets (props, 
PA_PROP_APPLICATION_PROCESS_SESSION_ID,
129   session);
130 }
131 }
132
133 /* Connect to PulseAudio daemon */
134 pa_context *ctx;
(gdb) l
135 pa_mainloop_api *api;
136
137 pa_threaded_mainloop_lock (mainloop);
138 api = pa_threaded_mainloop_get_api (mainloop);
139 ctx = pa_context_new_with_proplist (api, ua, props);
140 free (ua);
141 if (props != NULL)
142 pa_proplist_free (props);
143 if (unlikely(ctx == NULL))
144 goto fail;
(gdb) 

 I'll Cc the pulseaudio port maintainers (gnome@), maybe they have an idea?

 Thanx, :)
Juergen
___
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: Segfault in rtld - dlopen RTLD_LAZY (was: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly)

2012-08-12 Thread Alexander Kabaev
On Mon, 13 Aug 2012 01:13:35 +0200
Juergen Lock n...@jelal.kn-bremen.de wrote:

 On Sun, Aug 05, 2012 at 07:38:11PM +0200, Juergen Lock wrote:
  On Sun, Aug 05, 2012 at 07:13:53PM +0300, Konstantin Belousov wrote:
   On Sun, Aug 05, 2012 at 05:31:19PM +0200, Juergen Lock wrote:
Hi kib, -current, seems we have a segfault in rtld when updating
the multimedia/vlc port from the version currently in ports to
the 2.0.3 CFT version from here:

http://people.freebsd.org/~nox/tmp/vlc-2.0.3-006.patch

(If you test the LIVEMEDIA knob you also need this update:

http://people.freebsd.org/~nox/tmp/livemedia-20120404-001.patch

)
   Please do two things.
   
   1. Provide me the output of readelf -a for the module that was
   loaded.
   
   2. Recompile rtld with debug symbols and redo the build to get
   the useful backtrace from core:
 cd /usr/src/libexec/rtld-elf
 make clean
 make all install DEBUG_FLAGS=-g
   
  Ok, someone who got the crash will have to do this as I couln't
  reproduce it here (sorry forgot to say...)
  
 I just learned that the missing piece in reproducing this is the
 pulseaudio knob, now I finally have a bt:


obj-nbuckets in core seems to disagree with that readelf thinks it
should be (521 != 67). Could you please make the tarball of all the VLC
libraries involved? Send the link to me and kib@, please. At the very
least, can I lay my hands on libpulsesrc_plugin.so binary?

-- 
Alexander Kabaev


signature.asc
Description: PGP signature


Re: [CFT] TexLive port

2012-08-12 Thread Denny Lin
Hi,

On Sun, Aug 12, 2012 at 10:12:33AM +0200, Dominic Fandrey wrote:
 On 31/07/2012 00:48, Dominic Fandrey wrote:
 Here we go:
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/
 
 # mkdir ~/texlive
 # cd ~/texlive
 # fetch 
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/patch-ports-graphics-poppler.txt
  
 http://www.home.hs-karlsruhe.de/~fado1011/texlive/shar-ports-print-texlive.txt
 # cd /usr
 # patch  ~/texlive/patch-ports-graphics-poppler.txt
 # sh ~/texlive/shar-ports-print-texlive.txt
 # portmaster graphics/poppler

Adding this line to print/texlive-base/Makefile should remove the need
to patch graphics/poppler:
CFLAGS+= -I${LOCALBASE}/include 

 If you don't have teTeX installed:
 # portmaster print/texlive
 
 If you have teTeX installed:
 # portmaster -o print/texlive-texmf print/teTeX-texmf
 # portmaster -o print/texlive-base print/teTeX-base
 # portmaster -o print/texlive print/teTeX

This probably needs to be run before portmaster if teTeX is installed:
# pkg_delete -f 'dvipsk-tetex-*'
# pkg_delete -f 'xdvik-tetex-*'

print/texlive-base fails to build/install for some reason:
gmake[4]: Leaving directory 
`/usr/ports/print/texlive-base/work/texlive-20120701-source/texk/texlive'
gmake[3]: Leaving directory 
`/usr/ports/print/texlive-base/work/texlive-20120701-source/texk/texlive'
gmake[2]: Leaving directory 
`/usr/ports/print/texlive-base/work/texlive-20120701-source/texk/texlive'
gmake[1]: Leaving directory 
`/usr/ports/print/texlive-base/work/texlive-20120701-source/texk'
texlinks: config file `fmtutil.cnf' not found.

I tried searching for fmtutil.cnf:
# find work/texlive-20120701-source/ -name fmtutil.cnf
work/texlive-20120701-source/texk/tetex/fmtutil.cnf

This error occurs even when I patched poppler, so it should be unrelated
to the workaround mentioned above.

-- 
Denny Lin
___
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


line 91 of [github] pkgng libpkg/update.c (use: mkstemp inplace of mktemp)

2012-08-12 Thread Jason Hellenthal

Yeah yeah I know mkstemp instead of mkstemp ??? we already do strlcpy in
place. But why not DTRT... 

On the same subject of /tmp
As well should we not be attempting to get environ(7) TMPDIR and honor
it throughout all of pkgng ?

Added verbage: (off topic)
Also line 4  14 have an extra space after the asterisks(*)


Anyway... nice work on pkgng folks, keep up the AWESOME! work.

-- 

 - (2^(N-1)) JJH48-ARIN

diff --git a/libpkg/update.c b/libpkg/update.c
index 0ede23c..942b6b7 100644
--- a/libpkg/update.c
+++ b/libpkg/update.c
@@ -88,7 +88,7 @@ pkg_update(const char *name, const char *packagesite, bool force)
 	snprintf(url, MAXPATHLEN, %s/repo.txz, packagesite);
 
 	(void)strlcpy(tmp, /tmp/repo.txz.XX, sizeof(tmp));
-	if (mktemp(tmp) == NULL) {
+	if (mkstemp(tmp) == -1) {
 		pkg_emit_error(Could not create temporary file %s, 
 		aborting update.\n, tmp);
 		return (EPKG_FATAL);
___
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: Another vlc 2.0.3 update (new ffmpeg! :)

2012-08-12 Thread Rainer Hurling

Am 13.08.2012 01:12 (UTC+1) schrieb Juergen Lock:

On Sun, Aug 12, 2012 at 09:21:15PM +0200, Rainer Hurling wrote:

On 12.08.2012 19:14 (UTC+2), Rainer Hurling wrote:

On 12.08.2012 19:11 (UTC+2), Juergen Lock wrote:

On Sun, Aug 12, 2012 at 07:07:54PM +0200, Rainer Hurling wrote:

On 12.08.2012 16:31 (UTC+2), Juergen Lock wrote:

Thanks to Martin Matuska (ffmpeg port maintainer) for fixing the
multimedia/ffmpeg-011 port to install the shlibs with suffix!
I now seem to have vlc 2.0.3 working using this updated version:

 http://people.freebsd.org/~nox/tmp/vlc-2.0.3-008.patch


Does this mean we should change from multimedia/ffmpeg to
multimedia/ffmpeg-011? Or is it ok to have them both installed?


Yes it's ok to have both installed.


Thanks, I will it give a try now :-)


Again, there is the problem with the build breaking with

GEN../modules/plugins.dat
gmake[2]: *** [../modules/plugins.dat] Segmentation fault: 11
(Speicherauszug erstellt)
gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3/bin'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.3'
gmake: *** [all] Fehler 2
*** [do-build] Error code 1

This only happens when option PulseAudio is enabled. (My sound system is
driven by PulseAudio.)


Aah, thanx, I missed the bit about pulseaudio, now I can finally
reproduce this.  I'll follow up on the other thread with the bt
kib wanted.


And, as described in another thread on August, 3rd, it only happens,
when vlc version 1.x is already installed. So, deleting old vlc before
build this new version works for me.

Unfortunately if option PulseAudio is enabled, and only then, vlc core
dumps right after opening for example mp3 or mp4 files :(


  Hm if I did this right the bt for that is:

[...]
Loaded symbols for /libexec/ld-elf.so.1
#0  0x000816d33068 in vlc_pa_connect (obj=0x6f6e2f656d6f682f, 
mlp=0x6b636f4c206e65) at vlcpulse.c:137
137 pa_threaded_mainloop_lock (mainloop);
gdb) bt
#0  0x000816d33068 in vlc_pa_connect (obj=0x6f6e2f656d6f682f, 
mlp=0x6b636f4c206e65) at vlcpulse.c:137
#1  0x000816d34682 in Open (obj=Variable obj is not available.
) at pulse.c:840
#2  0x000800aba580 in vlc_module_load () from /usr/local/lib/libvlccore.so.6
#3  0x000800aaab2c in aout_VolumeHardSet () from 
/usr/local/lib/libvlccore.so.6
#4  0x000800aa83c3 in aout_TimeReport () from /usr/local/lib/libvlccore.so.6
#5  0x000800a75f70 in decoder_NewPicture () from 
/usr/local/lib/libvlccore.so.6
#6  0x0008134c77e8 in _::vlc_entry_license () from 
/usr/local/lib/vlc/plugins/codec/libfaad_plugin.so
#7  0x000800a76d83 in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#8  0x000800a7810d in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#9  0x000800a785db in input_DecoderCreate () from 
/usr/local/lib/libvlccore.so.6
#10 0x00080169c58d in pthread_create () from /lib/libthr.so.3
#11 0x in ?? ()
Cannot access memory at address 0x7edf4000
(gdb) l vlcpulse.c:130
125 {
126 pa_proplist_setf (props, 
PA_PROP_APPLICATION_PROCESS_MACHINE_ID,
127   %.32s, session); /* XXX: is this valid? 
*/
128 pa_proplist_sets (props, 
PA_PROP_APPLICATION_PROCESS_SESSION_ID,
129   session);
130 }
131 }
132
133 /* Connect to PulseAudio daemon */
134 pa_context *ctx;
(gdb) l
135 pa_mainloop_api *api;
136
137 pa_threaded_mainloop_lock (mainloop);
138 api = pa_threaded_mainloop_get_api (mainloop);
139 ctx = pa_context_new_with_proplist (api, ua, props);
140 free (ua);
141 if (props != NULL)
142 pa_proplist_free (props);
143 if (unlikely(ctx == NULL))
144 goto fail;
(gdb)


I can confirm this backtrace. It is exactly the same on my system.


  I'll Cc the pulseaudio port maintainers (gnome@), maybe they have an idea?


Did you forgot to Cc gnome@ (even on the other thread)?


I tried out a little bit the build without pulseaudio enabled. It seems 
to me, that the sound of vlc is somewhat noisy or dirty, especially for 
parts with more dynamics. This scratchy noise grows up when gain control 
comes over 100% (up to 200% is possible). Can anyone confirm this?



And last but not least: When I deinstall vlc I get the following message:
pkg_delete: '/usr/local/lib/vlc/plugins/plugins.dat' fails original MD5 
checksum - deleted anyway.



Thanks again for your work on this port.
Rainer


  Thanx, :)
Juergen

___
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