Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18204 closed defect (fixed)

r45822 broke +system_x11 build of Xaw3d

Reported by: jasper@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: system_x11 Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: Xaw3d

Description

r45822 broke the +system_x11 variant of Xaw3d:

--->  Building Xaw3d
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xaw3d/work/xc/lib/Xaw3d" && nice -n 5 make -j2 all INCDIR=/opt/local/include SHLIBDIR=/opt/local/lib USRLIBDIR=/opt/local/lib " returned error 2
Command output: rm -f libXaw3d.8.0.dylib~
+ cd .
+ /usr/bin/cc -o ./libXaw3d.8.0.dylib~ -dynamiclib -install_name /opt/local/lib/libXaw3d.8.dylib -current_version 8.0 -compatibility_version 8.0 AllWidgets.o AsciiSink.o AsciiSrc.o AsciiText.o Box.o Command.o Dialog.o Form.o Grip.o Label.o Layout.o List.o MenuButton.o Paned.o Panner.o Porthole.o Repeater.o Scrollbar.o Simple.o SimpleMenu.o Sme.o SmeBSB.o SmeLine.o SmeThreeD.o StripChart.o Text.o TextSink.o TextSrc.o TextAction.o TextPop.o TextTr.o ThreeD.o Tip.o Toggle.o Tree.o Vendor.o Viewport.o Xaw3dP.o XawInit.o laygram.o laylex.o MultiSrc.o MultiSink.o XawIm.o XawI18n.o -L/opt/local/lib -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
ld: library not found for -lXmu
collect2: ld returned 1 exit status
+ rm -f libXaw3d.8.dylib
+ ln -s libXaw3d.8.0.dylib libXaw3d.8.dylib
+ true
rm -f libXaw3d.8.0.dylib
mv -f libXaw3d.8.0.dylib~ libXaw3d.8.0.dylib
mv: rename libXaw3d.8.0.dylib~ to libXaw3d.8.0.dylib: No such file or directory
make: *** [libXaw3d.8.0.dylib] Error 1

Error: The following dependencies failed to build: Xaw3d
Error: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Keywords: xaw3d removed
Port: xaw3d added
Priority: HighNormal

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Cc: jeremyhu@… added
Port: Xaw3d added; xaw3d removed

comment:3 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Owner: changed from macports-tickets@… to jeremyhu@…
Status: newassigned

Does this work for you?

Index: Portfile
===================================================================
--- Portfile	(revision 46041)
+++ Portfile	(working copy)
@@ -58,6 +58,8 @@
 
 if {[file exists ${prefix}/lib/pkgconfig/x11.pc]} {
     build.target-append  INCROOT=${prefix}/include
+} else {
+    build.target-append  SHLIBGLOBALSFLAGS=-L${x11prefix}/lib
 }
 
 # The Imakefile default is to install everything into /usr/X11R6/lib,

comment:4 Changed 15 years ago by jasper@…

Works great, thanks!

comment:5 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: assignedclosed

Fixed in r46264

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.