Bug 94846 - Patches in port science/openfoam has too long file names
Summary: Patches in port science/openfoam has too long file names
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 22:00 UTC by Petr Rehor
Modified: 2006-03-26 22:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Rehor 2006-03-22 22:00:30 UTC
Patches in port science/openfoam has very long names. When I build 5.3-RELEASE CD via /usr/src/release/Makefile, mkisofs reports many files with same Joliet names and release CD can't be created:

mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_preProcessing_FoamX_C++_FoamXLib_Make_orbOptions and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_preProcessing_FoamX_C++_FoamXLib_Make_omniOptions have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_PatchToolServer_Make_omniOptions and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_PatchToolServer_Make_orbOptions have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_PatchToolServer_Make_omniOptions and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_PatchToolServer_Make_orbOptions have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_FoamXServer_Make_omniOptions and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_FoamXServer_Make_orbOptions have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_FoamXServer_Make_orbOptions and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_mesh_manipulation_patchTool_C++_FoamXServer_Make_omniOptions have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddInternalMesh.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamReader.h have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddPatch.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamReader.h have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamData.h and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamReader.h have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoam.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamReader.h have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddInternalMesh.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_PVFoamReader_vtkFoamReader.h have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddInternalMesh.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoam.C have the same Joliet name
mkisofs: Error: /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddInternalMesh.C and /R/cdrom/disc2/usr/ports/science/openfoam/files/patch-applications_utilities_postProcessing_graphics_PVFoamReader_vtkFoam_vtkFoamAddPatch.C have the same Joliet name
mkisofs: Joliet tree sort failed.
*** Error code 255

Stop in /usr/src/release.
+ umount /dev
*** Error code 1

Stop in /usr/src/release.

Fix: 

Repocopy patches to files with shorter names.
How-To-Repeat: cd /usr/src/release
make release
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-03-22 22:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

Over to maintainer
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2006-03-24 10:15:08 UTC
Hello,

> >Description:
> Patches in port science/openfoam has very long names. When I build
> 5.3-RELEASE CD via /usr/src/release/Makefile, mkisofs reports many
> files with same Joliet names and release CD can't be created:
> 
> >Fix:
> Repocopy patches to files with shorter names.

Thanks for your report. Do you know what the acceptable limit is?

Regards,
-- 
Th. Thomas.
Comment 3 Petr Rehor 2006-03-24 15:24:10 UTC
2006/3/24, Thierry Thomas <thierry@freebsd.org>:
> Hello,
>
> > >Description:
> > Patches in port science/openfoam has very long names. When I build
> > 5.3-RELEASE CD via /usr/src/release/Makefile, mkisofs reports many
> > files with same Joliet names and release CD can't be created:
> >
> > >Fix:
> > Repocopy patches to files with shorter names.
>
> Thanks for your report. Do you know what the acceptable limit is?

64 unicode caharcters. See:
http://www.answers.com/main/ntquery?method=3D4&dsid=3D1512&dekey=3DJoliet+f=
ile+system&curtab=3D1512_1

P.
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2006-03-26 22:06:01 UTC
State Changed
From-To: open->closed


Committed, thanks!