Opened 18 years ago

Closed 18 years ago

#7408 closed defect (worksforme)

BUG: conglomerate does not build on OS X 10.4.5

Reported by: britt@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: britt@…
Port:

Description

Here's the error information when the build fails: if test "figures"; then \

/bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/gnome/help/conglomerate/C/figures; \ for file in ./figures/*.png; do \

basefile=echo $file | sed -e 's,^.*/,,'; \ /usr/bin/install -c -m 644 $file /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/gnome/help/conglomerate/C/figures/$basefile; \

done \

fi mkdir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/gnome/help/conglomerate/C/figures make install-data-hook /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/omf/conglomerate mkdir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/omf mkdir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/omf/conglomerate for file in conglomerate-C.omf; do \

/usr/bin/install -c -m 644 $file.out /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_conglomerate/work/destroot/opt/local/share/omf/conglomerate/$file; \

done install: conglomerate-C.omf.out: No such file or directory make[4]: * [install-data-hook-omf] Error 71 make[3]: * [install-data-am] Error 2 make[2]: * [install-am] Error 2 make[1]: * [install-recursive] Error 1 make: * [install-recursive] Error 1

Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History (4)

comment:1 Changed 18 years ago by britt@…

Cc: britt@… added

I'm using XCode tools corresponding to gcc build 5026

comment:2 Changed 18 years ago by mww@…

Owner: changed from darwinports-bugs@… to gnome-darwinports@…
Summary: The conglomerate package does not build on OS X 10.4.5BUG: conglomerate does not build on OS X 10.4.5

comment:3 Changed 18 years ago by rhwood@…

Status: newassigned

If you are using XCode Tools 2.0, please upgrade to version 2.2 and try building conglomerate again.

Also make sure that scrollkeeper is installed.

comment:4 Changed 18 years ago by rhwood@…

Resolution: worksforme
Status: assignedclosed

This bug is persistently unreproducable using XCode Tools 2.2 or 2.2.1 on Mac OS X 10.4.5.

If this bug occurs while using XCode Tools 2.0 or 2.1, please upgrade to the latest version of XCode Tools.

Note: See TracTickets for help on using tickets.