Migration conflicting ports

2015-12-23 Thread Adam Dershowitz
Before I upgraded to OS 10.11 I had the gmsh and octave ports installed.  Both 
depended on fltk.  I am now reinstalling my ports per the migration 
instructions.  The problem is that octave now depends on fltk-devel while gmsh 
depends on fltk and these conflict with each other.  
The strange part is that the octave port is the same rev that I had installed 
before the migration (@3.8.2_14).  I don’t know when there might have been a 
change, or what it was.  
Is there any way to have both gmsh and octave installed?  I am not sure if I 
should even file a ticket as it seems that there is not a bug in either port, 
just a conflict between them.


--Adam



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


Re: macport bouncers

2015-12-23 Thread Daniel J. Luke
what email address are you sending to? Lat looks like you're sending to one of 
the command processing addresses (ie listname-join / listname-leave)

> On Dec 23, 2015, at 7:47 PM, James Linder  wrote:
> 
> My plain text no funnies mail is being bounced.
> 
> The results of your email command are provided below. Attached is your
> original message.
> 
> 
> - Unprocessed:
> 
> What is happening?
> James
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Daniel J. Luke  
 
++ 
| * dl...@geeklair.net * |  

| *-- http://www.geeklair.net -* |  

++ 
|   Opinions expressed are mine and do not necessarily   |  

|  reflect the opinions of my employer.  |  

++





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


macport bouncers

2015-12-23 Thread James Linder
My plain text no funnies mail is being bounced.

The results of your email command are provided below. Attached is your
original message.


- Unprocessed:

What is happening?
James
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Spider Webs

2015-12-23 Thread James Linder
Long ago (a week or 2) in a land far away (right here)

X failed to start about 1 in 2 making my ports that use X11 fail to start.
So I upgraded to el Capitan and formatted my disk (case sensitive)
Many ports did work but gnuplot and QT5 failed to build.

So I downgraded and installed yosemite. Everything builds, X always starts, all 
good except the dear folk who support the ports asked that my tickets include 
the fail log.

I did have my time machine running (beware if you change from case sensitive to 
insensitive time machine balks)

Being a sucker for punishment, getting the logs, heeding the ticket advice, I 
reinstalled el Capitan using time machine.
Everything works and is familiar, but future port builds will not.

If I move /opt/local away, reinstall el Capitan version of macports, build all 
my ports does the auld /opt/local contain *everything* or are there spider webs 
related that will make this step a real bad move? DBUS comes to mind.
I’m thinking about future ports and about moving this /opt/local back if I 
can’t get QT5 to build. 
I can build gnuplot with -aquaterm option.

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


Re: problems downloading clang-34 on PPC MAC

2015-12-23 Thread John T. Chung
hi Ryan, yeah cleaning the directory fixed the problem, the second time it
build and installed correctly.

However, I don't see a "clang" executable. I only see this in /opt/local/bin

Macintosh-2:build jchung$ ls -l /opt/local/bin/clang*
-rwxr-xr-x  1 root  wheel  62 Dec 24 11:55 /opt/local/bin/clang++-mp-3.4
-rwxr-xr-x  1 root  wheel  79 Dec 24 11:55
/opt/local/bin/clang-apply-replacements-mp-3.4
-rwxr-xr-x  1 root  wheel  67 Dec 24 11:55
/opt/local/bin/clang-format-mp-3.4
-rwxr-xr-x  1 root  wheel  70 Dec 24 11:55
/opt/local/bin/clang-modernize-mp-3.4
-rwxr-xr-x  1 root  wheel  60 Dec 24 11:55 /opt/local/bin/clang-mp-3.4

I assumed the compiler would be clang-mp-3.4 but when I attempted to
compile a "HELLO WORLD" C program, I got this:

Macintosh-2:build jchung$ clang-mp-3.4 test.c
test.c:2:1: warning: type specifier missing, defaults to 'int'
[-Wimplicit-int]
main() {
^~~~
1 warning generated.
gcc: error: unrecognized command line option '-arch'
clang: error: assembler (via gcc) command failed with exit code 1 (use -v
to see invocation)

why is it still calling "gcc"
here's the contents of test.c

Macintosh-2:build jchung$ cat test.c
#include 
main() {
 printf("Hello World\n");
}
Macintosh-2:build jchung$


On Wed, Dec 23, 2015 at 2:42 PM, Ryan Schmidt 
wrote:

>
> > On Dec 23, 2015, at 12:38 AM, John T. Chung  wrote:
> >
> > Hi Ryan, thanks for the reply.
> > I can rebuild it, if needed, but since it took about 48 hours. I'd
> prefer to avoid it if possible,
> >
> > If this was built on my local system, do you know where the staging
> directory possibly might be?
> > I was just going to see if I can construct that archive manually.
>
> Have you solved whatever problem caused the I/O error? That's the first
> thing to do. If your disk is having a hardware failure, it needs to be
> replaced. If the disk is corrupted, it needs to be repaired. If the disk is
> full, more space needs to be made available.
>
> If you haven't yet run "sudo port clean clang-3.4", the staging directory
> is the directory called "destroot" inside the directory identified by
> running the command "port work clang-3.4".
>
> You should not attempt to create the archive manually. Rather, get
> MacPorts to recreate it.
>
> For example, run "sudo port uninstall clang-3.4", then run "sudo port
> install clang-3.4". This should use the existing destroot directory to make
> and install a new archive.
>
>


-- 




*John ChungTechnology ArchitectNyquest Consultinghttp://www.nyquest.com
Mobile 419.464.9637 Office: 419.973.9072*
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users