To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62175
                  Issue #:|62175
                  Summary:|tar: /dev/rmt/0: No such file or directory on Solaris
                          |in instsetoo_native/packimages
                Component:|porting
                  Version:|680
                 Platform:|All
                      URL:|
               OS/Version:|Solaris
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|rt
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu Feb 16 11:13:18 -0800 
2006 -------
Solaris/SPARC build problem:

packimages: packing  ../unxsols4.pro/bin/images_industrial.zip finished.
gunzip -c
/home/pjanik/BuildDir/ooo_OOB680_m1_src/external_images/ooo_crystal_images-1.tar.gz
| ( tar -x -C ../unxsols4.pro/misc -f - ) && touch 
../unxsols4.pro/misc/crystal.flag
tar: /dev/rmt/0: No such file or directory
dmake:  Error code 1, while making '../unxsols4.pro/misc/crystal.flag'

Reordering command line parameter helped:

--- packimages/makefile.mk~     Thu Feb 16 20:00:27 2006
+++ packimages/makefile.mk      Thu Feb 16 20:00:27 2006
@@ -73,7 +73,7 @@
 
 # unpack the Crystal icon set
 $(MISC)$/crystal.flag : $(RES)$/img$/commandimagelist.ilst
-    +gunzip -c $(CRYSTAL_TARBALL) | ( tar -x -C $(MISC) -f - ) && $(TOUCH) $@
+    +gunzip -c $(CRYSTAL_TARBALL) | ( tar -xf - -C $(MISC) ) && $(TOUCH) $@
 
 # dependencies
 images_hicontrast : $(MISC)$/hicontrast.flag


I have verified that the changed order of arguments is accepted by GNU tar on
GNU/Linux.

Hmm, this is on OOB680_m1 only now.

rt: can you masterfix this too, please?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to