problems building gqrx

2014-09-02 Thread Dan Aldrich
Trying to build GQRX, the binary distribution didn't work for me. The build 
fails at oxygen:

:info:build kpathsea: Running mktextfm ecrm1000
:info:build mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; 
nonstopmode; input ecrm1000
:info:build This is METAFONT, Version 2.7182818 (TeX Live 2014/MacPorts 2014_1) 
(preloaded base=mf)
:info:build 
:info:build kpathsea: Running mktexmf ecrm1000
:info:build 
:info:build ! I can't find file `ecrm1000'.
:info:build * ...ljfour; mag:=1; nonstopmode; input ecrm1000
:info:build   
:info:build Please type another input file name
:info:build ! Emergency stop.
:info:build * ...ljfour; mag:=1; nonstopmode; input ecrm1000
:info:build   
:info:build Transcript written on mfput.log.
:info:build grep: ecrm1000.log: No such file or directory
:info:build mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; 
nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
:info:build kpathsea: Appending font creation commands to missfont.log.
:info:build 
:info:build ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) 
file not fou
:info:build nd.
:info:build to be read again 
:info:buildrelax 
:info:build l.100 \fontencoding\encodingdefault\selectfont
:info:build   
:info:build ? 
:info:build ! Emergency stop.
:info:build to be read again 
:info:buildrelax 
:info:build l.100 \fontencoding\encodingdefault\selectfont
:info:build   
:info:build !  == Fatal error occurred, no output PDF file produced!
:info:build Transcript written on doxygen_manual.log.
:info:build gnumake[1]: *** [doxygen_manual.pdf] Error 1
:info:build gnumake[1]: Leaving directory 
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.7/latex'
:info:build gnumake: *** [pdf] Error 2
:info:build gnumake: Leaving directory 
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.7'
:info:build Command failed:  cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.7
  /usr/bin/gnumake -w all pdf 
:info:build Exit code: 2
:error:build org.macports.build for port doxygen returned: command execution 
failed
:debug:build Error code: CHILDSTATUS 25345 2
:debug:build Backtrace: command execution failed
   while executing
system -nice 0 $fullcmdstring
   (eval body line 1)
   invoked from within
eval system $notty $nice \$fullcmdstring
   invoked from within
command_exec build
   (procedure portbuild::build_main line 8)
   invoked from within
portbuild::build_main org.macports.build
   (eval body line 1)
   invoked from within
eval $procedure $targetname
:info:build Warning: targets not executed for doxygen: org.macports.install 
org.macports.build org.macports.destroot
:notice:build Please see the log file for port doxygen for details:
   
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/main.log

-d


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Error installing avr-libc

2014-02-03 Thread Dan Aldrich
Get this error trying to install avr-libc, is this conflicting with another 
macport app installed?

Thanks,
-d

sudo port install avr-libc
Password:
---  Computing dependencies for avr-libc
---  Cleaning avr-libc
---  Scanning binaries for linking errors: 100.0%
---  Found 16 broken file(s), matching files to ports
---  Found 3 broken port(s), determining rebuild order
---  Rebuilding in order
 gpredict @1.3 
 webkit-gtk3 @2.0.4 +video
 wxWidgets-devel @2.9.4 +sdl
---  Computing dependencies for gpredict
---  Cleaning gpredict
---  Computing dependencies for webkit-gtk3
---  Configuring webkit-gtk3
Error: webkit-gtk3 is not supported for this installation of MacPorts.  It 
requires libc++ be selected as your C++ runtime.  Please use webkit-gtk3-2.0 
instead
Error: org.macports.configure for port webkit-gtk3 returned: unsupported 
configuration
Please see the log file for port webkit-gtk3 for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk3/main.log
Error: Unable to upgrade port: 1
Error rebuilding webkit-gtk3
while executing
error Error rebuilding $portname
(procedure revupgrade_scanandrebuild line 382)
invoked from within
revupgrade_scanandrebuild broken_port_counts $opts
(procedure macports::revupgrade line 5)
invoked from within
macports::revupgrade $opts
(procedure action_revupgrade line 2)
invoked from within
action_revupgrade $action $portlist $opts
(procedure action_target line 96)
invoked from within
$action_proc $action $portlist [array get global_options]
(procedure process_cmd line 93)
invoked from within
process_cmd $remaining_args
invoked from within
if { [llength $remaining_args]  0 } {

# If there are remaining arguments, process those as a command
set exit_status [process_cmd $remaining...
(file /opt/local/bin/port line 4857)


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Compiler selection

2013-08-14 Thread Dan Aldrich
Attempting to build gnuradio. I get the warning:

WARNING: GNU Radio's VOLK component (which handles vector optimized 
instructions and routines) compiles best when using GCC.  The selected compiler 
is CLANG, which will result in a fully functioning GNU Radio install but the 
VOLK component will not utilize the CPU's capabilities.

Is there a way to tell macports what compiler to use? Tried to use gcc_select, 
didn't work. GCC on this machine is apple's 4.2.1. Tried to do an update, but 
that errored off as well.

Thanks,
-d
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Media server recommendation

2013-06-29 Thread Dan Aldrich
From what you're describing, I'd look for products that can work 
with imdb to pull down the movie info and build a local db of your 
collection. XBMC does something like that with movie scraper add-ons. 
Given time and a better processor XBMC could have worked for me.


I have the original Popcorn Hour, A-100. It's limited to IDE drives, 
so never got to put all my media on it. Instead, I share it from the 
mac using SMB.  It is a very neat little box. One person has a video 
jukebox that works with it: http://www.treasure-cove.net/moviejukebox.htm


-d

At 12:21 AM 6/29/2013, you wrote:

External Video Players (mplayer, xine, VLC) will not work with videos hosted
on an [MythTV Storage Groups.]

I'm looking for something that can simply host a video library with some
cross-platform/cross-client metadata tags, so people could browse 
samurai movies

or black  white movies or music videos directed by Australians without
being tied to Myth or XBMC or iTunes clients.  Is there anything that will
provide this out of the box, or am I looking at customizing a generic CMS?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Media server recommendation

2013-06-28 Thread Dan Aldrich
Been trying to set up a uPnP/DLNA server on my old iMac-G5. 
Previously been sharing the media files with SMB. Ushare didn't work 
out, kept getting bus errors, so assumed that it was too big for the 
machine. Building MediatTomb right now and trying that.


Any recommendations for something like this? miniupmp, mediatomb, 
something I haven't thought of yet?


Thanks,
-d

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Suggestion

2013-05-27 Thread Dan Aldrich
How about adding the number of downloads/updates to the port files 
list on the web page? Lets you see how active a particular port is 
when searching for a particular app.


-d

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Suggestion

2013-05-27 Thread Dan Aldrich
I was thinking more of an interface like what sourceforge offers. 
Recommendations and number of d/l's a week. The comments make it 
sound like more trouble than it's worth.


-d

At 03:28 PM 5/27/2013, you wrote:

Are we wanting to track this information in order to gauge 
popularity of ports? If so, would other data capture that 
information better? Should users be able to star or favorite 
ports as a way of indicating popularity? Should MacPorts phone 
home whenever a port is installed or uninstalled, thus tracking 
what ports people are actually using? This has been proposed before 
and was thought by some users to be too invasive. It could be made 
opt-in, but that would make it basically useless IMHO.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Custom builds using macports

2012-09-13 Thread Dan Aldrich
I'm using nzbget and would like to try the nightly builds of the new 
version. I tried to build it, but seemed like an endless dependency 
list. I gave up after a while. Is there a way to use the existing 
nzbget port to build a nightly build?


Thanks,
-d


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users